Page 1 of 1

WiFi pulls pin 15 low

Posted: Wed May 30, 2018 1:43 pm
by Pibbotley
Investigating a problem with a script not outputting high on pin 15, I found that the problem (feature?) was caused by the WiFi library (Arduino IDE) pulling the pin low, possibly associated with wifi event handling. This can be demonstrated using the example script WiFiClientEvents and adding a digital write high to pin 15 in the loop. Is this documented anywhere?

Re: WiFi pulls pin 15 low

Posted: Mon Jul 02, 2018 9:43 pm
by coolpeut
see https://github.com/espressif/arduino-esp32/issues/1568
Worked for me, although I am not completely sure if your issue was the same as mine.

Re: WiFi pulls pin 15 low

Posted: Tue Jul 03, 2018 2:29 pm
by Pibbotley
Thanks, updating to latest fixed issue. I notice that a 'major WiFi overhaul' was committed on 24/06.