NodeMCU & SPIFFS - FTP issues when using 8 digital outputs
Posted: Tue Jul 21, 2020 12:17 am
I have a Lolin NodeMCU monitoring my network via pings and using 8 digital outputs to drive LEDs (active LOW).
A second identical NODE is configured the same but without all LEDs connected. (test system)
I developed a program on the test system to log the averaged responses to SPIFFS and access the file via FTP. It all works fine, except that sometimes the ftp server closes for a short time when I try to download the file.
I load the SAME program to an identical board - the only difference is all 8 LEDS are connected (via resistors to D0 - D7.
FTP does not work (connection timed out) and the LED on D0 - which should be continuous on - gets turned off.
Is anyone aware of any conflict between FTP and D0 (GPIO16)? Or anything else that might stop FTP from working?
A second identical NODE is configured the same but without all LEDs connected. (test system)
I developed a program on the test system to log the averaged responses to SPIFFS and access the file via FTP. It all works fine, except that sometimes the ftp server closes for a short time when I try to download the file.
I load the SAME program to an identical board - the only difference is all 8 LEDS are connected (via resistors to D0 - D7.
FTP does not work (connection timed out) and the LED on D0 - which should be continuous on - gets turned off.
Is anyone aware of any conflict between FTP and D0 (GPIO16)? Or anything else that might stop FTP from working?