Search found 2 matches
- Sun Oct 07, 2018 10:11 am
- Forum: ESP-IDF
- Topic: Add passkey request to BLE_SPP_SERVER_DEMO
- Replies: 0
- Views: 2390
Add passkey request to BLE_SPP_SERVER_DEMO
Hi all, I am a beginner with ESP32 and I am trying to add passkey request when a client connects to BLE_SPP_SERVER_DEMO application. I gave a look to the gatt security server example and I tried to merge the two but with no success so far. In the BLE spp server demo I tried to add: esp_ble_auth_req_...
- Sun Apr 08, 2018 2:49 pm
- Forum: Hardware
- Topic: AT command firmware with GPIO output for WiFi connection
- Replies: 1
- Views: 3549
AT command firmware with GPIO output for WiFi connection
Hi all, I need to set a GPIO in order to light a LED when WiFi is connected. Because the AT core library is compiled I am not able to do it by myself. Is it possible to implement this functions (that I found on many other USART -> WiFi modules) in a next release? Or does a workaround exist to implem...