bom
01Command
Generate or analyze Bill of Materials from KiCad project.
14 tagged esp idf, measured the same way as everything else here.
Browse within: embedded 14esp32 14es7210 9es8311 9esp-sr 9cortex-m 5electronics 5
Command
Generate or analyze Bill of Materials from KiCad project.
Command
Calculate power budget for the current embedded project.
Command
Run embedded firmware code review (memory safety, ISR, RTOS, C/C++ UB).
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…
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).
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.