원클릭으로
monitor
Start serial monitor for MCU device
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Start serial monitor for MCU device
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Debug static, hiss, or noise on embedded I2S audio (ESP32 + MAX98357A / PCM DACs), especially streamed PCM. Measure the signal at each pipeline stage instead of guessing at the amp. Use when audio plays but sounds wrong.
Generate a printable Typst build guide (source + PDF) for an ESP32/MCU project by analyzing its docs, source, and schematic
Register a project in the monorepo — justfile mod, CI matrix, standard file inventory
Standardize credential handling for an ESP32 project (credentials.h.example, .gitignore, pre-commit protection)
Set up ESP-IDF development environment, create new projects, and verify configuration
Generate a CLAUDE.md for a project with build commands, hardware constraints, architecture, and development tasks
| name | monitor |
| description | Start serial monitor for MCU device |
| argument-hint | [project-name] [port] |
| allowed-tools | Bash(just:*), Bash(uvx:*) |
Start serial monitor for the specified project: $ARGUMENTS
main - Monitor robocar main controller: just robocar::monitor-maincam - Monitor robocar camera: just robocar::monitor-camwebserver - Monitor ESP32-CAM webserver: just webserver::monitoraudio - Monitor ESP32-CAM audio: just i2s-audio::monitortelegram - Monitor LLM Telegram bot: just telegram::monitorxbox - Monitor xbox-switch-bridge: just xbox::monitorPorts are auto-detected. Override with: PORT=/dev/... just <module>::monitor
Note: Press Ctrl-C to exit the monitor.