nodemcu-firmware/docs/index.md

13 lines
644 B
Markdown
Raw Normal View History

# NodeMCU Documentation
2015-12-04 23:12:28 +01:00
NodeMCU is an [eLua](http://www.eluaproject.net/) based firmware for the [ESP8266 WiFi SOC from Espressif](http://espressif.com/en/products/esp8266/). This is a companion project to the popular [NodeMCU dev kits](https://github.com/nodemcu/nodemcu-devkit-v1.0), ready-made open source development boards with ESP8266-12E chips.
2015-12-04 23:12:28 +01:00
The firmware is based on the Espressif SDK v1.4 and uses a file system based on [spiffs](https://github.com/pellepl/spiffs).
2015-12-04 23:12:28 +01:00
## Getting started
2015-12-14 13:03:10 +01:00
- [Build the firmeware](build.md) with the modules you need.
- [Flash the firmware](flash.md) to the chip.
- Load your code into the firmware.
2015-12-04 23:12:28 +01:00