This repo contains the files needed to make an alarm clock with arduino (nano)
IN SHORT : Clone this repo onto your computer, complete wiring, import libraries as zip, upload code, enjoy:)
You will need the following modules:
- Arduino board (obviously)
- LCD Module 16*2
- DS3231 RTC module
- DHT11 humidity and temperature sensor
- 4 tactile switches
- Wires/breadboard/Circuit Board to connect everything together
Wiring : See here : wiring intructions
Install Libraries : These are the ZIP file libraries Now Open the Arduino IDE, Import the above two zip files as "Import Library as ZIP file"
NOTE: THESE LIBRARIES BELONG TO THEIR RESPECTIVE OWNERS. KUDOS TO THEM FOR MAKING THEM.
Upload The code: Paste the code in the ide after importing libraries code Compile And Upload.
Enjoy your small and cute Alarm Clock :)