- Version 1.0
- Download 13
- File Size 1.42 KB
- File Count 1
- Create Date December 9, 2018
- Last Updated December 11, 2018
Example Code for Switch - nodeMCU ESP8266 LUA firmware (HTTP) GET Data
This is Example code to make Switch (Get data from iotBind platform) for nodeMCU ESP8266 LUA firmware and connected them with iotBind.com by HTTP API
The basic process to get started with NodeMCU consists of the following three steps:
1.Build the firmware with the modules (file,GPIO,net,node,timer,UART,WIFI) from http://nodemcu-build.com/
2.Flash the firmware to the chip
3.Modify the code according to need of the project and Upload code to the device.
NodeMCU Documentation
http://nodemcu-build.com/
to link the device whith iotBind platform you need:
uid = Device UniqueID
key = Device API secret key
wifi_ssd = your WIFI Name
wifi_pass = your WIFI Password