Simple script to read the time from a Real time clock (RTC) DS3231 transmit it using 433 Mhz sender/receiver modules. For this two Arduino Nano are used where one reads and controls the time and sender. The second one functions as the receiver. (See schematic)
- Sender-Receiver 433 Mhz modules: https://www.amazon.de/Aukru-Superregeneration-Transmitter-Modul-receiver-module/dp/B00OLI93IC
- Arduino Nano: https://store.arduino.cc/arduino-nano
- RTC DS3231 I2C: https://www.amazon.de/AZDelivery-Real-Clock-DS3231-Parent/dp/B07ZQGBH14
Code is based on the following: