Arduino just announced its first certification program in Arduino Fundamentals. With the help of this certificate, get official recognition for…
Arduino has just launched the Arduino MKR WAN 1310 Development board. This board offers LoRa connectivity, more Flash memory and…
What’s new in the Raspberry Pi 4? There are lots of things changed in the latest Raspberry Pi 4 Model…
ESP8266 OTA is used to load firmware using a WiFi connection instead of using a serial port. You can program…
Learn about generating and sending HTTP POST Request from ESP8266. The POST method is the type of HTTP request method…
SPI (Serial Peripheral Interface), establishes communication between multiple peripheral devices or microcontrollers. The SPI interface bus exchanges data between microcontrollers.…
The Arduino hardware has built-in support for serial communication on pins 0 and 1. The native serial support happens via…
Establish WiFi Connection in the ESP8266 WiFi Module is so easy. ESP8266/NodeMCU supports two modes for the establishment of a…
Control the LED connected to the ESP8266 webserver. Initially create a simple web server and connect an LED to ESP8266.…
Build a simple Web Server using NodeMCU and Arduino IDE. Learn about connecting it to Wi-Fi and creating a web…