ESP32S3 ADC readings #11883
Answered
by
peterhinch
saraverbeecke
asked this question in
ESP32
ESP32S3 ADC readings
#11883
-
Hi, Are the MicroPython docs about the ESP32 ADC also relevant for the ESP32S3? I would like to understand what the read_uv() function means and how to read out a correct analog input voltage.
Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
peterhinch
Jun 29, 2023
Replies: 1 comment
-
I haven't done detailed tests but I have used the ambient light sensor in the UM Feather S3. The ADC uses the same MicroPython API as the standard ESP32. I needed to use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
saraverbeecke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't done detailed tests but I have used the ambient light sensor in the UM Feather S3. The ADC uses the same MicroPython API as the standard ESP32. I needed to use
ADC.ATTN_11DB
to get the right output range.