Hi
Im trying to make a Arduino controlled shutter opener which opens the shutter in my room at a specific
time using servo which presses the button for the shutter but I need help with the code as Im new to the Arduino code
Any help would be greatly appreciated
Thanks
Enzo
Posting the same question in different parts of the forum is a potential fast-track to the ban list.
Look at the servo examples that come with the Arduino IDE.
You will need a Real Time Clock (RTC) if you want to use clock time. Google "arduino RTC"
Then when you have a good attempt at a program but it still does not work post your code and explain what it does do and what it should do.
...R
Thanks for the help