Hi everybody, I've just recived a FTDI801 display with integrated Arduino (pro/pro mini with atMega328) and i want to create such an alarm to activate school's bell. what do i have to do?
I'm still searching on the net but i can't find what i need. could someone help me? thank you so much
Talking about my arduino experience, i started programming it about three weeks ago. I can programm in C/C++, python, html. Now i need to complete this project but i don't know how to start
I'm at the third one. I now where I want to arrive, but not how to do it. I connected the display with the computer, I've also found a relay shield, i jìknow it's function, but i can't understand how it could be usefull for my project.
Get an RTC then write a sketch that compare it's time to the alarm time.
Some RTC have alarm so you set alarm time and wait the activation of RTC pin using interrupt or polling it.
If you need that the bell must be activated at the hour start you can check when minutes are 0.