News

Simply connect the LED with ESP8266 board as shown in image connect positive leg of LED TO D1 pin and negative leg of LED to GND pin. Simply connect the ESP8266 board to PC using Micro USB cable Open ...
Coding ESP8266 to Control Seven Segment Display. A simple code is written on Arduino IDE to control the segments of the SSD to display the required digit or the alphabet. The GPIO pins of ESP8266 are ...
IPAddress ip(192, 168, 1, 150); // where 150 is the desired IP Address. The first three numbers must be the same as the router IP #define V_memory_count 32 // the size of V memory. You can change it ...
Now, you can program NodeMCU with Arduino IDE. As we have finished setting up the Arduino IDE, we can now upload the complete code. But first, read on the quick explanation of the whole code. Firstly, ...
There are easy ways of getting more I/O pins for any project; shift registers, I2C expanders, or ADCs will give you plenty of pins for whatever project you have in mind. All these require extra com… ...
Since RX and TX are labeled from the Arduino’s point of view, don’t cross the wires, but plug the device’s RX wire into the RX pin 0 and the TX wire into the TX pin 0. This should work with any ...
This system is implemented using the NodeMCU ESP8266 Wi-Fi module, Arduino Uno, 4 channel relay module, temperature sensor (DHT 11), ... The IoT is achieved by means of the NodeMCU whose GPIO pins are ...