Skip to content

Tinus016/Tidbyt

 
 

Hardware Development Kit

Docs Build Status Discourse Discord Server

This repository contains a community supported firmware for the Tidbyt hardware 🤓.

social banner

Warning

⚠️ Warning! Flashing your Tidbyt with this firmware or derivatives could fatally damage your device. As such, flashing your Tidbyt with this firmware or derivatives voids your warranty and comes without support.

Setup

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.

Getting Started

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

Monitoring Logs

To check the output of your running firmware, run the following:

pio device monitor

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 84.1%
  • C++ 10.8%
  • CMake 0.9%
  • M4 0.9%
  • Shell 0.9%
  • Roff 0.8%
  • Other 1.6%