Capacitive buttons
This commit is contained in:
parent
25a0680a90
commit
c43e7d379f
3 changed files with 286 additions and 566 deletions
10
README.md
10
README.md
|
|
@ -1,16 +1,14 @@
|
|||
# Alarm clock
|
||||
|
||||
Arduino alarm clock with binary matrix LED display and IR remote control.
|
||||
Arduino alarm clock with binary matrix LED display and capacitive touch buttons.
|
||||
|
||||
## Features
|
||||
|
||||
* 8×8 LED display using two 74HC595N
|
||||
* hour-minute-second binary display
|
||||
* buzzer alarm
|
||||
* IR remote control for settings and stopping alarm
|
||||
* capacitive touch buttons for settings
|
||||
* big pushbutton for stopping alarm
|
||||
* light sensor for dimming display
|
||||
* better calibrate LED brightness
|
||||
|
||||
## Notes
|
||||
|
||||
|
|
@ -24,6 +22,10 @@ A NE555 is used for generating a high-frequency PWM signal, feeding one 74HC's "
|
|||
* date (at least weekday)
|
||||
* connection with online timetable?
|
||||
* progressive alarm ringing
|
||||
* capacitive sensing causes LED matrix to flicker
|
||||
* better calibrate display PWM
|
||||
* light sensor for display PWM
|
||||
* save alarm time & automatically retrieve time from network or RF
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue