-
-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WiFi config not saving? #134
Comments
I just flashed the original (https://github.com/tzapu/WiFiManager) WiFiManager example to the device and it configures wifi and saves the configuration ok. |
You are missing the ~300Ohm resistor btw. D0 and RST! |
I haven't finished soldering up the boards yet, didn't realise there was a dependency for everything to be in place. Will try shorting out d0 and rst this evening. Thanks |
These kind of issue reports usually cost a beer! 😋 |
I think you are owed many beers for the work you put in on this project. |
Shorted D0 and RST with a resistor, the boot process doesn't seem to hang any more but its still failing to save the settings. parsed json |
I guess I'll get all fully soldered up and retry once all components are connected. |
Can you post the log immediately when pressing the save button? |
Log: Exception (9): ctx: sys
3fffff70: 4023eb57 00000004 00000000 00000000 ets Jan 8 2013,rst cause:2, boot mode:(3,6) load 0x4010f000, len 1384, room 16 And I'm using Chrome. |
Further up the log: *WM: WiFi save *WM: Parameter WM: -0.00031tilt^2+0.557*tilt-14.054 Not sure if its by design, but there doesn't seem to be any SSID or WiFi details listed |
Uh line #2 is already the answer, you have no DS18b20 connected and as you see that’s where it is crashing! |
Yeah, as I previously mentioned I didn't realise there was a reliance on all components to be present to test. Cheers. |
Started building a couple of devices tonight, flashed the image to 2 Wemos D1 with gyros attached,
I'm getting the initial config mode portal, but when I add the SSID and passphrase it doesn't seem to save.
Upon attaching a serial monitor, both devices are slightly different.
device 1 after reboot:
and it just freezes
Second device:
Both devices hang there until the reset button is pressed, which then drops them back into config mode.
Any ideas?
The text was updated successfully, but these errors were encountered: