Search found 13 matches

by ArtemN
Wed Oct 03, 2018 9:51 am
Forum: ESP32 Arduino
Topic: SimpleWiFiServer.ino not work correct on new esptool, xtensa?
Replies: 3
Views: 5784

Re: SimpleWiFiServer.ino not work correct on new esptool, xtensa?

It seemed that the reason in WiFiClient.cpp code. Old version code different and work well (have no "*RxBuffer" instances).
by ArtemN
Tue Oct 02, 2018 11:59 am
Forum: ESP32 Arduino
Topic: SimpleWiFiServer.ino not work correct on new esptool, xtensa?
Replies: 3
Views: 5784

SimpleWiFiServer.ino not work correct on new esptool, xtensa?

I faced with strange problem - in old ver of libs HTTP server answer to browser very fast (about 20 request in sec). But with new libs (esptool 2.3.1 xtensa 5.2.0) basic example SimpleWiFiServer.ino answer and freze for some timeout. It seemed that client.stop() not kill connection and client.avalab...
by ArtemN
Mon Sep 03, 2018 4:58 am
Forum: ESP32 Arduino
Topic: esp32 dev board not connecting to wifi
Replies: 7
Views: 20997

Re: esp32 dev board not connecting to wifi

Its a strange bug. newer version of esp tools led to problem with transaction for example in standart simplewifiserver.ino code! In old version all fine, but in last version client.stop() not end connection, then in second loop client.connected() = true, but client.available() = false... in this bra...