-
Controller Firmware v0.1.0
StableSome checks failedci/woodpecker/push/build Pipeline was successfulci/woodpecker/tag/build Pipeline was successfulClearGrow Controller CI / CI Status Summary (push) Has been cancelledClearGrow Controller CI / Run Unit Tests (push) Has been cancelledClearGrow Controller CI / Build Development Firmware (push) Has been cancelledClearGrow Controller CI / Build Production Firmware (push) Has been cancelledRelease Build / Build and Release Firmware (push) Has been cancelledreleased this
2025-12-11 04:10:22 +00:00 | 23 commits to main since this releaseClearGrow Controller Firmware v0.1.0
Firmware release for the ESP32-S3 touchscreen controller.
Files
cleargrow-controller-v0.1.0.bin- Main application binarybootloader-v0.1.0.bin- Bootloader binarypartition-table-v0.1.0.bin- Partition tablecleargrow-controller-v0.1.0.elf- ELF with debug symbols
Flashing
# Using esptool.py (flash all) esptool.py --chip esp32s3 -b 460800 --before default_reset --after hard_reset write_flash \ 0x0 bootloader-v0.1.0.bin \ 0x8000 partition-table-v0.1.0.bin \ 0x10000 cleargrow-controller-v0.1.0.bin # Or using idf.py with the ELF idf.py -p /dev/ttyUSB0 flashDownloads