Search found 2 matches

by MarkAnd1
Sun Aug 21, 2022 9:52 am
Forum: ESP-IDF
Topic: Problems including esp-idf library
Replies: 2
Views: 2871

Problems including esp-idf library

Hello!

I'm trying to integrate BLE with nimble into one of my projects. When I try to include sp_nimble_hci.h I get the following error after running "idf.py build":

fatal error: esp_nimble_hci.h: No such file or directory

What is the reason for this?

Here are my include paths:
"includePath ...
by MarkAnd1
Sat Jul 16, 2022 9:37 am
Forum: ESP-IDF
Topic: GET handler structure can't be named "open"
Replies: 0
Views: 1288

GET handler structure can't be named "open"

Hello!
Lately, I've been trying to get a simple HTTP server working on the esp32. I am using two GET handlers.
For some reason, I can't name the handler structure "open". If it is named open I get the error "httpd_resp_send_err: 404 Not Found - Nothing matches the given URI". If I name it for ...

Go to advanced search