01-23-2025, 07:18 PM
Dear Fleetz,
The ESP32's Analog to Digital Converter (ADC) has a resolution of 12 bits, which means it can detect 4096 analog levels. The ADC can convert input voltages between 0 and 3.3 volts into integer values between 0 and 4095.
You are using custom values, so there is no positive result.
The ESP32's Analog to Digital Converter (ADC) has a resolution of 12 bits, which means it can detect 4096 analog levels. The ADC can convert input voltages between 0 and 3.3 volts into integer values between 0 and 4095.
You are using custom values, so there is no positive result.