You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I tested on ADC Channel 0,1,2, the voltage behavior on the pin was the same.
It goes low only during reading or does it go back up again, after you are done sampling?
It stays low while the device is open.
Steps:
Restart device, the voltage on pin ch0 is set to 3 V.
call 'adc -p /dev/adc0 -n 5', in this moment voltage drop down to 1.4V, and it remains in this state. I can slight change the voltage on pin by resistor (but don't to zero).
then I open the next device (old, as I think is closed). call 'adc -p /dev/adc1 -n 5', The voltage in channel 0 rises again to 3 V, and I can change it in the range from 0 to 3 V. But on channel 1 the voltage drop down to 1.4V
Description
Hello. I trying to read value from ADC, but have something problem.
in here: https://github.com/apache/nuttx/blob/master/arch/xtensa/src/esp32s3/esp32s3_adc.c#L441
I understand what happen. Please help!
Board: ESP32-S3 dev kit
Board connect
The voltage on pin before read.
The voltage on pin after read.
Configuration: ./tools/configure.sh -m esp32s3-devkit:adc
Console
Verification
The text was updated successfully, but these errors were encountered: