NEW: Learning electronics? Ask your questions on the new Electronics Questions & Answers site hosted by CircuitLab.
Microcontroller Programming » multi_panel_array_spi
February 05, 2010 by ton_mit ![]() |
What I really want is to have a character string that can be edited to say "whatever I want" like I did with just the single led array I have been working on. I am learning C through Nerdkits and am loving all the projects they have to offer. I know Basic, QBasic, Visual Basic but its been a while. Here is the code that I used for the single array build. How do I integrate this into the ledarray_spi master and slave programs? btw all of the Atmega 328p's that I use were preloaded and purchased from nerdkits and I am using Programers Notepad. // This program will make text scroll //atmega328p
}
}
|
||||||||
---|---|---|---|---|---|---|---|---|---|
February 08, 2010 by hevans (NerdKits Staff) ![]() |
Hi ton_mit, The ? that runs across the screen when you first turn it on is normal. This happens because there is a character sent when the serial port starts up. The easiest way to see if you have built the spi array correctly is to send characters to it over the serial port. With the current "ledarray_master" code on our website you should be able to send characters using Putty to the master chip, who should then send the characters to your led_arrays. Humberto |
||||||||
February 08, 2010 by ton_mit ![]() |
Thank you, I will try that. |
||||||||
February 15, 2010 by ton_mit ![]() |
Still working on the multi panel array.....will keep ya'll posted.
|
Please log in to post a reply.
Did you know that NerdKits also has extra parts available for its customers? Learn more...
|