Hello to all, NOOB alert....
So I am familiar with electronics but it has been 30 years since I last played with any small scale electronics; my job lead me to being a traffic signal electrician for a large city in California.
We have a solar powered flashing beacon for a pedestrian crosswalk (a master/slave pair which when one is activated it is supposed to tell the other one to flash as well).
Well the beacon stopped working YEARS ago, and finally people want it fixed...boss sends me out to look at it and change the batteries in it, and get it working. Lo and behold this system is so old that the vendor no longer supports it and wants us to purchase a new solar package and beacon system at a DISCOUNTED rate of $8500.00.
The solar 'brain' board has inputs from the solar panel and outputs to the batteries (and beacon lights), as well as communications to/from the master/slave unit....
BUT it also has manual activation pins, as if we had pushbuttons that would turn the beacon on.
This location has no buttons, it used to run on a schedule that was programmed into the 'brain' of the charger system...which is no longer supported. So we have a beacon that will never flash on its own.
After changing batteries, I jumper the pins on the external pushbutton and the beacon flashes as it should for 60 seconds then turns off....so I know the beacon works.
What's strange here is the system voltage...4VDC. yes, four volts! It actually has three sets of 4V batteries wired in parallel. Actually they are three sets consisting of 2-2v batteries in series....so a total number of 6 batteries...with a ample supply of amp-hours run time.
My objective is to use a step up transformer to get me from 4v to 8v and power up an arduino which will control a relay to close from 7am-6pm every day which would simulate someone constantly pressing the activation button.
Simple enough???
Relay Im thinking will work:
Now I have a few questions here....when/if I do ever figure out the coding part and it gets loaded into the arduino I assume the arduino will get current time/date from my PC. How long will that stay accurate???
There should not be any power loss ever, as its a self contained solar system, but should it happen anyway I plan to add a DS3031 clock module...Do I really need to add this?
Or should I add a GPS and have it grab time/date monthly??
I'm TRYING to keep it as SIMPLE as can be, all I need this thing to do it close a set of contacts from 7am-6pm every day for eternity...and keep the time SOMEWHAT accurate.
thanks for any and all help here!