-->
Page 2 of 5

Re: LoLin NodeMcu v3 - Problem with flashing?

PostPosted: Sun Dec 31, 2017 10:54 am
by kamdz
Any idea?

Re: LoLin NodeMcu v3 - Problem with flashing?

PostPosted: Sun Dec 31, 2017 7:31 pm
by dodgeboy
Try modifying the baud rate in the source code to something other than 115200. I had the exact same problem, and if I changed the "Serial.begin(115200);" line to "Serial.begin(74880);" (but leave my term connection set to 115200), I was able to see everything just fine.

Re: LoLin NodeMcu v3 - Problem with flashing?

PostPosted: Tue Jan 02, 2018 4:22 pm
by kamdz
But where to change it? I want to flash the firmware NodeMcu, not any programm...

Re: LoLin NodeMcu v3 - Problem with flashing?

PostPosted: Tue Jan 02, 2018 4:55 pm
by marcelstoer
That guy/gal was talking about Arduino code...not sure it's any helpful.