Search found 4 matches
- Wed May 19, 2021 6:19 am
- Forum: ESP-IDF
- Topic: WIFI / WPS esp_wifi_connect() returns error
- Replies: 2
- Views: 5798
WIFI / WPS esp_wifi_connect() returns error
In the Wifi / WPS example from esp-idf_v4.4-dev-1254-g639e7ad49 the esp_wifi_connect() function is called in the wifi event handlers WIFI_EVENT_STA_DISCONNECTED event. Please make sure to build this example with the current stable esp-idf version 4.2.1. The esp_wifi_connect() function call returns t...
- Fri Jun 19, 2020 7:09 am
- Forum: ESP-IDF
- Topic: ble gatt reliable write
- Replies: 0
- Views: 1928
ble gatt reliable write
Hello, I would like to implement the BLE Gatt reliable write for some of my characteristics. The reliable write is a sub-procedure of the write request and is specified in the Bluetooth core spec on page 1582-1584 (https://www.bluetooth.org/docman/handlers/downloaddoc.ashx?doc_id=478726) After hours...
- Wed Apr 15, 2020 11:56 am
- Forum: ESP-IDF
- Topic: BLE Gatt Descriptors 0x2904, 0x2905
- Replies: 0
- Views: 3524
BLE Gatt Descriptors 0x2904, 0x2905
<r>Hi,<br/> <br/> currently, I'm wondering if anybody ever has implemented the following GATT Descriptors ?<br/> <br/> • Characteristic Presentation Format - 0x2904<br/> <br/> The Characteristic Presentation Format descriptor defines the format of the Characteristic Value.<br/> <br/> <URL url="https...
- Mon Mar 30, 2020 12:32 pm
- Forum: ESP-IDF
- Topic: code generation for gatts_attr_db
- Replies: 0
- Views: 2236
code generation for gatts_attr_db
Hello, currently I've to implement a esp_gatts_attr_db_t (service attr tab) with more than 100 attributes. You may understand that coding that by hand is a lot of work, since we have the attributes specified in a spreadsheet. The esp_gatts_attr_db_t is consumed by this function esp_err_tesp_ble_gatt...