Search found 4 matches

by sureace
Sun Aug 13, 2023 2:39 pm
Forum: ESP-IDF
Topic: Unresolved inclusion: "esp_gap_ble_api.h"
Replies: 3
Views: 2101

Unresolved inclusion: "esp_gap_ble_api.h"

Hi Espress if team, i am new to esp idf framework. I am working BLE using nimble libaray. I am getting the Unresolved inclusion: "esp_gap_ble_api.h" error. I include bt component in cmakelist.txt. [Codebox] #include <stdio.h> #include <stdio.h> #include "esp_log.h" #include "freertos/FreeRTOS.h" #in...
by sureace
Thu Jul 27, 2023 5:00 pm
Forum: ESP-IDF
Topic: fatal error: esp_nimble_hci.h: No such file or directory
Replies: 2
Views: 2171

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

I resolved the issue, error is throwing because of Host was selected as "Bluedroid - dual-mode" instead of "NimBLE - BLE only" under menuconfig.
by sureace
Thu Jul 27, 2023 2:42 am
Forum: ESP-IDF
Topic: fatal error: esp_nimble_hci.h: No such file or directory
Replies: 2
Views: 2171

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

Hi Express Team, I am trying to use BLE as part of my project. I am getting error when i try to add bt support. Enabled Bluetooth in sdkconfig. I tried clean build and full rebuild but no use. I am not able to figure out what is missing. CMakeLists.txt idf_component_register(SRCS "ble.c" INCLUDE_DIR...
by sureace
Sun Jul 31, 2022 3:10 pm
Forum: General Discussion
Topic: WiFi station mode connect error due to assert failed: xEventGroupWaitBits event_groups.c:369 (xEventGroup)
Replies: 1
Views: 2315

WiFi station mode connect error due to assert failed: xEventGroupWaitBits event_groups.c:369 (xEventGroup)

Hi, i am new to ESP IDF framework. I am trying to run wifi station mode example. But i got struck with the below error. Please check the logs below. Could you please help how to resolve this issue. Code ------- #include <string.h> #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "f...