Now three of them no longer allow me to upload the sketch from the Arduino IDE. Browsing the interweb, I see this is a common problem, and various people claim to have resolved it by changing the usb cable, supplying more power, etc etc.
NOTE I can still upload to one of the modules.
I see this on an offending board:
error: espcomm_open failed
I turned on verbose logging in the Arduino IDE, and I see
esptool v0.4.9 - (c) 2014 Ch. Klippel <ck@atelier-klippel.de>
setting board to nodemcu
setting baudrate from 115200 to 115200
setting port from COM1 to COM3
setting address from 0x00000000 to 0x00000000
I opened the serial monitor, and pressed the reset button. I saw a bunch of jibberish, I tried various baud rates, and found that on 74880, the NodeMCU was saying:
"
ets Jan 8 2013,rst cause:2, boot mode:(7,7)
waiting for host"
I changed back to the nodeMCU which is still accepting uploads, and without trying to upload
I pressed the reset button. I saw this:
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v09f0c112
~ld
⸮
Note that the IDE upload speed options dont include 74880
I uploaded my WiFi sketch, it succeeded, and the serial monitor showed jibberish at 74880, however setting it to 115200,and reset, I saw jibberish followed by my message. Back to 74880, reset, I saw the linux messages, followed by jibberish (my message).
For the past several months, I have had everything set to 115200, and all has been well, now suddenly we have this strange 74880 - Does anyone have any ideas? I'm beginning to think I need to re-install the firmware, but if I cant load a sketch, I suspect I wont be able to change the firmware