ESP32: 26 Free Guides for Sensors and Modules
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 26 …
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 26 …
In this tutorial, you’ll learn how to program the ESP32 and ESP8266 boards with MicroPython to send sensor readings to your email. As an example, we’ll send temperature, humidity, and …
In this guide, you’ll learn how to create a digital scale with the Arduino using a load cell and the HX711 amplifier. First, you’ll learn how to wire the load …
In this tutorial, you’ll learn how to create a scale with the ESP8266 NodeMCU using a load cell and the HX711 amplifier. First, you’ll learn how to wire the load …
In this guide, you’ll learn how to create a scale with the ESP32 using a load cell and the HX711 amplifier. First, you’ll learn how to wire the load cell …
In this guide, you’ll learn how to use a TDS meter (Total Dissolved Solids) with an Arduino board. A TDS meter indicates the total dissolved solids like salts, minerals, and …
In this guide, you’ll learn how to use a TDS meter (Total Dissolved Solids) with the ESP32. A TDS meter indicates the total dissolved solids like salts, minerals, and metals, …
In this guide, you’ll learn how to read temperature using a K-Type Thermocouple with the MAX6675 amplifier with the Arduino board. A K-type thermocouple is a type of temperature sensor …
In this guide, you’ll learn how to read temperature using a K-Type Thermocouple with the MAX6675 amplifier with the ESP8266 NodeMCU board. A K-type thermocouple is a type of temperature …
In this guide, you’ll learn how to read temperature using a K-Type Thermocouple with the MAX6675 amplifier with the ESP32 board. A K-type thermocouple is a type of temperature sensor …
The BH1750 is a 16-bit ambient light sensor. In this guide, you’ll learn how to use the BH1750 ambient light sensor with the Arduino board. The sensor communicates with a …
The BH1750 is a 16-bit ambient light sensor. In this guide, you’ll learn how to use the BH1750 ambient light sensor with the ESP8266 NodeMCU board using Arduino IDE. The …
The BH1750 is a 16-bit ambient light sensor. In this guide, you’ll learn how to use the BH1750 ambient light sensor with the ESP32 board using Arduino IDE. The sensor …
In this guide, you’ll learn how to use the HC-SR04 Ultrasonic Sensor with the ESP32 and ESP8266 to get the distance to an object using MicroPython firmware. This tutorial covers …