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

chromebook cannot receive notification from nRF51822 using s110 v6.0

Environment:

BLE Slave Module: nRF51822, s110 v6.0, based on UART over BLE application example

Chromebook: ASUS C101P, Chrome os 70.03538.110 (32 bit)

I have a BLE slave module(nRF51822, s110 v6.0, based on UART over BLE application example) which is working well with Android, iOS, S120 v1.0.

Below is a capture image from Master Control Panel software for this slave module.

As it is shown, this module uses Nordic UART over BLE service with TX and RX characteristics.

For Tx characteristic(Slave -> Master), it uses notification type.

  (you can see if you click this image icon)

Recently I wanted use a ASUS Chomebook (70.03538.110 (32 bit)) for paring and communicating with this Slave Module.

The app is the same app worked well on Android devices.

This app is based on "nRF UART v2.0" which is provided by Nordic semiconductor.

But I found Chromebook doesn't catch notification event.

It catches if I debug step-by-step, but when I run the program, it misses the notification event.

Does anyone have similar experience or any suggestion?

Thank you!

Related