The initial concept was simple: a seven segment LED display so it could be read in the dark, a rotary switch in the middle to choose the value to operate with, and big buttons for adding and subtracting. Green makes the number get larger and red makes the number get smaller.
The electronics were first, since the size of the case would depend on the size of the finished electronics. I ordered these 4-digit seven-segment displays and this 10-position rotary switch from Mouser, and these video game buttons from Sparkfun. It would all be driven by a standalone ATMega 328 on a perfboard. The picture below shows the finished circuit right before I mounted it into the box.
The display is driven by a MAX7219 chip, which can drive 64 LEDs or 8 seven-segment digits with only 3 output pins on the ATMega. Interfacing with this was easy, with the only difficulty coming from keeping track of which wire was which when linking to the LEDs. Counting up to 99,999,999 might take a while, but it’s good to have goals, right?
Taming the DualShock 3 Beast. Get ready to rumble with this Playstation game controller with USB driver code that gives access to all its pushbutton, joystick, and position sensor data. Read More...
IR sensors, batteries, electric fence indicators, datasheet errors, dial lamp modifications, garage door lights, intercom systems, DC-to-DC regulators, and high voltage regulators are discussed. Read More...
Getting Started With Surface-Mount Soldering. In order to finish our multiplexed LED project, we’ll need to construct a strip board version of the circuit. Read More...