·esp32-debugging
</>

esp32-debugging

laurigates/mcu-tinkering-lab

Debug ESP32 firmware issues including compilation errors, runtime panics, memory issues, and communication failures

19Installs·0Trend·@laurigates

Installation

$npx skills add https://github.com/laurigates/mcu-tinkering-lab --skill esp32-debugging

SKILL.md

Fix: Ensure the component containing the function is in REQUIRES or PRIVREQUIRES.

Type Errors Look for mismatched types between function declarations and implementations.

| StoreProhibited | Writing to invalid memory | Check pointer initialization | | LoadProhibited | Reading from invalid memory | Check null pointers | | InstrFetchProhibited | Corrupted function pointer | Check callback assignments | | IntegerDivideByZero | Division by zero | Add zero checks |

Debug ESP32 firmware issues including compilation errors, runtime panics, memory issues, and communication failures Source: laurigates/mcu-tinkering-lab.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/laurigates/mcu-tinkering-lab --skill esp32-debugging
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is esp32-debugging?

Debug ESP32 firmware issues including compilation errors, runtime panics, memory issues, and communication failures Source: laurigates/mcu-tinkering-lab.

How do I install esp32-debugging?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/laurigates/mcu-tinkering-lab --skill esp32-debugging Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/laurigates/mcu-tinkering-lab

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01