Search found 1 match
- Fri Oct 12, 2018 11:48 pm
- Forum: ESP-IDF
- Topic: Conflict between ADC2 and Wifi
- Replies: 1
- Views: 7855
Conflict between ADC2 and Wifi
Hi all, After a few hours of research, I was finally able to isolate my strange problem. In the code below, if I uncomment the lines concerning wifi, the analog input A10 (GPIO4) always reports 4095. #include <Arduino.h> #include <WiFi.h> void setup() { Serial.begin(115200); pinMode(A10, INPUT_PULLD...