Search found 5 matches
- Tue Feb 16, 2021 8:31 am
- Forum: ESP-IDF
- Topic: HTTPD Performance
- Replies: 2
- Views: 2688
Re: HTTPD Performance
Yep, this fixed it, with lower logging levels we reach around 60ms, still a bit high for a 240MHz dual core, but acceptable.
- Fri Feb 12, 2021 12:06 pm
- Forum: ESP-IDF
- Topic: How to work with multiple I2C RTOS tasks?
- Replies: 2
- Views: 4277
Re: How to work with multiple I2C RTOS tasks?
You should look into mutexes, see https://www.freertos.org/Real-time-embe ... texes.html.
- Fri Feb 12, 2021 10:36 am
- Forum: ESP-IDF
- Topic: HTTPD Performance
- Replies: 2
- Views: 2688
HTTPD Performance
I'm testing the rest-server example and i'm wondering why the HTTPD performance is so low. It seems to be stuck in the "transfer start" phase way to long. This is a example of a GET request to api/v1/system/info, which returns static info, without any slow filesystem stuff (SPIFFS), but it is still ...
- Thu Feb 13, 2020 9:24 am
- Forum: ESP-IDF
- Topic: Light sleep problems IDF 3.3.1
- Replies: 0
- Views: 2728
Light sleep problems IDF 3.3.1
I'm having problems with light sleep. My application does the following: 1. POR 2. Do some things using WiFi (https posts) , I2S (ADF framework) and SPI slave. 3. When the things are done there is a task that is activated that: - Suspends all user threads. - Stops and deinits the WiFi - Suspend the ...
- Fri Dec 20, 2019 11:03 am
- Forum: ESP-IDF
- Topic: Protocomm Commands are not able to Decrypted by ESP32 During WIFI Provisioing using HTTPD
- Replies: 3
- Views: 5099
Re: Protocomm Commands are not able to Decrypted by ESP32 During WIFI Provisioing using HTTPD
Any updates on this issue? I'm seeing the same kind of problems.