dual-controller-sync
Installation
SKILL.md
Dual-Controller Synchronization Guide
When to Use This Skill
Apply this skill when the user:
- Has issues with I2C communication between main and camera controllers
- Needs to debug the dual-ESP32 robocar architecture
- Wants to monitor both controllers simultaneously
- Experiences timing or synchronization issues
Architecture Overview
Related skills
More from laurigates/mcu-tinkering-lab
esp32-debugging
Debug ESP32 firmware issues including compilation errors, runtime panics, memory issues, and communication failures
128embedded-best-practices
Embedded systems development best practices for ESP32, FreeRTOS, and ESP-IDF. Use when writing firmware code, reviewing implementations, or learning about embedded patterns.
54esp-idf-setup
Set up ESP-IDF development environment, create new projects, and verify configuration
26safe-build-operations
Safely execute build, flash, and monitor operations for ESP32/MCU projects. Prevents dangerous operations and validates commands before execution.
19