Search found 7 matches

by nirmal.lad
Wed May 06, 2020 2:08 pm
Forum: Sample Code
Topic: Pairing or bonding from ESP32 Central using NimBLE stack
Replies: 14
Views: 25477

Re: Pairing or bonding from ESP32 Central using NimBLE stack

Hello @ESP_Prasad, I have attached the log from both sides i.e. ESP logs as well as nrf Connect App log. Can you tell me that, once bonding is done, how communication occurs? Do I need to wait for encryption change event on re-connection after bonding? Or there is some other methods to verify secure...
by nirmal.lad
Fri May 01, 2020 9:56 am
Forum: Sample Code
Topic: Pairing or bonding from ESP32 Central using NimBLE stack
Replies: 14
Views: 25477

Re: Pairing or bonding from ESP32 Central using NimBLE stack

Hello @ESP_Prasad, Please find the attached log file. I have not restarted or closed BLE in mobile phone. Please check the attached logs. After pairing and communication done and then rebooting ESP32, the device reconnects to Mobile phone. This time encryption change is not generated. So ESP32 doesn...
by nirmal.lad
Wed Apr 29, 2020 11:16 am
Forum: Sample Code
Topic: Pairing or bonding from ESP32 Central using NimBLE stack
Replies: 14
Views: 25477

Re: Pairing or bonding from ESP32 Central using NimBLE stack

Hello @ESP_Prasad,

I have tried erasing flash and re programming the device.
But the issue remains same.

Looking forward to your response.
by nirmal.lad
Tue Apr 28, 2020 12:19 pm
Forum: Sample Code
Topic: Pairing or bonding from ESP32 Central using NimBLE stack
Replies: 14
Views: 25477

Re: Pairing or bonding from ESP32 Central using NimBLE stack

Hello @ESP_Prasad, As per your suggestion, I have generated the debug logs. But I was unable to find the term "LE Start Encryption Command". Please check the attached log file. I have generated the log with no IO capability configuration. Here is steps performed: 1. BLE Started:==> Paired with the B...
by nirmal.lad
Mon Apr 27, 2020 11:58 am
Forum: Sample Code
Topic: Pairing or bonding from ESP32 Central using NimBLE stack
Replies: 14
Views: 25477

Re: Pairing or bonding from ESP32 Central using NimBLE stack

Hello, Please find the attached document which contains sdkconfig and application code. This application code needs improvement which is yet under progress. I am able to pair now. but unable to store those information like that happens in mobile phone. On next connection, mobile phone doesn't genera...
by nirmal.lad
Mon Apr 27, 2020 6:47 am
Forum: Sample Code
Topic: Pairing or bonding from ESP32 Central using NimBLE stack
Replies: 14
Views: 25477

Re: Pairing or bonding from ESP32 Central using NimBLE stack

Hello, while looking for the solution to the same pairing requirement. I found that this is already same as provided in the niumble_peripheral example. so i copied few code line: /******************************************************************/ ble_hs_cfg.sm_io_cap = BLE_SM_IO_CAP_NO_IO; ble_hs_c...
by nirmal.lad
Mon Apr 20, 2020 10:32 am
Forum: Sample Code
Topic: Pairing or bonding from ESP32 Central using NimBLE stack
Replies: 14
Views: 25477

Pairing or bonding from ESP32 Central using NimBLE stack

Hello, I am new to ESP32 BLE and also new to this forum. I am developing an application using BLE of ESP WROOM32 module. Here is my current development setup information: IDF version: ESP-IDFv4.0 IDE: Eclipse IDE OS: Ubuntu 16.04LTE I am using ESP-IDF v4.0 for development using free-rtos. I am curre...