Search found 2 matches

by tucano
Mon Dec 12, 2022 12:08 pm
Forum: General Discussion
Topic: Build error: No such file or directory #include "esp_heap_alloc_caps.h"
Replies: 0
Views: 837

Build error: No such file or directory #include "esp_heap_alloc_caps.h"

I'm following a video example https://www.youtube.com/watch?v=DLqj01asDM0 about inter-task communication using queues that I found on YouTube, but I can't build the project using ESP-IDF in VS Code. #include "esp_heap_alloc_caps.h" and #include "freertos/heap_regions.h" are not being retrieved and I...
by tucano
Sun Dec 11, 2022 8:47 am
Forum: General Discussion
Topic: How to stream live audio in long range between two esp32?
Replies: 0
Views: 911

How to stream live audio in long range between two esp32?

I am new to esp32+freeRTOS development so I'm making this post to discuss my ideas for this walkie-talkie system that I want to build. After doing some research I bought a pair of nRF24 modules, installed ESP-IDF development env. and started to read the docs but I'm still not sure how to get started...