martin-ger
martin-ger
"E:M XXX" means out of memory. Guess, the eduroam certificate is too large for the RAM of the ESP8266. Can you check about the size of the certificate (sometimes it...
Think, this happens when the certificate provided is too large for the memory. No idea, how to fix that...
The client connect with clean session. You can change that in the sources in user/user_main.c#L4511
What does "show status" print? What happen if you give "interface if0 down"?
Could you try to set a default gw address for the ethernet (the upstream internet router) with: set eth_gw x.x.x.x
The ethernet interface must have an IP in the subnet of the connected upstream router (192.168.0.x) and 192.168.0.1 as default gw. Than it should be able to ping to the...
There is no DHCP client running on the ethernet interface. Just give it a static IP (best out of the range of the DHCP server in the uplink router), but...
Can confirm, that there is a problem right now. I will look into this. If you just want to have the functionality, you might try to use an older version,...
Would be interesting, however there are definitly not enough ressources left (iRAM, RAM) for adding this on the small ESP8266.
To use the sleep, you have to connect GPIO16 to RST (which is hard to solder on an ESP-01). It then will reboot after this interval, try to reconnect. Von:...