- Mon Sep 14, 2015 9:03 am
#29025
Only the last part or including the bootstrap message?
If it's all of it, the esp is resetting, that's propably a hardware issue (connection, power supply, etc). If it's only the last part repeating, that simply says that it can't connect and that's something you already figured
When on firmware update the config has a changed, it's not used and needs to be set again. There are three posibilities.
- new firmware, no change in the config, config remains active
- new firmware, "minor" change in the config, gpio's need to configured (if used)
- new firmware, "major" change in the config, all of the config is reset to it's defaults
I think you're jumping from a firmware version that implies a "major" config change and the config is reset.
This is what you do: follow the instructions from the messages on the UART. So within 10 seconds after bootup, type the name of the SSID, as space, the password and then LINEFEED (= 0x0a, \n, no carriage return!). This sets the WLAN parameters. After that, you should be able to login and set the other config parameters.
Unfortunately I can't use the WLAN parameters set by other firmwares in the SDK NVR area. It simply stopped worked on transition from SDK 1.1.0 to 1.2.0, I don't know why.