2022-02-14 03:08 PM
Hello,
I have a BLE Secure Connection implemented between an android phone and STM32WB55. Currently, using fixed key to start pairing, it takes approximately 2 seconds to get paired (after the key is sent, and devices are paired) in addition to 600ms for scan, connect, and find services.
I was wondering if some can confirm and give me some pointers on how to bring the pairing time to less than 1 second.
What I have tried so far.
There is only 1 service, with 2 Characteristics( 1 read, 1 write), and both are authenticated, and encrypted.
Thanks
2022-05-12 06:34 AM
Hello,
I'm finding hard time connecting to a device found by scan.
From what i understand, you managed to connect the stm32wb55 with another device can you please send mention the code that you used to acheave this ?
Thank you in advanced.
2022-05-13 08:32 AM
Hello,
I am unable to share the entire code as its proprietary, but I would advise you to first start with Nucleo STM Heart Rate Monitor and use the application provided by STM, or even use nrfConnect.
What device/OS you are using to scan the device?