一键导入
monitor
Open the ESP32 serial monitor to view logs. TRIGGER when the user says "monitor", "serial", "logs", "show output", or "what is the ESP32 doing".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Open the ESP32 serial monitor to view logs. TRIGGER when the user says "monitor", "serial", "logs", "show output", or "what is the ESP32 doing".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Troubleshoot I2C bus issues with the AS5600 sensor and SSD1306 OLED. TRIGGER when the user reports I2C errors, display not working, sensor not reading, or garbled data.
Build and flash the ESP32 firmware via PlatformIO. TRIGGER when the user says "flash", "upload", "build and upload", or "deploy to ESP32". Detects the serial port automatically.
| name | monitor |
| description | Open the ESP32 serial monitor to view logs. TRIGGER when the user says "monitor", "serial", "logs", "show output", or "what is the ESP32 doing". |
Connect to the ESP32 serial output to view runtime logs.
Detect the serial port:
ls /dev/cu.usbserial-* 2>/dev/null
If no port found, tell the user the ESP32 isn't connected or the cable is charge-only.
Note: pio device monitor requires an interactive terminal and cannot be
run from Claude Code's bash tool. Instead, tell the user to run it
themselves:
! pio device monitor --port /dev/cu.usbserial-0001
Or use the ! prefix in the Claude Code prompt to run it in-session.
If the user pastes serial output, help interpret it:
x�x) — normal bootloader output at
74880 baud; ignore theseNO_AP_FOUND — WiFi SSID not found; check spelling, case
sensitivity, or 5 GHz vs 2.4 GHzi2cWriteReadNonStop returned Error 263 — I2C device not responding;
check wiring and powerPENDING on Signal K auth — approve the device in Signal K admin UI
at Security → Access RequestsGuru Meditation Error — crash; note the backtrace and check for
memory issues or I2C bus contention