/NodeMCU-examples

Some simple experiments with ESP8266 running NodeMCU and lua, interfacing with sensors and ThingSpeak.com

Primary LanguageLuaGNU General Public License v2.0GPL-2.0

NodeMCU-examples

Some simple experiments with ESP8266 running NodeMCU and lua, interfacing with sensors and ThingSpeak.com

The examples are developed using the following setup. It might work with other setups too, but be prepared to make minor adjustments.

Hardware used

Software used

LuaLoader 0.87

The Lua scripts uses a couple of timers for task timing. Make sure you are not merging with code that are using the same timer channels. The init file initializes the WiFi connection. All other files using sockets assume a working WiFi connection and IP. CONFIGURE THE INIT FILE FIRST!