[Tim]’s Dice10 is an exercise in minimalism. Building an electronic dice using an ATtiny10 with code that fits within 1kB is not too difficult. Charlieplexing the LED’s would have used three of the ...
A few articles have recently appeared describing novel ways to increase the number of LEDs a microprocessor can drive with a limited number of pins (Reference 1). The standard multiplexing technique ...
Charlieplexing is a technique that allows you to drive a larger number of LEDs than wouldn’t be possible with the same number of I/O pins on a traditional multiplexed matrix. If we lost you there just ...
The project illustrates a Charlieplexing of a group of 7-segment LED displays which is similar to the Charlieplexing of discrete LEDs but with some changes since all the LED segments have a common pin ...
Charlieplexing. The verb is an electronics technique apparently named after one Charlie Allen, an engineer at Maxim. It involves minimising the use of I/O pins on a microcontroller to drive a maximum ...