Search found 2 matches
- Wed Nov 19, 2025 5:27 am
- Forum: General Discussion
- Topic: ESP32S3 ADC Abnormal Fluctuations Issue
- Replies: 2
- Views: 1070
Re: ESP32S3 ADC Abnormal Fluctuations Issue
If an ADC input is open-circuit, the value on it is undefined; might be 0V, might be some voltage that it happens to be connected to by some high-impedance impurities on the board, might be whatever voltage it is pulled to by EMC influences. Make sure to pull the ADC line to a defined level if you ...
- Tue Nov 18, 2025 8:07 am
- Forum: General Discussion
- Topic: ESP32S3 ADC Abnormal Fluctuations Issue
- Replies: 2
- Views: 1070
ESP32S3 ADC Abnormal Fluctuations Issue
I designed a PCB using ESP32S3 (chip + peripheral method, not a module). The board has a PWM to DC converter circuit with a sensor connected in it. I connected its output to GPIO2 and did an ADC one-shot read in IDF. I have two PCBs with nearly identical layouts and routing of the adc collection ...