This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Linux central and 52840 Blinky App

Hello,  I am using Linux as a central and I created python app (bluez, pygatt) which simulates the Android Blinky app. It  communicates with the board and writes on the led characteristic and I subscribe to notifications on the button characteristic. This all works on the 52832.

When I use the same Linux and python code to communicate with Blinky app on the 52840 the led communication works, however the button notifications are not received by the app and Bluetooth logging on Linux shows no notifications. If I use the 52840 with the Android Blinky app the button notification is received.

I use the Blinky app from nRF5_SDK_14.2.0_17b948a/examples/ble_peripheral/ble_app_blinky

Is there something different I need to do when connecting to the 52840 or configuring on the Linux side?

Thanks in advance,

Eric

Related