How to control 30 LEDs with only 6 wires on the Arduino. The trick is charlieplexing. It works because the I/O pins of the Arduino are tri-states. So they can be high, low or high impedance. Maybe someone can use it. This is a good solution to control a lot of LED's with only a … Continue reading Charlieplexing Tutorial