This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Interfacing Reed Switch with Microcontroller

I want reed switch to automate the curtains of my conference room. when the projector screen is pulled down, the curtains should be drawn. I will place a magnet on the lower end of the screen which would trigger the reed switch which in turn should trigger the motor. Is it possible to do so using a reed switch? If yes the please let me know how to make connections and which controller will b e most suitable to use and easy to program.

Parents
  • "I want reed switch to automate the curtains of my conference room. when the projector screen is pulled down, the curtains should be drawn."

    Look at the i.MX 6Quad
    do you believe in shooting sparrows with RPGs ?

    Is it possible to do so using a reed switch? If yes the please let me know how to make connections and which controller will be most suitable
    yes, with a '51 place the reed switch between e.g. the int0 pin and ground. You may need a pullup resistor.

    this could be done with just a few gates and transistors.

    Erik

Reply
  • "I want reed switch to automate the curtains of my conference room. when the projector screen is pulled down, the curtains should be drawn."

    Look at the i.MX 6Quad
    do you believe in shooting sparrows with RPGs ?

    Is it possible to do so using a reed switch? If yes the please let me know how to make connections and which controller will be most suitable
    yes, with a '51 place the reed switch between e.g. the int0 pin and ground. You may need a pullup resistor.

    this could be done with just a few gates and transistors.

    Erik

Children