Ross ROSS = Recommend OSS · open-source software intelligence for agents

NodeMCU

Lua based interactive firmware for ESP8266, ESP8285 and ESP32 observed · 2026-08-28

github.com/nodemcu/nodemcu-firmware · homepage · C · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

62/100

  • Activity 86
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4304
  • days_rel: n/a
  • days_push: 87
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

7943 stars · 3102 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

NodeMCU is an open-source Lua-based interactive firmware for the ESP8266, ESP8285, and ESP32 WiFi SoCs, implemented in C on top of the Espressif SDK. It provides an asynchronous, event-driven programming model with over 70 built-in C modules, a SPIFFS flash file system, and Lua Flash Store (LFS) support for running large Lua applications directly from flash.

Use cases

  • program esp8266 with lua
  • build iot wifi node or access point
  • flash firmware onto esp32 board
  • run lua scripts on microcontroller
  • create simple http server on esp8266
  • prototype embedded wifi projects quickly

When to choose

  • you want to script ESP8266/ESP32 behavior in Lua without a C toolchain
  • you need rapid prototyping of WiFi-connected IoT devices
  • you prefer an asynchronous, event-driven model like Node.js on embedded hardware
  • you want many built-in hardware modules (GPIO, net, file system) out of the box

When to avoid

  • you need maximum performance or precise real-time control - use the native Espressif SDK or ESP-IDF in C
  • you prefer MicroPython or Arduino tooling instead of Lua
  • you need the full Lua standard library - debug, io, os, and most math modules are omitted
  • your project targets non-Espressif microcontrollers

Facets

application · maturity active

embedded interpreter file-system http-server networking iot embedded-systems hardware embedded iot lua c esp8266 esp32 esp8285 lua-firmware spiffs espressif wifi iot-firmware event-driven lfs automation

1 source

Member repositories

For agents

markdown · JSON · MCP: product_card(name="nodemcu/nodemcu-firmware")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem