Search found 3 matches
- Mon Jun 05, 2017 4:36 pm
- Forum: ESP-IDF
- Topic: Increasing UPD Wifi performance
- Replies: 6
- Views: 14413
Increasing UPD Wifi performance
Hi, I'm trying to benchmark the best UDP/Wifi performance we can get from the ESP32 module to evaluate it's use in a project. Running udp_perf as a station/sender while clocked at 240MHz has yielded ~25Mbps to a Laptop running as a softAP (I'm looking to find a suitable real/hard AP to test with as ...
- Mon Jun 05, 2017 3:30 pm
- Forum: ESP-IDF
- Topic: SD card interface high speed mode
- Replies: 12
- Views: 40494
Re: SD card interface high speed mode
Hi, Thanks very much for the info. It sounds like high speed mode hasn't been fully tested/integrated yet so I shall stick with default speed for now (although I'd be interested to hear of any developments with your investigation into high speed mode). I'll give the clocking changes a go once i get ...
- Mon Jun 05, 2017 1:20 pm
- Forum: ESP-IDF
- Topic: SD card interface high speed mode
- Replies: 12
- Views: 40494
SD card interface high speed mode
Hi, I'm attempting to use the SD card interface functionality of the ESP32 module as part of a project. I'd like to be able to read at as high a speed as possible. Using 4 bit SDIO interface on SDMMC_HOST_SLOT_1 I can read raw sectors from various micro SD cards at up to about 9MB/s. However interes...