- This topic has 2 replies, 2 voices, and was last updated 10 years, 7 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
I want to implement a project called solar pannel rotation on time basis
please can any one help me to implement this.
The project should be like this whenever we entered the time it should be come in correct position based on the time and it should continue its rotation from that time. It should rotate from morning 6am to 6pm and after that it should come to it intial position, 6am position.
you need RTC – Real time clock
its IC with battery back up. once you initialize it with current time. it keeps on ticking
then you can use its time information to rotate the motor. some IC gives alarm trigger output also so you can fix alarm at 6 pm and 6 am to do the desire action
Thanks Mr. Bhatt actual this is a very old post and i posted it when i am working on this by the way thanks for ur tip .
Already i had done this with same concept of using RTC and other pheripherals.