Tidbyt hardware display device: a review

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. esp-pixel-matrix

    Control a 32x64 pixel matrix via websockets

    As promised here is the source code, PCB Gerber file and the STEP files for the case: https://github.com/hanneslinder/esp-pixel-matrix

    Hope you find it useful and don't be too harsh with the code quality as this was my first time writing C++ :)

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. clack

    Controller and web server for KRUSH Flip Clock (by dmd)

    I bought the KRUSH Flip Clock after seeing it at CES2016 and pulled out its silly cloud-controlled innards so I can write whatever I want to the display over rs485.

    https://github.com/dmd/clack

  4. matrix_portal_gol

    Conway's Game of Life, Boids, a clock, and other simple simulations for the Adafruit matrix portal with the 64x32 led display.

    Adafruit offers a starter kit with a microcontroller, 64x32 led matrix, and some other doodads for ~$70 (https://www.adafruit.com/product/4812). It's really easy to tinker with. I made a clock that does some crappy visualizations and open sourced it here: https://github.com/kruffin/matrix_portal_gol It actually looks a lot like this Tidbyt (a box with a dot matrix).

    The only thing it doesn't have is a RTC, so I just polled a time server every so often.

  5. ESP32-HUB75-MatrixPanel-DMA

    An Adafruit GFX Compatible Library for the ESP32, ESP32-S2, ESP32-S3 to drive HUB75 LED matrix panels using DMA for high refresh rates. Supports panel chaining.

  6. rpi-rgb-led-matrix

    Controlling up to three chains of 64x64, 32x32, 16x32 or similar RGB LED displays using Raspberry Pi GPIO

    These displays make for very approachable projects. Check out this repo if you're interested in controlling them from a raspberry pi. Adafruit and others sell a variety of sizes.

    https://github.com/hzeller/rpi-rgb-led-matrix

    They can run video too (obviously quite pixelated but good for certain styles, eg manga/comic imagery) and there are examples online of projects such as an album cover display that syncs with your music.

    Once tip: ensure you've got a good power supply if using one of the bigger 64x64 versions especially if you have it on bright with most/all pixels lit at the same time.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

Did you know that C++ is
the 7th most popular programming language
based on number of references?