esp32-serial-logging

Installation
SKILL.md

ESP32 Serial Log Monitoring

Overview

Capture serial output from ESP32 (or any microcontroller) to a file for real-time monitoring and analysis.

ESP32 Setup (Device Side)

ESP-IDF Framework

#include "esp_log.h"

static const char* TAG = "MyComponent";
Related skills
Installs
76
GitHub Stars
7
First Seen
Jan 29, 2026