Top "Nodemcu" questions

NodeMCU is an open-source firmware that offers a Lua API for ESP8266, ESP8285, and ESP32.

How to reset esp8266 NodeMCU?

I'm new at NodeMCU. My NodeMCU version is LOLin 0.1 First code I have uploaded is Spacehuhn's Deauther. I set up …

esp8266 arduino-ide nodemcu
ESP8266 Constantly Restarting

I have been struggling for some time now trying to get my ESP8266 ESP-12 to work. I was able to …

esp8266 nodemcu esplorer
How to run Node.js on esp8266 (Nodemcu dev board)?

I am trying to connect Apple homekit to nodemcu board, I found a tutorial which works on my computer, but …

node.js esp8266 nodemcu
ESP8266 send UDP string to AP

I am using UDP to connect two nodemcu modules. One nodemcu is wireless acces point and another nodemcu connects to …

arduino udp esp8266 nodemcu
ESPlorer can't communicate with ESP8266

I flashed the NodeMCU v0.9.5 to one of my ESP8266 modules. Now I'm trying to send a Lua script to …

lua iot esp8266 nodemcu esplorer
Interface NodeMCU (ESP8266) with GSM module

I'm a new user of NodeMCU and I would like to make it communicate with a GSM module like SIM900. …

gsm esp8266 nodemcu sim900
Making variables persistent after a restart on NodeMCU

I'm making a smart home system using nodeMCU, and I need to store and retrieve data from the module. I …

nodemcu
not able to connect to test.mosquitto.org

I am working on esp8266 and trying to connect to test.mosquitto.org. here is what I got from net …

mqtt esp8266 nodemcu
how much NodeMCU GPIO Current Maximum, and NodeMCU standalone Power Consumption?

Unfortunately, i can't find hardware Spec about NodeMCU. so i want know about GPIO Current limitation, Standalone Power Comsumptionm, and …

esp8266 nodemcu
How to fix "SerialTimeoutException: Write timeout" error with NodeMCU and arduino ide

I was trying to build a simple IoT product using a nodemcu, an LED, and the blynk app. This is …

arduino-ide nodemcu arduino-esp8266