Zephyr 2.6.0 and st_ble_sensor sample on the nucleo_wb55rg board. #ble #bluetooth #stm32
Erwan Gouriou
Hi Kevin, Thanks for reporting this. Would you mind creating a github issue ? We'll investigate the point BR Erwan On Wed, 16 Jun 2021 at 00:09, <kevin@...> wrote:
|
|
kevin@...
I would like to move a BLE project from Zephyr 2.5.0 to 2.6.0. The st_ble_sensor sample included in the Zephyr 2.5.0 tree compiles and runs successfully with the nucleo_wb55rg eval board, but does not work when I attempt the same from the Zephyr 2.6.0 tree. In this case the board advertises correctly, and is seen by ST BLE Sensor iPhone app, but an attempt to connect results in a forever-spinning Connecting icon. With our own project code we get a connection notification from the bluetooth subsystem and then the client times out while trying to enumerate the GATT. |
|