Friday, 7 December 2018

How to hook up a 5x7 LED matrix to Arduino?


What is the best way I can hook this 5x7 LED matrix to an Arduino board?



Answer



I used a very similar 5x7 matrix on Arduino a while ago.


Here is how I hooked it up and a small sample sketch, http://www.local-guru.net/blog/2009/04/03/5x7-led-matrix-on-my-arduino.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...