ESP32: I2C Scanner (Arduino IDE) – Finding the Address of I2C Devices
This is a quick guide that shows how to find the address of I2C devices with the ESP32 programmed using Arduino IDE. Want to learn more about I2C with the …
This is a quick guide that shows how to find the address of I2C devices with the ESP32 programmed using Arduino IDE. Want to learn more about I2C with the …
In this project, you’ll learn how to log data to Google Sheets with the ESP32 securely and reliably using a Google Service Account and Google Sheets API. We’ll use the …
Learn how to program the ESP32 and ESP8266 with MicroPython, a re-implementation of Python 3 programming language targeted for microcontrollers. This is one of the easiest ways to program your ESP32/ESP8266 boards!
In this guide, we’ll provide you with all the information to master Bluetooth (Classic and Low Energy) with the ESP32 in no time. ESP32 boards are great for IoT projects …
This guide shows how to use the RCWL-0516 Microwave Radar Proximity sensor with the ESP32 and ESP8266 using MicroPython to detect motion. You’ll learn how to wire the sensor to …
This guide provides a beginner-friendly introduction to using Web Bluetooth with the ESP32. We’ll explain what Web Bluetooth is and walk you through creating a web application for interacting with …
In this guide, you’ll learn how to set up the ESP32 as a BLE Peripheral (or BLE Server) with an Environmental Sensing Service. This service exposes measurement data from environmental …
In this guide, you’ll learn how to write and save data permanently to a file saved on the ESP32 filesystem (LittleFS). LittleFS is a lightweight filesystem created for microcontrollers that …
This tutorial shows how to send captured photos from the ESP32-CAM to your email account using an SMTP Server. We’ll show you a simple example that takes a photo when …
In this tutorial, you’ll create a Telegram bot to interact with the ESP32-CAM to request a new photo. You can request a new photo using your Telegram account from anywhere. …
In this guide, you’ll learn how to use the RCWL-0516 Microwave Radar Proximity sensor to detect motion with the ESP32. We’ll show you how to wire the sensor to the …
There is a wide variety of sensors, modules, and peripherals compatible with the ESP32 boards. We have tutorials for the most popular components. This article is a compilation of 29 …
In this guide, you’ll learn how to create a WebSocket server with the ESP32 to display sensor readings on a web page. Whenever the ESP32 has new readings available, the …
In this guide, you’ll learn how to upload files to the ESP32 Filesystem (LittleFS) by using a plugin for Arduino IDE (1.8.X). LittleFS is a lightweight filesystem created for microcontrollers …