Autoranging for ESP32 ADC attenuation

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
cbarber
Posts: 1
Joined: Thu Jan 06, 2022 5:41 pm

Autoranging for ESP32 ADC attenuation

Post by cbarber » Thu Jan 06, 2022 5:48 pm

Hello,

Those who have developed for ESP32 using the analog inputs are likely aware of existing issues with the ESP32 ADC. This thread on ESPHome appears to have resolved some of these issues using "auto range" setting for attn: https://github.com/esphome/esphome/pull/2541

1. Are there plans to include such setting in Micropython already in Micropython?
2. If not, is it possible to include something like this in Micropython?

Post Reply