esp sr commands

9 tagged esp sr, measured the same way as everything else here.

Browse within: embedded 9es7210 9es8311 9esp-idf 9esp32 9

hardware-specs

01

chayuto/ws-ESP32-S3-CAM

Command Claude Code

Read this before writing any code that touches peripherals, memory, Wi-Fi, camera, or audio. All GPIO and address numbers below are verified against the vendor BSP (ref/demo/ESP32-S3-CAM-OVxxxx/examples/ESP-IDF-v5.5.1/04dvpcameradisplay/components/waveshareesp32s3camovxxxx/include/bsp/esp32s3camovxxxx.h) and this…

5 4mo ago A 0 tokens original MIT

monitor

02

chayuto/ws-ESP32-S3-CAM

Command Claude Code

Command "monitor" from chayuto/ws-ESP32-S3-CAM, covering read serial output from the board, fix 1 — stty -hupcl + dd (works reliably), fix 2 — pyserial but set dtr/rts before open, optional: pulse rts only to reset without touching dtr and healthy read (once the dtr trap is avoided).

5 4mo ago A 0 tokens original MIT

peripherals

03

chayuto/ws-ESP32-S3-CAM

Command Claude Code

Use the vendor BSP waveshare/esp32s3camovxxxx for anything nontrivial. It hides the CH32V003 IO-expander quirks, I²C bus init, camera pin config, and codec addresses. Header: ref/demo/ESP32-S3-CAM-OVxxxx/examples/ESP-IDF-v5.5.1/04dvpcameradisplay/components/waveshareesp32s3camovxxxx/include/bsp/esp32s3camovxxxx.h.

5 4mo ago A 0 tokens original MIT