Tag Archives: 7-segment
Paul over at Dorkbotpdx has written an article about his 7-segment countdown timer: The main challenge was driving the LEDs with a constant current, because they need about 10.5 volts across the several series LEDs. I wanted to run from … Read more
Raj designed this 8 digit 7 segment display with an SPI interface using a MAX7219 display driver: The SPI7SEGDISP8.56 module can be interfaced with any microcontroller that has 3 I/O pins available. If the microcontroller features a built-in hardware SPI, … Read more
Touch let us know about these 4 digit SPI controlled 7 segment displays that cost a little less then $1 a piece. They include decimal separators and a colon separator so it’s easy to display time. I picked up some … Read more
Raj designed a car battery volt-meter. The core of the project is a PIC16F1827 which uses its internal fixed voltage reference FVR and ADC to precisely measure the battery voltage. Measured voltage is displayed on a 4 digit 7 segment display. His … Read more
The most recent documentation is now on the wiki EEPROMs, such as flash memory, store data in electronic devices like cell phones, smart cards, SD cards, and solid-state drives. This type of memory can only endure a limited number of … Read more
John Park at Make has a really nice introduction to 7-segment LED displays and reverse engineering. He maps the relationship between bits in a byte and each LED segment connected to an SAA106 driver. This is a real-world introduction to … Read more
Recent Comments