Telegram: Control ESP32/ESP8266 Outputs (Arduino IDE)
This guide shows how to control the ESP32 or ESP8266 NodeMCU GPIOs from anywhere in the world using Telegram. As an example, we’ll control an LED, but you can control …
This guide shows how to control the ESP32 or ESP8266 NodeMCU GPIOs from anywhere in the world using Telegram. As an example, we’ll control an LED, but you can control …
This guide shows how to request ESP32 or ESP8266 NodeMCU sensor readings using Telegram. As an example, we’ll request temperature and humidity readings from a BME280 sensor. You just need …
If you’re having trouble compiling code for your ESP32 or ESP8266 boards using Arduino IDE due to an error downloading the boards’ URLs, you can follow this guide to help …
In this project we’ll show you how to build an IoT shield PCB for the ESP32 and a web server dashboard to control it. The shield is equipped with a …
In this tutorial you’ll learn how to build an asynchronous web server with the ESP32 board to control its outputs. The board will be programmed using Arduino IDE, and we’ll …
This tutorial shows how to setup an ESP8266 board to receive data from multiple ESP8266 boards via ESP-NOW communication protocol (many-to-one configuration). This configuration is ideal if you want to …
In this tutorial you’ll learn how to use ESP-NOW communication protocol to send data from one ESP8266 NodeMCU board to multiple ESP8266 boards (one-to-many configuration). The boards will be programmed …
Learn how to establish a two-way communication between two ESP8266 NodeMCU boards using ESP-NOW communication protocol. As an example, two ESP8266 boards will exchange DHT sensor readings. We’ll use Arduino …
In this guide, you’ll learn how to make HTTP POST requests using the ESP8266 NodeMCU board with Arduino IDE. We’ll demonstrate how to post JSON data or URL encoded values …
In this guide, you’ll learn how to make HTTP GET requests using the ESP8266 NodeMCU board with Arduino IDE. We’ll demonstrate how to decode JSON data from OpenWeatherMap.org and plot …
In this guide, you’ll learn how to make HTTP POST requests using the ESP32 board with Arduino IDE. We’ll demonstrate how to post JSON data or URL encoded values to …
In this guide, you’ll learn how to make HTTP GET requests using the ESP32 board with Arduino IDE. We’ll demonstrate how to decode JSON data from OpenWeatherMap.org and plot values …
Learn how to publish temperature and humidity readings from a DHT11 or DHT22 sensor via MQTT with the ESP8266 NodeMCU to any platform that supports MQTT or any MQTT client. …
Learn how to publish DS18B20 temperature readings via MQTT with the ESP8266 (NodeMCU) to any platform that supports MQTT or any other MQTT client. As an example, we’ll publish sensor …