Site icon 14core.com

What is NodeMCU How to Code LUA Script with a Simple Lines of Code

14Core-NodeMCU-IOT-01-01NodeMCU is an Open Source Firmware Development Board that helps you to build your IOT(Internet of Things) projects with a few LUA Script Lines, NodeMCU it is like Arduino Hardware with a Input Output built in the Board itself, it has also a Wifi built in to connect directly to internet to control your things online using Nodejs Style network API for digital network applications, which facilitates developers to code running on the Board, Greatly speed up your Internet of Things application development process.

The Development Board base on ESP8266 Chip, integrated GPIO(General Purpose Input Output), PWM(Pulse with Modulation),IIC(Interconnected Integrated Circuit), 1-Wire and ADC all in one board to power up your development board in fastest way combined with the NodeMCU Firmware.

Development Board Features:

Pin Out Diagram




Connecting to the wifi network
[crayon-66d3cd59e1dd9400950573/]
 To Access (GPIO) / Input Out
[crayon-66d3cd59e1de7245186903/]
 Configure a http client
[crayon-66d3cd59e1deb586330192/]
Configure a http server
[crayon-66d3cd59e1def381978110/]
Sample Code for PWM(Pulse with Modulation)
[crayon-66d3cd59e1df2251001799/]
Sample code for LED
[crayon-66d3cd59e1df6204734575/]
 Sample code for Bootstrap
[crayon-66d3cd59e1df9962237705/]
Working on Timer to Repeat
[crayon-66d3cd59e1dfd169117369/]
Simple demonstration using LUA Script working on TELNET SERVER
[crayon-66d3cd59e1e00136987243/]
 Demonstration how to Interfe with sensor in NodeMCU
[crayon-66d3cd59e1e03546092691/]




New Firmware > https://github.com/nodemcu/nodemcu-firmware/releases/tag/0.9.6-dev_20150704

What is NodeMCU How to Code LUA Script with a Simple Lines of Code
Exit mobile version