Page 1 of 1

Very Long Boot / WLAN Connect Time ESP32-S2

Posted: 30 Dec 2023, 20:32
by Itschi
Hi,

I recently flashed a S2 Mini (purple Board) with mega-20231225 and having some issues with it:

1.) It takes up to 3 minutes before the ESP connects to the WLAN and responds (identical behavior regardless of power up or reset). During that time I see the onboard LED dimming up and going off periodically.
2.) I have no console output via the micro USB port (configured "USB CDC as " in "Advanced/Serial Console Setting") but my Windows 11 Device Manager shows the COM port and I can also flash using that port.

Any idea what I can do?

3.) I like the stats graph in devices and wonder whether and if how I could use that in an own html page (.esp). Could anybody give me hint how to do that?

Regards, Itschi

Re: Very Long Boot / WLAN Connect Time ESP32-S2

Posted: 30 Dec 2023, 21:46
by TD-er
Right now you can only see the charts in the web interface, but last week I just thought about adding those values to the JSON too (not yet available)
You can use the stats also in rules and when accessing task values.

See: https://espeasy.readthedocs.io/en/lates ... statistics

Re: Very Long Boot / WLAN Connect Time ESP32-S2

Posted: 31 Dec 2023, 17:20
by Itschi
Would it be possible to upload a html file to the ESP (e.g. graph.esp) and include the stats graph there? I'm looking to do some kind of custom dashboard.esp.

Re: Very Long Boot / WLAN Connect Time ESP32-S2

Posted: 31 Dec 2023, 20:14
by TD-er
Not yet as that needs to fetch the data and right now it isn't available via other means.
But I will see what I can do. (not this year ;) )