Search found 5 matches
- Wed Dec 22, 2021 2:20 pm
- Forum: General Discussion
- Topic: Low TCP iperf throughput with ESP32
- Replies: 0
- Views: 5213
Low TCP iperf throughput with ESP32
Hi all, I am running the ESP Iperf example to test the wifi throughput. Refferd to the documentation I should expect a (air on lab) throuput of 20 Mbit/s and a throughput of 50-70 Mbit/s in a shieldbox. -> docu: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi.html#esp32-w...
- Thu Nov 18, 2021 12:00 pm
- Forum: General Discussion
- Topic: ESP32 MQTT Paket size
- Replies: 3
- Views: 5217
Re: ESP32 MQTT Paket size
so no data will be lost right?ESP_Sprite wrote: ↑Thu Nov 18, 2021 3:02 amYes. Note you can send packets larger than 1500 bytes, they'll simply get sent in chunks of 1500 bytes and reassembled automatically on the other side.
But I think getting the data in chunks and reassembled the data will slow dow the speed connection is that right?
- Wed Nov 17, 2021 8:20 pm
- Forum: ESP32 Arduino
- Topic: Upper limit for client.print() string length using wifi
- Replies: 1
- Views: 3147
Upper limit for client.print() string length using wifi
Is there an upper limit on how many characters you can send at a time with client.print()?
I am sending a 1000 Byte string over tcp/ip (wifi)?
and if there is a limit where can I find it in the datasheet?
Thank you all
I am sending a 1000 Byte string over tcp/ip (wifi)?
and if there is a limit where can I find it in the datasheet?
Thank you all
- Wed Nov 17, 2021 1:21 pm
- Forum: General Discussion
- Topic: ESP32 MQTT Paket size
- Replies: 3
- Views: 5217
ESP32 MQTT Paket size
Hello all, I have a mqtt applecation using esp32 board. I have 2 questions: 1) In which document can I find information about the MTU WIFI size of an ESP32? I have googled that and in the other forums they say 1500 Byte but I cant find the Information in the datasheet or in a specific document. 2) T...
- Fri Oct 15, 2021 11:11 am
- Forum: General Discussion
- Topic: ESP32 with ADXL345 using SPI interface
- Replies: 0
- Views: 1696
ESP32 with ADXL345 using SPI interface
Hello all,
I already have a I²C communication between an ADXL345 sensor and a ESP32 board using I²C. But unfortunatlly i was not able to get it work using SPI interface. Can please anyone help me if there is any example?
Thank you all
I already have a I²C communication between an ADXL345 sensor and a ESP32 board using I²C. But unfortunatlly i was not able to get it work using SPI interface. Can please anyone help me if there is any example?
Thank you all