I am using Arduino Uno. I want to control my room lamp both manually and over the network, so when I switch off my lamp manually, how do I get acknowledgement over the network that lamp is off ?
|
There are a number of possibilities you could employ to confirm whether the lamp is switched on. As mentioned in the comments, a practical method is for you to also include a light sensor (or photocell), the set up is shown in the Arduino Basics blog article Arduino UNO: PhotoCell - sensing light. A major benefit of this setup is to also check that the lamp globe still works when switched on. |
|||
|