#Autometer kitchen timer
This project started in India where I bought a rickshaw autometer. I got the idea of opening it and using its display somehow. After some investigation of the current circuit, I replaced the orignial Atmega by an arduino micro.
I created a kitchen timer with it. It is working great:
- At first, the Arduino is sleeping
- When the back button is pressed, the Arduino wakes up and increment the number of minutes to count. The button can be pressed several times
- When the handle is triggered, the countdown starts
- When the countdown is 0, the buzzer activates until the handle is reset
- Finally the Arduino goes back to sleep
The Arduino code. It uses libraries
- RBD_Timer from http://robotsbigdata.com/docs-arduino-timer.html
- RBD_Button from http://robotsbigdata.com/docs-arduino-button.html
- SoftwareSerial from https://www.arduino.cc/en/Reference/softwareSerial
- TimerOne from http://playground.arduino.cc/Code/Timer1
The adaptater I had to make between the Atmega connector and the Arduino pins.
See the dedicated page