Search found 7 matches

by BB5000
Fri Nov 20, 2020 5:25 pm
Forum: ESP-IDF
Topic: Amount of jitter on LEVEL3 interrupt?
Replies: 7
Views: 7454

Re: Amount of jitter on LEVEL3 interrupt?

@bbulkow A big thanks for bringing up this topic and finding a work around that at least alleviates the effects (if it doesn't completely solve it). Applying your work around at least in my case, and as far as I could witness so far, did the trick. Prior to finding this thread I already change the c...
by BB5000
Fri Nov 06, 2020 3:15 pm
Forum: ESP-IDF
Topic: esp_http_client_read() returning wrong data
Replies: 5
Views: 9602

Re: esp_http_client_read() returning wrong data

Hi ESPers. About a year after the last message in this thread I happened to run into very that problem. Sorry to say, but the above mentioned solutions were not helpful. Updating the IDF or even playing with esp_http_client_config_t parameters such as buffer_size or user_data lead to no solution. I ...
by BB5000
Mon Jul 13, 2020 8:46 am
Forum: ESP-IDF
Topic: ULP wakeup by peripheral signal possible?
Replies: 4
Views: 6591

Re: ULP wakeup by peripheral signal possible?

@boarchuz Thanks a lot for the interesting reply. Using a wakeup stub is a brilliant idea that I didn't have on my radar. I will have to do more reading to understand how to elegantly swap between the different wakeup modes once I will call the ULP from the stub while sending the main cores back to ...
by BB5000
Fri Jul 10, 2020 6:33 pm
Forum: ESP-IDF
Topic: ULP wakeup by peripheral signal possible?
Replies: 4
Views: 6591

ULP wakeup by peripheral signal possible?

Dear ESP32ers. Currently I am working on a low power solution where a peripheral sensor sends a signal (good for an interrup) as soon as an event has occured. Then I can fetch and pre-process the data from the peripheral and based on the pre-processing result I want to either wake up the main cores ...
by BB5000
Sat Jun 27, 2020 9:29 am
Forum: ESP-IDF
Topic: ESP32S2 running ULP-FSM example sought
Replies: 8
Views: 8749

Re: ESP32S2 running ULP-FSM example sought

@boarchuz Thanks a lot for the example. It works like charme! Compiling your example without updating the IDF to the version uploaded by you lead to the compiler throwing complaints at me regarding the amended FSM instruction set. After over-installing your IDF it worked right away. And guess what: ...
by BB5000
Fri Jun 26, 2020 6:40 am
Forum: ESP-IDF
Topic: ESP32S2 running ULP-FSM example sought
Replies: 8
Views: 8749

Re: ESP32S2 running ULP-FSM example sought

HI ESP_Angus. Thanks for the swift reply. My feeling is there might be other obstacles even within the IDF that are currently in my way, and thus it could be tedious to seek by trial and error what could be the root cause. May be there is even a wrong library linked at some stage or something else. ...
by BB5000
Thu Jun 25, 2020 4:42 pm
Forum: ESP-IDF
Topic: ESP32S2 running ULP-FSM example sought
Replies: 8
Views: 8749

ESP32S2 running ULP-FSM example sought

Dear ESP32 S2 experts. Currently I am having trouble to get the ULP to run in the ESP32S2 (Saloa-Board). Apparently since the ULP has two modes (FSM as well as RISC-V) which can be utilized alternatively, further settings have to be done to get it off the ground. However despite following the steps ...