NEW PRODUCT – Blinky Grid – Programmable LED matrix kit
NEW PRODUCT – Blinky Grid – Programmable LED matrix kit. Blinky Grid is a 7×8 LED grid kit from Wayne&Layne that has an ingenious method of programming. Instead of connecting it directly to your computer using old fashioned ‘wires’ – the board is held up directly to your computer screen, and an easy-to-use web page will ‘blink’ in the text or image you want. Its a fun and simple kit but with the bonus that you get to make it look the way you want when done, without a microcontroller programmer!
This is a great beginner kit, easy to make even if you are have never soldered before. You will need basic hand tools such as a soldering iron, solder and diagonal cutters. Then to program, use any computer with a FireFox or Chrome web browser. You’ll have a finished custom blinky in under an hour!
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7pm ET! To join, head over to YouTube and check out the show’s live chat – we’ll post the link there.
@moser While the transmission is only uni-directional (device can’t tell the computer to retry transmission) and kind of slow (depending on display, browser, and graphics card you can turn it up to only 20 ms between state changes), we do "package" the data to transmit into chunks that are each protected by a checksum, so it’s very unlikely that invalid data is programmed into the chip. If a bad checksum is detected, the blinky bootloader will alternately flash two leds and require a power cycle to try again.
I had a Timex watch that programmed like this once, but doing this with a LED matrix and open sourcing it? Awesomeness. This is a great project! What an outstanding project to get someone started in microcontrollers! And nice checksum error prevention. 🙂
VERY cool method of programming! although it’s slow with no verification… still awesome
@moser While the transmission is only uni-directional (device can’t tell the computer to retry transmission) and kind of slow (depending on display, browser, and graphics card you can turn it up to only 20 ms between state changes), we do "package" the data to transmit into chunks that are each protected by a checksum, so it’s very unlikely that invalid data is programmed into the chip. If a bad checksum is detected, the blinky bootloader will alternately flash two leds and require a power cycle to try again.
I had a Timex watch that programmed like this once, but doing this with a LED matrix and open sourcing it? Awesomeness. This is a great project! What an outstanding project to get someone started in microcontrollers! And nice checksum error prevention. 🙂