Search found 8 matches

by parthbhat13
Tue Jul 02, 2024 9:24 am
Forum: ESP-IDF
Topic: Inter Task Commnication Between Two Cores
Replies: 10
Views: 2661

Re: Inter Task Commnication Between Two Cores

Hi,
thanks all for the prompt response, i managed to solve it but with some other ways, i ended up changing the whole code to use different method, as i had issues with my logic.
by parthbhat13
Tue Jul 02, 2024 9:22 am
Forum: General Discussion
Topic: Reading API Chunked Response in C
Replies: 1
Views: 699

Re: Reading API Chunked Response in C

Hi, i wonder if the problem you are facing is actually solved? there is even another thread where the instructions to use the esp_http_client_read is actually very much unclear, they do mention to use the event Handel to read the data. here is the link for the other thread i could find stating the i...
by parthbhat13
Tue Jul 02, 2024 9:16 am
Forum: ESP-IDF
Topic: Unclear instructions on how to use esp_http_client (http_event_handler mandatory?)
Replies: 5
Views: 7635

Re: Unclear instructions on how to use esp_http_client (http_event_handler mandatory?)

Hi, is there any update on this scenario? since even i am facing the similar issue where i would want to not go inside of the eventHandle and read the data, instead would want to use the esp_http_client_read. the instructions or the example still happens to be unclear. so far the only thing i can se...
by parthbhat13
Tue Mar 05, 2024 12:38 pm
Forum: ESP-IDF
Topic: Core 0 panic'ed (Interrupt wdt timeout on CPU0)
Replies: 2
Views: 1048

Re: Core 0 panic'ed (Interrupt wdt timeout on CPU0)

Hi,
can you post the code snippet?
to better understand the problem?
by parthbhat13
Tue Mar 05, 2024 11:03 am
Forum: ESP-IDF
Topic: Inter Task Commnication Between Two Cores
Replies: 10
Views: 2661

Re: Inter Task Commnication Between Two Cores

Hi, thanks for your help, i had to complete my code sooner so here is what i ended up doing. trust me its not at all the best practice but so far does the work. anyone who would face the similar issue here is my take for the solution. so what i did is, made a copy of my structure called as previousS...
by parthbhat13
Thu Feb 29, 2024 3:04 pm
Forum: ESP-IDF
Topic: Inter Task Commnication Between Two Cores
Replies: 10
Views: 2661

Re: Inter Task Commnication Between Two Cores

Hi, Thanks for the reply. the communication task does utilize the cpu, i cant get my head around how can i print the runtime stats although i do have the code for it and when i intend to test it out, the esp32 crashes. i am certain that even with printing the runtime stats i did something wrong. #in...
by parthbhat13
Wed Feb 28, 2024 9:12 am
Forum: ESP-IDF
Topic: Inter Task Commnication Between Two Cores
Replies: 10
Views: 2661

Inter Task Commnication Between Two Cores

Hi, some insight about the stack i am using 1. PopOs 22.04 2. Vs Code 3. ESP-Idf V4.4 4. ESP32 Wroom-32D 16MB The Problem: I am trying to share a structure between two tasks. both are running on individual cpu cores. and the esp32 crashes with different errors. Details About the tasks: Task 1 runnin...
by parthbhat13
Thu Apr 07, 2022 3:10 pm
Forum: Hardware
Topic: Is it possible to support 9-bit multi drop bus on UART?
Replies: 5
Views: 10501

Re: Is it possible to support 9-bit multi drop bus on UART?

Hey, I wonder if you had any success with the same? its been a while even I am trying to do the same, found a solution on PicoVend but they have not shared anything. And i am not so found of using arduino to do my coding with the esp32. for now I am forced to use my go to AVR with esp32. cheers! Par...