NEW GUIDE: Stream Deck controlled RGB Message Panel using Adafruit IO #Adafruit #AdafruitLearningSystem #AdafruitIO @elgatogaming @Adafruit @MakerMelissa

A new guide in the Adafruit Learning System: Stream Deck controlled RGB Message Panel using Adafruit IO.

If you’ve ever done any live video streaming before, you may have heard of the Stream Deck. It allows you to customize the live streaming experience for your viewers such as showing the number of viewers, running custom keyboard commands, or showing animations. It allows you to customize the buttons too with whatever graphics you want.

But did you know there’s other non-streaming uses for the Stream Deck such as controlling lights in a house, open applications, or open web pages in a browser window? You can even write custom plugins to extend the capabilities.

This project uses a custom Stream Deck plugin to communicate directly with the Adafruit IO REST API. It works by posting a specific value to a feed and each button will post a different value to the feed allowing you to easily change messages.

See the new guide now…

(Nearly) NIMO Clock #MetroM4

NewImage

Great project from Paul Bricmont on Hackster.io:

This project was inspired by Fran Blanche’s NIMO Tube video. It’s a fascinating video and I recommend watching it for detailed information on NIMO tube operation and history. In short, the NIMO tube was a single digit CRT display manufactured for a brief period in the late 1960’s and early 1970’s. After watching Fran’s video I really wanted to build a NIMO tube clock. Unfortunately, NIMO tubes are practically unobtainium these days. Even if you could get ahold of some they required a complex high voltage power supply to operate. I quickly abandoned the idea of a vintage NIMO clock and started looking at replicating the NIMO look with modern parts.

Design Overview

My design uses six 1.44-inch TFT LCD displays to display NIMO-style digits. These small LCD displays are cheap (around $3.50 US each) and use the ST7735 chipset and SPI bus. To drive the displays I’m using the Adafruit Metro M4. I found that a traditional ATmega328 based board wasn’t fast enough to update the displays once per second and didn’t have enough memory to store all the digits. The Metro M4 is fast, has plenty of memory and is compatible with the Adafruit ST7735 library.

Read more