What you need:
1. arduIoT U1 board from arduIoT.com
2. a FDTI232 USB to UART programmer or any other programmer
3. USB cable
4. latest verstion of arduino IDE
5. Library for U1. Download the latest library from U1 library. Online manual, more examples and help for all the functions that can be used in the library can be found here .
How to set it up:
1. connect FTDI
2. install latest verstion of arduino IDE and the arduIoT library. Info on how to install can be found at arduIoT.com 'softare setup'
3. on arduino IDE goto File->Examples->arduIoT->g.Applications->alarm Clock
4. press upload
5. setup clock time.
you can change in the code the format from 24 hour to 12 hour and the C to F
This Arduino online Alarm clock (https://www.timekeeponline.com/ ) project with the U1 board from arduIoT.com sounds amazing! The built-in hardware like the Buzzer, RTC clock DS3231, rotary encoder, LCD, and RGB LED make it incredibly versatile. I love that you can customize the format from 24-hour to 12-hour and switch the temperature display from Celsius to Fahrenheit. Adding an infrared LED to switch on your bedroom TV or radio when the alarm clock goes off is a fantastic idea. Thanks for sharing the link to the U1 library and the online manual – it’s super helpful for anyone looking to explore more features!