Search found 4 matches
- Fri Jun 30, 2023 5:18 pm
- Forum: General Discussion
- Topic: IOS DPP Example (Wifi Easy Connect) esp-idf-provisioning-ios
- Replies: 1
- Views: 2276
IOS DPP Example (Wifi Easy Connect) esp-idf-provisioning-ios
Hello, Im using the sample application esp-idf-provisioning-ios repo to setup an ios application to use Wifi Easy Connect (DPP) provisioning for a esp32 device. The sample code always returns an alert: "Device could not be scanned. Please try again" Does this sample code support DPP? If not, is ther...
- Tue Oct 25, 2022 4:57 pm
- Forum: ESP-IDF
- Topic: ESP-IDF Gatt Server Demo Not Functional
- Replies: 2
- Views: 1059
Re: ESP-IDF Gatt Server Demo Not Functional
Update 2: Apparently PlatformIO is using an older version of the esp-idf sdk. The latest version works however the advertised services count is doubled. I dont know why, but changing line 71 second value from 0x03 to 0x01 fixes the count issue. If anyone knows where to find the format of the adverti...
- Mon Oct 24, 2022 6:10 pm
- Forum: ESP-IDF
- Topic: ESP-IDF Gatt Server Demo Not Functional
- Replies: 2
- Views: 1059
Re: ESP-IDF Gatt Server Demo Not Functional
Update: The example code works on ESP32-WROOM-32D chip, however the advertised services is still incorrect. Summary of issues: 1) Advertised services are duplicated on ESP32-WROOM-32D and ESP32-C3 Dev kit board 2) Reading characteristics does not work when running on the ESP32-C3 Dev kit Thank you
- Sun Oct 23, 2022 7:43 pm
- Forum: ESP-IDF
- Topic: ESP-IDF Gatt Server Demo Not Functional
- Replies: 2
- Views: 1059
ESP-IDF Gatt Server Demo Not Functional
Hello, Im using the ESP32-C3 dev kit and running the example (without any changes) ESP-IDF Gatt Server Demo located here: https://github.com/espressif/esp-idf/blob/1c84cfde14dcffdc77d086a5204ce8a548dce935/examples/bluetooth/bluedroid/ble/gatt_server/main/gatts_demo.c The result is that the advertise...