Closed rafaelcbarbosa closed 4 years ago
UPDATE
Somehow simply setting up as 160mhz did not work.
However, I tried to force the ESP-01s into I forced it to connect using 802.11B (vs N) and it started working. I tried 802.11G and ended up with the same problem...
In summary, I solved it by force the setup to 802.11B, since I don't need bandwidth, just need stable connection. The performance was not impacted for this case.
The command I used was:
WiFi.setPhyMode(WIFI_PHY_MODE_11B);
Any idea why?
Hi :wave: I for one have no idea on your particular problem but I'd like to point out that ESP8266 core rolls it's own port of BearSSL
so your issue definitely is not linked up with this library.
I am having a weird problem: everything works fine when my eps8266ex (esp-01s) is connected to my ASUS Router that connects to my modem. However, when I try to connect to an old Access Point, the bot connection stops working and apparently it jam's the entire connection to that Access Point. This access point is connected to the Asus Router.
The Router seems to be working fine with my laptop, I use it daily and the performance is OK. I have tried many different versions of the esp8266 core (from 2.4.2 onwards) with no success.
The error I am getting is this:
and my source code (very simple):