-->
Page 1 of 6

Program save not persistent

PostPosted: Sun Feb 21, 2016 6:49 am
by rgriepsma
I've bought some elcheapo V3 Nodemcu modules of Aliexpress and installed the ESP Arduino IDE. I can download a program to it, which connects to my wifi network and it works fine as long as it's still connected to the USB port of my pc. But if I disconnect it and connect it to an external USB power supply it does not connect to wifi anymore, it seems to have lost its program. This happens with multiple boards so it seems either I forgot to do something or the modules are all fucked. Is there anything I'm missing to make it save the program on the board?

Re: Program save not persistent

PostPosted: Sun Feb 21, 2016 2:05 pm
by schufti
Then reconnect it to the USB of your PC and check the output on the serial monitor.
Is the original program starting and do you get some expected (debug) output?
Or just an error message from the bootloader?

Re: Program save not persistent

PostPosted: Mon Feb 22, 2016 5:33 am
by rgriepsma
If I do that there is nothing showing in the serial log, no errors and no debug messages.

Re: Program save not persistent

PostPosted: Tue Feb 23, 2016 5:53 am
by schufti
there should be at least some output from the bootloader.
If you can't set 74880 baud then it may look as gibberish but should be there.
Adding some "debug messages" to your sketch with known baudrate might be helpfull ...