We have already seen how to connect Arduino UNO with NodeMCU/ESP8266 over UART and send data to MQTT broker here. That project uses lua to program the NodeMCU
We can program NodeMCU (ESP8266) in several ways. Most of the times I use it with lua (with nodemcu firmware inside it). We can also program NodeMCU hardware
ESP8266-01 version comes with a AT based firmware, you need a application processor/controller to solve a problem. if your use case doesn’t require lot of GPIO (ESP has
In this blog we will build Intruder detector using NodeMCU/ESP8266, more of like a burglar alarm. We will be using a IR reflection based sensor. The sensor working
Connecting NodeMCU to twitter: In this blog we will see how to post a tweet from nodeMCU (Connecting NodeMCU to twitter). Making nodeMCU talking to twitter server is