An open API service indexing awesome lists of open source software.

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.

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**

![Image](https://github.com/user-attachments/assets/f41653b6-bd88-43d3-969e-b4f3fb3dd0e2)

**Pinout image of esp32**

![Image](https://github.com/user-attachments/assets/1964b364-de5a-4d79-96b1-d8f2da0292b0)