https://github.com/electronicsstudio/esp32_adc
Hi, In this repository, We will understand ADC with ESP32 | Learn How It Works.
https://github.com/electronicsstudio/esp32_adc
adc esp32
Last synced: 1 day ago
JSON representation
Hi, In this repository, We will understand ADC with ESP32 | Learn How It Works.
- Host: GitHub
- URL: https://github.com/electronicsstudio/esp32_adc
- Owner: electronicsstudio
- Created: 2025-04-12T18:26:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T06:21:27.000Z (about 1 year ago)
- Last Synced: 2025-04-13T06:28:38.546Z (about 1 year ago)
- Topics: adc, esp32
- Language: C++
- Homepage: https://www.youtube.com/@ElectronicsStudio-v7o/videos
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# esp32_ADC
Hi, In this repository we will see the step by step of our code and its operation, the function of this program
is to be able, with a potentiometer, to vary the intensity of the current that is supplied,
in this case the conversions of ADC to Voltage to DAC for full operation.
**ESP32 Basics: Analog-to-digital Converter (ADC)**
Potentiometer is connected to GPIO 34 (Analog ADC1_CH6)
voltage levels between 0 V and 3.3V
The voltage measured is then assigned to a value between 0 and 4095, in which 0 V corresponds to 0, and 3.3 V corresponds to 4095.
**For your reference below images**
**Output of the ADC in graph**

**Pinout image of esp32**
