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 ...
Search found 5 matches
- Wed Dec 22, 2021 2:20 pm
- Forum: General Discussion
- Topic: Low TCP iperf throughput with ESP32
- Replies: 0
- Views: 5407
- Thu Nov 18, 2021 12:00 pm
- Forum: General Discussion
- Topic: ESP32 MQTT Paket size
- Replies: 11
- Views: 7235
Re: ESP32 MQTT Paket size
so no data will be lost right?Yes. 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: 3468
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: 11
- Views: 7235
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 ...
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 ...
- Fri Oct 15, 2021 11:11 am
- Forum: General Discussion
- Topic: ESP32 with ADXL345 using SPI interface
- Replies: 0
- Views: 1934
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