In this guide, you'll learn how to authenticate to Firebase using your ESP32 or ESP8266 board with an email and password, and get the user UID. This is useful for restricting or allowing access to certain users or creating multiple users that can access the same Firebase project. Additionally, this is helpful when setting up| Random Nerd Tutorials
This guide shows how to use the 0.96 inch SSD1306 OLED display with ESP32 using Arduino IDE. Learn how to write text, set different fonts, draw shapes and display bitmaps images.| Random Nerd Tutorials
Learn how to display temperature and humidity readings from a DHT11/DHT22 sensor in an SSD1306 OLED display using an ESP32 or an ESP8266 with Arduino IDE.| Random Nerd Tutorials
Learn how to create a web server with the ESP32 to display readings from the BME280 sensor module: temperature, humidity and pressure. We'll use Arduino IDE to program the ESP32.| Random Nerd Tutorials
Learn how to use the BME280 sensor module with ESP32 to read pressure, temperature, humidity and estimate altitude using Arduino IDE. It uses I2C or SPI communication protocol.| Random Nerd Tutorials
Use a microSD card with the ESP32: you'll learn how to read and write files to the microSD card. To interface a microSD card with an ESP32 board, we'll use SPI.| Random Nerd Tutorials
The ESP32 is currently being integrated with the Arduino IDE just like it was done for the ESP8266, but not everything is working at the moment.| Random Nerd Tutorials
This guide reads temperature from multiple DS18B20 temperature sensors with ESP32 using Arduino IDE. We’ll wire the sensors on the same data bus to the ESP32| Random Nerd Tutorials
Learn how to read digital inputs (like a button switch) and control digital outputs (an LED) using the ESP32 board programmed with Arduino IDE.| Random Nerd Tutorials
The ESP32 has a few problems when you are trying to upload new sketches or install the ESP32 add-on. This is the ESP32 troubleshooting guide for Arduino IDE.| Random Nerd Tutorials
The ESP32 can act as a Wi-Fi station, as an AP (Access Point), or both. In this tutorial you'll set the ESP32 as an access point using the Arduino IDE.| Random Nerd Tutorials
Install the ESP32 boards in Arduino IDE 2.0 and upload code to the board. This guide is compatible with Windows, Mac OS X, and Linux operating systems.| Random Nerd Tutorials
This is a getting started guide for the ESP32 Development board. The ESP32 is the ESP8266 sucessor. Loaded with new features: WiFi, Bluetooth, dual core, ...| Random Nerd Tutorials
Learn how to read ESP32 Analog Inputs with Arduino IDE using analogRead function. Analog reading is useful to read values from potentiometers, analog sensors, etc| Random Nerd Tutorials
Learn how to use the ESP32 Touch Pins with Arduino IDE. The ESP32 touch pins can sense variations in anything that holds an electrical charge. They can be used to wake up the ESP32 from deep sleep.| Random Nerd Tutorials
In this tutorial, you'll learn how to use ESP32 Bluetooth Classic with Arduino IDE to exchange data between an ESP32 and an Android smartphone. We’ll control an ESP32 output, and send sensor readings.| Random Nerd Tutorials
In this project you’ll create a standalone web server with an ESP32 that can toggle two LEDs using the Arduino IDE programming environment.| Random Nerd Tutorials
DS18B20 OneWire Temperature sensor with ESP32 using Arduino IDE. Learn how to read temperature from one or multiple sensors and build a web server to display sensor readings.| Random Nerd Tutorials
In this project, you'll learn how to build an asynchronous ESP32 web server with the DHT11 or DHT22 that displays temperature and humidity using Arduino IDE| Random Nerd Tutorials