sskoog / NodeMCU-examples

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

License:GNU General Public License v2.0


Languages

Language:Lua 100.0%