Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obscurely/arduinoalarm
An alarm clock I built using an arduio uno, tiny rtc, speaker, ir sensor and an ir remote.
https://github.com/obscurely/arduinoalarm
Last synced: about 2 months ago
JSON representation
An alarm clock I built using an arduio uno, tiny rtc, speaker, ir sensor and an ir remote.
- Host: GitHub
- URL: https://github.com/obscurely/arduinoalarm
- Owner: Obscurely
- License: mit
- Created: 2023-09-04T12:09:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-04T12:29:31.000Z (over 1 year ago)
- Last Synced: 2023-09-05T01:58:06.475Z (over 1 year ago)
- Language: C++
- Size: 291 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ArduinoAlarm
An alarm clock I built using an arduio uno, tiny rtc, speaker, ir sensor and an ir remote.## Circuit
![Circuit](./2023-09-04_14-58.png)
**NOTE:** Due to limitations the circuit maker I used the following modifications have to be made:
- Replace the **buzzer**:
1. Get an AUX cable and cut one of it's ends.
1. One of the cables (ussualy the thinner, looking like a third wheel, one) connect it to ground.
1. From the other 2, one goes to ground and one into the buzzer pin (5).
1. Connect the uncut end of the cable to whatever free speaker you have.
- Add a TinyRTC module:
1. Connect the ground pin to ground and the power pin to power.
1. Connect the SDL and SCL pins to the ones on the arduino.
1. Instert a CR32 battery in the module
**Additional REQs:**- Generic Remote for IR.
## Remote Buttons
- Volume buttons change the hour with +- 10 minutes.
- Forwards and Backwards buttons change the hour with +- 1 hour.
- Arrow up and down change the hour with +- 1 minute.
- Power button closes the alarm (if running).