Search found 1 match
- Sat Mar 19, 2022 6:31 pm
- Forum: ESP32 Arduino
- Topic: ESP32 ADC1 <-> WIFI Issue
- Replies: 1
- Views: 2655
ESP32 ADC1 <-> WIFI Issue
I'm Using ESP32 ADC1 (not ADC2 that conflicts with Wi-Fi functionality) to capture some analog data received @IO36 (an ADC1 port). As soon as I uncomment WiFi.mode(WIFI_AP_STA) line (even when WiFi.begin() line is still commented out), analog readings go crazy! SOME SIDE NOTES: 1- The hardware that ...