# me-no-dev/EspExceptionDecoder

Exception Stack Trace Decoder for ESP8266 and ESP32

Repository: https://github.com/me-no-dev/EspExceptionDecoder
Canonical: https://ross.abutalabs.com/products/espexceptiondecoder
Language: Java
License: GPL-2.0
License Family: copyleft
Last push: 2023-04-08T01:21:51+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3870, "days_push": 1244, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1139, forks 144 (observed 2026-08-28T04:03:44.197734+00:00)

## What it is
An Arduino IDE plugin that decodes ESP8266/ESP32 exception stack traces into readable function names and line numbers. It is written in Java and installs as a tool inside the Arduino IDE.

## Use cases
- decode esp8266 crash stack traces
- make sense of esp32 exception backtraces
- find which function crashed on esp32
- debug arduino esp firmware crashes
- translate guru meditation error addresses to code lines

## When to choose
- you develop ESP8266/ESP32 firmware with the Arduino IDE and need to interpret crash stack traces
- you want a GUI tool that decodes pasted exception traces instantly

## When to avoid
- you need a command-line decoder (use EspStackTraceDecoder instead)
- you are not using the Arduino IDE or ESP8266/ESP32 cores
- you need decoding for other microcontroller platforms

## Facets
- artifact type: plugin
- maturity: maintenance
- function: developer-tools
- domain: embedded-systems, developer-tools, iot
- platform: cross-platform, editor-plugin, cli
- tags: arduino, esp8266, esp32, stack-trace-decoder, exception-decoder, arduino-ide-plugin, debugging

## Member repositories
- me-no-dev/EspExceptionDecoder (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:44.197734+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:35:53.261497+00:00, confidence not recorded.
  - readme: https://github.com/me-no-dev/EspExceptionDecoder (fetched 2026-08-28T04:03:44.197734+00:00, sha 0fa91f6d645c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
