• v0.1.0 5bfcbf414b

    Controller Firmware v0.1.0
    Some checks failed
    ci/woodpecker/push/build Pipeline was successful
    ci/woodpecker/tag/build Pipeline was successful
    ClearGrow Controller CI / CI Status Summary (push) Has been cancelled
    ClearGrow Controller CI / Run Unit Tests (push) Has been cancelled
    ClearGrow Controller CI / Build Development Firmware (push) Has been cancelled
    ClearGrow Controller CI / Build Production Firmware (push) Has been cancelled
    Release Build / Build and Release Firmware (push) Has been cancelled
    Stable

    cleargrow released this 2025-12-11 04:10:22 +00:00 | 23 commits to main since this release

    ClearGrow Controller Firmware v0.1.0

    Firmware release for the ESP32-S3 touchscreen controller.

    Files

    • cleargrow-controller-v0.1.0.bin - Main application binary
    • bootloader-v0.1.0.bin - Bootloader binary
    • partition-table-v0.1.0.bin - Partition table
    • cleargrow-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 flash
    
    Downloads