-->
Page 1 of 1

NodeMCU not working after connect anything to pin D8

PostPosted: Sun Aug 15, 2021 10:00 am
by GiuseppeBrandi
So I'm just trying to store information in a SD card using NodeMCU and SD card module.

But when I connect the SDCS pin from the SD card module to the D8 pin of the NodeMCU I get this error while trying to upload the code:

warning: espcomm_sync failed
error: espcomm_open failed
error: espcomm_upload_mem failed
error: espcomm_upload_mem failed

Already tried: Pressing flash button with RST before uploading the code, changing cable, code, nothing works if the D8 pin is connected, but it works otherwise.

Re: NodeMCU not working after connect anything to pin D8

PostPosted: Tue Aug 17, 2021 2:52 am
by JurajA
D8 is io 15 a boot configuration pin which must be LOW at boot.
https://arduino.stackexchange.com/quest ... 5706#75706