Search found 3 matches
- Thu Apr 11, 2019 1:48 pm
- Forum: ESP-IDF
- Topic: Low speed on Wifi and character loss
- Replies: 2
- Views: 5132
- Wed Apr 10, 2019 9:46 am
- Forum: ESP-IDF
- Topic: Low speed on Wifi and character loss
- Replies: 2
- Views: 5132
Low speed on Wifi and character loss
Hi, I'm using TCP sockets over WiFi to connect one ESP32 with a Python client on my computer. I'm also using a BLE server at the same time and UART to communicate with my main board. I want to download files received on UART to my computer. The thing is, I'm having a quite low speed (between 200 and...
- Fri Apr 05, 2019 11:23 am
- Forum: ESP-IDF
- Topic: Slow WiFi on socket echo server
- Replies: 0
- Views: 1967
Slow WiFi on socket echo server
Hi everyone, I'm running into some kind of issue with WiFi. I'm trying to transfer files over a socket connection and although they transfer successfully, they do it at underwhelmingly low speed. For example, it takes between 15 and 25 ms to transmit 1000 bytes, which makes for a speed of 60 ko/s at...