After power the module, Arduino read and calculate vltage for AC main power supply and if is ok, coil relay is powered:
If push MENU/OK button, on display is SET
after 2-3 seconds, on display is undervoltage threshold, who cand change using + & - buttons:
After you push MENU/OK button, is displayed overvoltage thereshold, who cand change using + & - buttons:
After you pus MENU/OK buttons on display is delay-off time for reconnect coil relay after voltage is outside good range, also you can change value form 1 tp 20 seconds using + & - buttons:
After you push MENU/OK button, on display is main voltage:
I write main_voltage_3.ino sketch who made exactlly in picture, but it more easy to understund cases if you see under & overvoltage relay with Arduino movie
Bibliography:
sir can u send me the program for the delay off time of the relay
ReplyDeletewhat kind of delay off / delay on relay.. please be more clear what you need for help you
Deletei want program for overvoltage undervoltage protection of single phase induction motor,where i want to give delay of 5seconds to restart the relay after the voltage is ok.
Deleteplease send me the program as early as possible.
you test my sketch ?
Deletewhich sketch?
Deletehttps://github.com/tehniq3/main-supply-voltmeter/blob/master/main_voltage_3.ino
Deletethank you for the program sir.
Deletecan i get the detail description of the above project.i mean the signalling u did.
how the 230V is converted to 5V supply given to arduino.
also send me the components used and the ckt diagram
Deletesee also ar=ticle from http://arduinotehniq.blogspot.ro/2016/09/measuring-ac-main-supply-voltage-with.html
Deletelist of pieces is in diagram, in this article...
If you canțt recognize an schematic, do not get it...
thank you..
Deletesir one more request,
Deletecan you send me the program for above project without using TM1637.
please...
yes, but after few days, for me is Easter and I'm in holliday
DeleteSir i can understand..but its really urgent for me...i havr to submit my project in next week....i am requesting you...please sir
DeleteI put an simplified version for you at https://github.com/tehniq3/main-supply-voltmeter/blob/master/main-supply-relay.ino
Deletehi do u have the code for ?
ReplyDeleteis in article link, where is "main_voltage_3.ino"... if click the page go to https://github.com/tehniq3/main-supply-voltmeter/blob/master/main_voltage_3.ino
DeleteSir if I want to make the frequency relay along with this voltage relay what would be the hardware and code changes that are to be done please do tell me urgently sir because the deadline is near would be very kind of you
ReplyDeleteI'll really appreciate the previous work the code is working fine sir please tell me about the addition for frequency relay Thank you soo much
I'm sorry... Is complicated to put frequency relay toghether with this voltage relay, must use intrerrupt and I can't made this now... I'm very busy... sorry...
DeleteHi sir ,iwant to know how to use Arduino to protect an AC motor against over and under voltage.
ReplyDeletePlease provide any suggestions for my project work.its really urgent.
Mail me: geddanapallibobby@gmail.com
hello sir, have u made a project about over and under voltage protection system using arduino?
ReplyDeletethis project is not good ???
Deletehello sir
ReplyDeletehow to change delay time to 2 minutes when power off then on
for 99 seconds must change line if (intarziere > 20) intarziere = 20; with if (intarziere > 99) intarziere = 99;
DeleteThank you am going to try
ReplyDelete
ReplyDelete'class TM1637' has no member named 'set'
you must add library from https://github.com/tehniq3/TM1637-display
DeleteTHANKS FOR REPLY
ReplyDeleteIT IS OK WORKING BT IF U DICONNECT POWER THEN ON THE TIME FIX TO SEC
CANNOT CHANG IT TO 99 SEC
uhh, also, you must change 20 to 99 in setup (line 113)
DeleteI CHANGE IT BUT SORRY THE SAME
ReplyDeletecopy here changed sketch or send to me at nicu.florica@gmail.com to check myself
Deleteis very strange.. bat if you set 98?
ReplyDelete*but (also try 50)
DeleteI think you need to add led (yellow ) for wait if power off then on suddenly can you
ReplyDeletefor me is an old project.. I can't reproduce now the project... sorry...
Deletethank you
ReplyDeletecould you please modify the code to work with LCD insted of the 4-digit display ? also I was trying to use this project but without the buttons, so is it possible to remove them? I will be thankful for your help
ReplyDeleteplease read part 2 (next article), at the end is a sletch for LCD1602: http://arduinotehniq.blogspot.com/2016/10/under-overvoltage-relay-for-ac-main_3.html
Delete