Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spaciouscoder78/arudoro
Arduino UNO sketch for hardware Pomodoro timer for ATMega328P Boards
https://github.com/spaciouscoder78/arudoro
arduino-uno pomodoro-timer
Last synced: 27 days ago
JSON representation
Arduino UNO sketch for hardware Pomodoro timer for ATMega328P Boards
- Host: GitHub
- URL: https://github.com/spaciouscoder78/arudoro
- Owner: SpaciousCoder78
- License: mit
- Created: 2024-01-27T11:50:33.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-27T14:00:53.000Z (12 months ago)
- Last Synced: 2024-01-28T14:50:48.200Z (12 months ago)
- Topics: arduino-uno, pomodoro-timer
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arudoro
Arduino UNO sketch for hardware Pomodoro timer for ATMega328P Boards## Why I made this?
I use an online tool called PomoFocus for my pomodoro timer but the issue is that I spend more time looking at the time and pausing it rather than doing my work so I decided to make my own appliance for it using Arduino UNO so that I can focus on my work instead of looking at the timer because the timer isn't visible now! I can work until the buzzer beeps.## How it works
- When the board is connected to power, it gives a pomodoro starting buzz and the built in board LED blinks every second to indicate the focus timer.
- After 25 mins, there will be a long buzz after which, the light blinks once every 3 seconds indicating break time.
- Break time lasts for 5 mins, after which, the buzzer goes back to starting buzz## List of Components
- Arduino Uno
- Piezo Buzzer
- Jumpers## Circuit Diagram