I checked the documentation and GitHub to see if I could find any examples but I couldn’t find anything about adding the token to the ESP8266 device with Mongoose OS to link it to mDash.
I explain the steps:
The user plugs in the ESP8266 by usb
Select your wifi from your phone and open a landing. Connects it to the Internet.
At this point from a request from the app created by me the user can create the device in mDash and receives the token in the response. But now how can I send it to the real device?
I see this point something is blocking or I don’t raise it well.
Any advice?
For wifi I have it covered but to create a device in mDash, receive a token in response and assign it automatically I have not seen how to do it.
I understand that I could modify wifi-setup-web-ui or create a similar one for this…
Hi I implemeted this API and is working well to connect to wifi, but what to do if the costumer entered a wrong wifi network or password. Can we reset this to default settings to get the wifi 192.168.4.1 back to work?
After connecting pin0 to ground the following error is displayed:
Update result: NOT_FOUND: UpdateFromManifest : failed to read /data/ccm_manifest.json
When changing this setting to another pin and hold_ms to a value >0 then the board is resetting to factory settings: For example:
“pin”: 15,
“pull_up”: true,
“hold_ms”: 300,
However after this reset the reset pin goes back to zero (0) ( “pin”: 0) and you can not reset the board a second time because of the error “Update result: NOT_FOUND: UpdateFromManifest : failed to read /data/ccm_manifest.json”