The BlinkyShoes prototype is up and running. It parses whatever message is set at the top of the code and flashes each LED one of four colors. Explanation of the letter encoding is in this post.
Notes:
Since I only coded the letters I’d need to spell the test message “blinkyshoes1” (creative), I want to finish fleshing it out before post it. While I drew from the various Morse Code examples I found online for ideas, this is really a whole different animal than the single-LED-flashing-on-and-off examples. It’s not rocket science, but I still tried to utilize arrays and loops as often as possible so as not to have endless hard coded junk. Once the code is up I’d be happy to hear if anyone has suggestions for more ways to condense it / make it more flexible.
Final note - Coding in Wiring is magnificently easy. I haven’t had to beat my head against a wall screaming, “Why won’t you work, damn you? WHYYYY???” even once. <knocks on wood>
for Project BlinkyShoes...& explanation over
Based on Postage by Greg Cooper. Everything heavily modified by me.
Comments