Skip to content

yozik04/Bit-Firmware

 
 

Repository files navigation

Bit Firmware

Building

To build the Bit base firmware, you'll need the ESP-IDF. You can find the getting started guide here. The production firmware is built using IDF version 5.1.6, tag v5.1.6. It is possible to install it using ESP-IDF VS Code extension.

In the root directory of the project:

To build the firmware run idf.py build

To upload the firmware to the device run idf.py -p <PORT> flash. Replace <PORT> with the port Bit is attached to, for ex. COM6 or /dev/ttyACM0.

Restoring the stock firmware

To restore the stock firmware, you can download the prebuilt binary on the [releases page] (https://github.com/CircuitMess/Bit-Firmware/releases) of this repository and flash it manually using esptool:

esptool -c esp32s3 -b 921600 -p <PORT> write_flash 0 Bit-Firmware.bin

Alternatively, you can also do so using CircuitBlocks by logging in, clicking the "Restore Firmware" button in the top-right corner, and following the on-screen instructions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.5%
  • C 3.3%
  • Other 0.2%