embedded-best-practices
Installation
SKILL.md
Embedded Best Practices Skill
This skill provides comprehensive guidance for embedded systems development with a focus on ESP32 and ESP-IDF.
When to Use
- Writing new firmware code
- Reviewing implementation approaches
- Learning embedded patterns
- Debugging issues
- Optimizing code
ESP-IDF Project Structure
Related skills
More from laurigates/mcu-tinkering-lab
esp32-debugging
Debug ESP32 firmware issues including compilation errors, runtime panics, memory issues, and communication failures
128esp-idf-setup
Set up ESP-IDF development environment, create new projects, and verify configuration
26dual-controller-sync
Debug and synchronize communication between the robocar main controller (Heltec WiFi LoRa 32) and camera module (ESP32-CAM)
20safe-build-operations
Safely execute build, flash, and monitor operations for ESP32/MCU projects. Prevents dangerous operations and validates commands before execution.
19