[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 ...
[Dmitry] was shopping for LEDs and accidentally pulled the trigger on the wrong type. Since he didn’t want to be wasteful, he figured he should at least take the time to build something with them. A ...
“Charlieplexing” as a method of multiplexing LED displays has recently attracted a lot of attention because it allows you, with N I/Olines, to control N×(N–1) LEDs (reference 1 through reference 5).
We've written about Charlieplexing LEDs before - see Charlieplexing - Cylon-eyes and Holoclocks - but here is a new one: Chipiplexing LEDs! Charlieplexing is an electronics technique - apparently ...
The most common method for interfacing multiple switches—multiplexing— allows for the connection of (N/2) 2 switches with N microcontroller IO lines. The method described below, which has its roots in ...
Eight-pin microcontrollers offer numerous peripheral features. However, the maximum number of I/O pins available is often limited to six, since two pins would be required for the chip's power supply.