March 29, 2024, 02:43:03 AM

MOD-LED8X8 pins

Started by Xeyow, March 30, 2015, 12:00:23 AM

Previous topic - Next topic

Xeyow

Hello guys. I got this matrix from a friend: https://www.olimex.com/Products/MSP430/Booster/MOD-LED8x8/ And i don`t know how to use it. On the RGB one i found some examples + libraries, these ones: https://github.com/OLIMEX/DUINO/tree/master/AVR/MOD-LED8x8RGB

I uploaded the winking face example, but i don`t know how to connect the LATCH, SCK and DATA pins to the arduino? These libraries, and the functions inside them, can help me. But i don`t know how to wire it up to the arduino.

Can you please explain me how can i run that example (winking face) with my MOD-LED8X8? TY

LubOlimex

Technical support and documentation manager at Olimex

Xeyow

I am using an Arduino,not olimexino. I also found that link, and it doesn't tell me how to connect the latch, data and sck from the matrix to the arduino.

Xeyow


JohnS

Compare your board against the one in the Olimex post.  Work it out :)

John

Xeyow

you gotta be kiddin me....

Xeyow

There`s no chance. this matrix is not made for arduino. I think the pins on arduino are 11 12 13. I tried all 6 combinations, and none works. It`s useless... I can`t make it work with the libraries: font.h and lcd8x8rgb.h.

LubOlimex

Hello Xeyow,

The hardware connections are:

EXT_IN  ARDUINO UNO
GND     -
GND     GND
DATA    D11
LATCH   D10  (the pin you have chosen)         
SCK     D13
VCC     +5V

You would need to edit the default demo also since it was made for Arduino Leonardo board, not for UNO. Find lcd8x8rgb.h and change the pin line "const char chipSelectPin = 13;" and chose another pin different from pin 13 (since pin 13 in the Arduino UNO is SCK). For example set it to pin 10. It would look like "const char chipSelectPin = 10;"

I would also delete some of your multiple entries on the subject around the forum.

Regards,
Lub/OLIMEX
Technical support and documentation manager at Olimex