tidbyt / hdk

A community supported firmware for the Tidbyt hardware 🤓

Home Page:https://tidbyt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Back to Normal

To get your Tidbyt back to normal, you can run the following to flash the production firmware onto your Tidbyt:

pio run --target reset

About

A community supported firmware for the Tidbyt hardware 🤓

https://tidbyt.com

License:Apache License 2.0


Languages

Language:C 84.1%Language:C++ 10.8%Language:CMake 0.9%Language:M4 0.9%Language:Shell 0.9%Language:Roff 0.8%Language:Python 0.8%Language:Makefile 0.7%Language:HTML 0.1%Language:Go 0.0%