PlatformIO

RHZ Stylus – Install & Use

This guide covers building and flashing the ESP32‑S3 firmware and running the host tools.

Prerequisites

Firmware (PlatformIO)

Notes

Firmware (esptool.py, optional)

If you prefer manual flashing, download the release assets from GitHub (bootloader.bin, partitions.bin, firmware.bin) and run:

esptool.py --chip esp32s3 --port /dev/ttyACM0 --baud 460800 \
  write_flash 0x0000 bootloader.bin 0x8000 partitions.bin 0x10000 firmware.bin

Adjust --port for your system (e.g., /dev/ttyUSB0, COM5).

Host Tools

Troubleshooting