Category: ESP32 Module
-
How to setup ESP32 on Arduino IDE
Prerequisites: Before we dive into the setup process, there are a few things you’ll need to gather: Now that you have everything you need, let’s get started with the setup process. Step 1: Install the ESP32 Board in Arduino IDE: Step 2: Select the ESP32 Board: Step 3: Choose the Correct Port: Step 4: Upload…
-
Battery Monitoring with Led Light Control Using ESP32 Bluetooth for my Solar System
I need to monitor battery voltage to check weather my charging system is working correctly or not. But to do that i have get up and walk with my multimeter towards the battery and i have to take these reading in night. I placed my battery in a corner where there is very little light.…
-
ESP32 schematics
This module contains an ESP32 Wroom 32d chip. Here is the schematics for this module.
-
How to interface potentiometer to ESP32 to read ADC Values
Here is the simple code to read the ADC value and show it in the serial monitor of Arduino ide.