joiorew.blogg.se

Esp8266 firmware options
Esp8266 firmware options









esp8266 firmware options

master thus can be considered "stable" even though there are no automated regression tests.

esp8266 firmware options

dev is actively worked on and it's also where PRs should be created against. This project uses two main branches, master and dev. Use the automated custom firmware build service to get the specific firmware configuration you need, or consult the documentation for other options to build your own firmware. ĭue to the ever-growing number of modules available within NodeMCU, pre-built binaries are no longer made available. With every commit the documentation is rebuilt by Read the Docs and thus transformed from terse Markdown into a nicely browsable HTML site at.

Esp8266 firmware options code#

The fact that the API documentation is mainted in the same repository as the code that provides the API ensures consistency between the two. The entire NodeMCU documentation is maintained right in this repository at /docs. config( "SSID ", "password ") Documentation For more extensive examples have a look at the /lua_examples folder in the repository on GitHub. To give you an idea what a NodeMCU program looks like study the short snippets below. Many functions, therefore, have parameters for callback functions. The NodeMCU programming model is similar to that of Node.js, only in Lua. Firmware available with or without floating point support (integer-only uses less memory).Asynchronous event-driven programming model.Based on Lua 5.1.4 (without debug, os modules).Easy to program wireless node and/or access point.The NodeMCU firmware is a companion project to the popular NodeMCU dev kits, ready-made open source development boards with ESP8266-12E chips. The code repository consists of 98.1% C-code that glues the thin Lua veneer to the SDK. The firmware is based on the Espressif NON-OS SDK 1.5.4.1 and uses a file system based on spiffs. NodeMCU is an eLua based firmware for the ESP8266 WiFi SOC from Espressif. A Lua based firmware for ESP8266 WiFi SOC











Esp8266 firmware options