Search found 5 matches

by allard
Tue Feb 16, 2021 8:31 am
Forum: ESP-IDF
Topic: HTTPD Performance
Replies: 2
Views: 2998

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.
by allard
Fri Feb 12, 2021 10:36 am
Forum: ESP-IDF
Topic: HTTPD Performance
Replies: 2
Views: 2998

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 ...
by allard
Thu Feb 13, 2020 9:24 am
Forum: ESP-IDF
Topic: Light sleep problems IDF 3.3.1
Replies: 0
Views: 3008

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 ...

Go to advanced search