The board for advanced. Open-source, Interactive, Programmable, Low cost, Simple, Smart, WI-FI enabled
Arduino-like hardware IO
Advanced API for hardware IO, which can dramatically reduce the redundant work for configuring and manipulating hardware. Code like arduino, but interactively in Lua script.
Nodejs style network API
Event-driven API for network applicaitons, which faciliates developers writing code running on and 5mm*5mm sized MCU in Nodejs style. Greatly speed up your IOT application developing process.
Lowest cost WI-FI
Less than $2 WI-FI MCU ESP8266 integrated and esay it prototyping development kit. We provide the best platform for IOT application development at the lowest cost.
Development Kit
The Development Kit based on ESP8266, integates GPIO, PWM, IIC, 1-Wire and ADC all in one board. Power your developement in the fastest way combinating with NodeMCU Firmware!
Connect to the wireless network
print(wifi.sta.getip())--nil wifi.setmode(wifi.STATION) wifi.sta.config("SSID","password") print(wifi.sta.getip())--192.168.18.110
Reference:
http://www.nodemcu.com/index_en.html#fr_54747361d775ef1a3600000f
Tutorials
Instalace ESP8266 do Arduino IDE https://navody.arduino-shop.cz/technikuv-blog/jak-nainstalovat-podporu-pro-esp8266-do-arduino-ide.htmlZákladní http://navody.arduino-shop.cz/navody-k-produktum/esp8266-vyvojova-deska-wemos-d1.html
Pokročilý http://navody.arduino-shop.cz/navody-k-produktum/esp8266-a-thingspeak.html