Vintage Toothbrush Timer using ATMega328p

My last visit to the dentist convinced me that I should really brush my teeth at least two minutes. I decided to build a special toothbrush timer: it would detect when a brush is taken out, measure two minutes and notify when the time is up.
I chose to use Atmega328p, a weight sensor, brass cups, a tray, old alarm clock’s chime and some plywood. I would like to tell how this device was made: what electrical components were used and how I assembled the enclosure.

Step: 1 Circuit Design

Circuit Design
The circuit is designed around a wight sensor. I got one from a used digital scales. It is a pretty basic device: there are four wires: one is input current, one is ground and voltage difference between the other two wires is determined by a weight of an object on the scales. The difference, however, is really small, so one needs to use an amplifier to be able to tell that the weight has changed.
Here are components that I chose:
ATMega328p with 16Mhz crystal – I chose this micro-controller because it is extremely easy to use. There is also a good  community support, as ATMega328p is used in one of Arduinos.
Ina12P amplifier – this device is created specifically for amplification of sensors’ signals. It is not hard to use it. The only thing that I found tricky is figuring out the right resistance value for amplification gain.
TPS2020 switch – this is a great switch with a very low standby current ( <10 μA). I use it to control power of the servo that chimes.
MAX1555 charger – this device controls charging of device’s lithium-ion battery.
2N3904  transistors – used to control lamps’ power.
Lamps – I chose incandescent lamps out of esthetic reasons. Since I wanted to give the project a “vintage” look LED lamps did not quite fit the design. Although these lamps consume more power the feeling they evoke is quite worth it.
This device is able to work 3 weeks on a single charge.
Full schematic could be found on Github.

Step: 2 Printing The Circuit

I used photo-resistive method to etch the circuit.

Step: 3 Programming

There program is pretty strait-forward. Source code could be found on GitHub.

Step: 4 Enclosure Design

The design and assembly of project’s enclosure was almost as exciting as building and programming its circuit. I started with a new document in Inkscape and a new sheet of plywood I got from a hardware store. I have rented a laser cutter in Techshop to cut the plywood according to my design. The ease with which the cutter created my parts is quite fascinating:
For more detail: Vintage Toothbrush Timer using ATMega328p


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top