First step was easy - mount matrix on Rainbowduino, apply power, look at colourful display, smile.
Now, nothing works. I built the example code, used a usbtiny programmer to write the CMD v2.0 to the Rainbowduino, built the Seeedmaster code, downloaded it to a 2009 and connected them. Applied power to both - black matrix
Is there a way to test this? Or a minimum piece of code running on the Rainbowduino to show that the programming and leds are working?
Confirm your matrix is actually working. Can you hook up a simple power > resister > matrix > gnd circuit. That way you can rule out the matrix being faulty
Freezing posted in the blog a great guide to uploading to the rainbowduino. in the blog a usbuart was used but you can replace the parts that reference it with your usb tiny for the programmer.
I did that yesterday. Soā¦ Best thing to do is probably go through it step by step again. If the Rainbowduino is Arduino compatible, I could give talking to the FTDI Basic breakout module a try, by uplaoding a simple ātalk to serialā sketch.
I feel a little thick - but where would I find that?
Best regards,
Jens
PS: Your signature is spot on. Thinking back to 6502 systems talking assembler only, with horrible interfacing - one of the reasons most people didnāt want to handle microcontrollers at that time. Arduino is a brilliant concept - havenāt had as much fun coding in ages
It was some kind of learning experience. After using Milesā sketch, nothing happened again. His āHello worldā in combination with the jyetech scope showed me that something was wrong with the serial world, too. I re-wrote the bootloader, applied his sketch again - and wow, is this matrix bright!
Write the original sketch - fail.
Deleting original sketch .o files etc, then rebuild with correct platform set, write to Rainbowduino - I ger a test pattern! YAY!