-
This is most likely due to lack of understanding surrounding the linker scripts. These are the steps I've performed, it all seems to make sense but in practice the update fails, while reporting succes…
-
With the previous stable code base I could upload code and it would automatically run. With the new stable release the code won't automatically run. The serial monitor shows the normal jibberish and t…
ghost updated
8 years ago
-
I have just got a couple of R2 boards, and uploading to them from the IDE does not work.
According to http://www.electrodragon.com/w/ESP8266_NodeMCU_Dev_Board#NodeMCU_1.0_.28ESP-12E.29 flashing need…
-
Hi!
Thanks for your NTP firmware! I am new to ESP8266 but I got it running. But I have some trouble with the used baud rate of 115200 bps. I tried to change the baud rate with AT+CPIOBAUD=19200 which…
-
```
Serial.begin(9600); // sets the serial port to 9600
Serial1.begin(9600);
wifi.begin(Serial1);
wifi.setTimeout(20000);
wifi.quitAP();
//get version
char versions[16] = {};
Serial.print("getVe…