manikandanshine
Full Member level 1
i want to connect ac load with microcontroller for checking supply is on and off....how it is possible.....can anybody help me......
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Use the supply to drive the opto-isolator LED. If the supply is AC, make sure you rectify it to DC. Remember to use a current-limiting resistor.
At the transistor side, connect the emitter to ground. Connect a resistor (10k) between the collector and +5V. Connect the collector to the microcontroller. In this configuration, when supply is on, the output at the collector and thus to the microcontroller will be 0. When supply is off, the output at the collector and thus to the microcontroller will be +5V.
Another possible configuration is to connect the collector to +5V and to connect a resistor (10k) between the emitter and ground. Connect the emitter to the microcontroller. In this configuration, when supply is on, the output at the emitter and thus to the microcontroller will be +5V. When supply is off, the output at the emitter and thus to the microcontroller will be 0.
Here I've used +5V for the examples. If your microcontroller is to be operated with 3.3V, then use +3.3V instead of +5V.
Hope this helps.
Tahmid.