spectrachrome / firmware-circuitpython-esp32

Firmware for ESP32 controllers used in the LEDswarm project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please note I'm currently focussing on the Rust-based ultra-wideband firmware since it's the most promising option for game modes which depend on precise ranging.

This repository contains firmware written in CircuitPython for ESP32 controllers used in the LEDswarm project. Drivers are set up to support the ADXL343 accelerometer, although any ADXL34x device can be used.

Dependencies

The following dependencies are needed for the project to work correctly:

Note that these are already set up in the lib folder of this repository. You may also install any desired version yourself by manually putting it into the lib folder of your CIRCUITPY drive.

About

Firmware for ESP32 controllers used in the LEDswarm project


Languages

Language:Python 96.5%Language:Makefile 3.5%