Search found 1 match

by Pargles
Sat May 27, 2017 7:28 pm
Forum: ESP32 Arduino
Topic: Conflict between WiFi.h and analogRead
Replies: 1
Views: 12356

Re: Conflict between WiFi.h and analogRead

Just in case someone else runs across this: As per this post on github: https://github.com/espressif/arduino-esp32/issues/102 ADC1 pins can be used at the same time as WiFi. ADC2 pins cannot work when WiFi is in use - not sure about BLE. ADC1 GPIO pins: 32, 34 through to 39 ADC2 GPIO pins: 6, 7, 8, ...