Detect AC Line Failure

by psychip in Circuits > Arduino

1535 Views, 9 Favorites, 0 Comments

Detect AC Line Failure

AC line detection with two components

there is a lot of expensive arduino modules available to do that, this method is most effective & cheap way. measuring light which coming from NE-2 neon lamp gives us an idea about voltage quality. also same setup can be used to validate your 12v inverter is really sine wave or not.

you can see actual AC waveform when you render incoming readings in a realtime graph: http://psychip.net/video/ac-line-detection-with-t...

Find a Screwdriver With Test Feature

pen.jpg

remove the NE-2 neon lamp from it, you can salvage from anywhere else but you have to attach a 100k resistor in this case.

Attach a Photoresistor

ldr.jpg

attach a photoresistor and wrap it with a black tape to prevent any external light source.

Connect to Arduino

IMG_20160225_145144.jpg

solder an 220v (in eu) male plug to neon lamp's legs and connect ldr's legs to arduino gnd and any available analog pin. rest of stuff upto your software development skills.