Search found 6 matches

by Efisio
Fri Jan 29, 2021 10:06 am
Forum: General Discussion
Topic: Common GATTC Profile definition
Replies: 1
Views: 2050

Common GATTC Profile definition

Hello! Based on the BLE Multi connection Client example https://github.com/espressif/esp-idf/blob/master/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/gattc_multi_connect.c , I'm trying to find a way to have multiple Profiles (one for each BLE Server) without repeating the same piece of ...
by Efisio
Thu Sep 17, 2020 9:00 am
Forum: ESP-IDF
Topic: Understanding and solving errors in monitor
Replies: 2
Views: 2648

Re: Understanding and solving errors in monitor

Thanks, once I knew what to search for I found this tool

https://github.com/janLo/EspArduinoExceptionDecoder
by Efisio
Thu Sep 17, 2020 8:57 am
Forum: General Discussion
Topic: esp_wifi_set_inactive_time lost function
Replies: 0
Views: 1667

esp_wifi_set_inactive_time lost function

Hi I'm working with WiFi and I'm trying to make a softAP to automatically disconnect from STA after some time of inactivity (which is ok since STAs are supposed to continuously send packets). So I found on the API referece that esp_wifi_set_inactive_time can do the job but, big surprise, this functi...
by Efisio
Mon Aug 17, 2020 12:07 pm
Forum: ESP-IDF
Topic: Understanding and solving errors in monitor
Replies: 2
Views: 2648

Understanding and solving errors in monitor

Hello I got this error on monitor (more details bellow) Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. Core 0 register dump: PC : 0x400d1480 PS : 0x00060a30 A0 : 0x800d1962 A1 : 0x3ffbb820 A2 : 0x3ffc8614 A3 : 0x00000000 A4 : 0x000007ee A5 : 0x00000000 A6 : 0x3ffc8...
by Efisio
Fri Aug 14, 2020 8:12 pm
Forum: ESP-IDF
Topic: Will BLE provisioning with the NimBLE stack be supported in ESP-IDF 3.3?
Replies: 4
Views: 5848

Re: Will BLE provisioning with the NimBLE stack be supported in ESP-IDF 3.3?

Hello

I'm having the same issue but I'm using PlatformIO, my guess is either manually install the library or add the path to an example which uses it.

I wish to avoid adding the header for each BLE project
by Efisio
Wed Jul 29, 2020 1:45 pm
Forum: General Discussion
Topic: ESP32 CSI for localization / gesture recognition
Replies: 4
Views: 7936

Re: ESP32 CSI for localization / gesture recognition

Hello I'm working on a similar project, the idea is to use CSI as a complement to a passive (or connectionless) sensing solution. This is my understanding (here is wher I need your feedback) that CSI is computed for each packet for each AP-station connection is that it? I present the general configu...