This repository contains a community supported firmware for the Tidbyt hardware 🤓.
This project uses PlatformIO to build, flash, and monitor firmware on the Tidbyt. To get started, you will need to download PlatformIO Core on your computer.
Additionally, this firmware is designed to work with Pixlet. Using
pixlet serve
, you can serve a WebP on your local network. Take note of your
computers IP address and replace it in the TIDBYT_REMOTE_URL
example above.
While we had pixlet in mind, you can point this firmware at any URL that hosts
a WebP image that is optimized for the Tidbyt display.
To flash the custom firmware on your device, run the following after replacing the variables with your desired information:
TIDBYT_WIFI_SSID='Your WiFi' \
TIDBYT_WIFI_PASSWORD='super-secret' \
TIDBYT_REMOTE_URL='http://192.168.10.10:8080/api/v1/preview.webp' \
pio run --environment tidbyt --target upload
To check the output of your running firmware, run the following:
pio device monitor
To get your Tidbyt back to normal, you can run the following to flash the production firmware onto your Tidbyt:
pio run --target reset