My chinese solar tracker has lasted a couple of years, it's 'detector panels' died - I replaced them with glass ones instead of the original epoxy encased ones (that delaminated) and although the voltage is the same on both types it doesn't work.
I am very capable physically making an arduino based tracker, but I have never got my head around programming of any sort.....
So I have 2 'sensor solar panels' one facing East the other West, I have relays that I can use from the chinese tracker to control the linear actuator, and I have a good soldering iron and a lot of motivation to make this work
I don't know which type of arduino would be best to use - there is a 12v supply close to the panels as the linear actuator is 12v - I'm guessing an arduino uno, but I will go with whatever is recommended.
I am a pilot for a humanitarian NGO doing all our own maintenance on our planes, like I say for me fabricating, soldering etc is not a problem - it's just the programming that I struggle with
Many many thanks in advance for any help/advice offered!
In essence, you could base it around a "line follower" type setup - they work the same, comparing two photocell outputs and steering to maintain equal output.
You would have to add the time delays, but that's not so complex.
In this arduino line follower robot we have used IR Transmitters and IR receivers for sending and receiving light. When infrared rays falls on white surface, itâs reflected back and caught by photodiodes which generates some voltage changes.