hi there,
i just made a dual axis solar tracker using servos and arduino uno.
i want it to return to its initial position once the sun is not visible or in other words when there is no light on LDRs.
please help me with this
the source code i used for solar tracking is attached
Alternatively, as you are using servos, figure out the angle that represents the sunrise position and send it to that angle when the light on the LDRs falls below a threshold and stays below it for (say) 30 minutes.
Robin2:
Alternatively, as you are using servos, figure out the angle that represents the sunrise position and send it to that angle when the light on the LDRs falls below a threshold and stays below it for (say) 30 minutes.
...R
nice.
but how can i set that threshold level of light?
i mean resistance is huge when LDR is in Dark.
so how do set this as a condition of resetting that when this resistance of LDRs is huge reset the motors?