Arduino Radio clock project

I want to build a simple arduino radio project with related programming.

The only thing it has to do is to start playing the radio at a specific time during the day, for a specific amount of hours and then stop. I am going to use it as a wake-up-clock radio.

My question is, how do i build it and how do i setup the programming?

Thanks in advance

Hello
Take a view here to get some ideas:

https://create.arduino.cc/projecthub

Have a nice day and enjoy programming in C++ and learning.
Дайте миру шанс!

https://www.google.com/search?q=arduino+alarm+radio

Assume you would be buying or using an existing radio..??
In which case you would be building a "timer" and if not connected to a PC then include a decent real time clock module (DS3231)
Plug in power supply, possibly a 5V single channel relay for Arduino, promini or nano, jumper leads, soldering gear, maybe a breadboard for initial setup testing.

This is an alarm clock that fires a relay for an hour at the alarm time:

https://create.arduino.cc/projecthub/madmark2150/talking-alarm-clock-with-8x8x4-matrix-display-2ae9f6

Put together a prototype schematic showing all connections etc, not a frizzy picture. It would also help to post links to the hardware items. There is a lot of stuff on the internet that will do what you want with out to much modification to the design.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.