SEP16
How to control 8x8 LED matrix with Arduino
LEDs are a lot of fun, but when it comes to controlling large number of LEDs things get a bit confusing for beginners. One of problems is how to physically connect all those LEDs to microcontroller that does not have enough IO pins and second one is how to control it in software/firmware.
Besides multiplexing methods that we implement in code, digital chip manufacturers made our job much easier by developing chips that multiplex LEDs on their own. One of those chips is MAX7219 that we have seen in use for Word Clock is also used in this tutorial. Code for this tutorial is written for Arduino and is tested on Intel Edison Kit. Of course, you could use your own Arduino or any other microcontroller - the principle is the same.
similar content
- Wearable LED VU meter (22-01-2009) [@News]
- Croatian Arduino - Croduino by e-radionica (22-03-2016) [@News]
- Make your own LED from SiC (11-05-2009) [@News]
- How to use a piezo transducer as a tactile switch (27-05-2016) [@News]
- Connecting two LEDs on a single uC pin v2 (14-02-2004) [@Schematics/Microcontrollers]
- LED display in a business card (08-01-2009) [@News]
- Powerful light show (3 x 600W) (29-01-2006) [@Schematics/Optics]
- LED-blink monitor for phone line (20-02-2004) [@Schematics/Telephone circuits]
- LED bicycle light (24-02-2004) [@Schematics/Optics]
- Remote RGB LED strip driver with PICBasic (23-05-2016) [@News]
add comment
Please log-in!
You can log-in on forum link: Login page. After logging-in, return to this page and click refresh in your browser.