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

BLE NUS Receiver

Hi,

We have a BLE Tx (Transmitter) and BLE Rx (Receiver)

BLE Tx : Nordic nrf51822 (Role: Peripheral, Server)

BLE Rx : Other chip (Role: Central,Client)

BLE Service used : NUS Service

On receiver side/BLE Rx,

We are able to establish connection, detect/read Service,Characteristics and Descriptor, but unable to read data send using NUS service from BLE Tx.

Do we need a NUS event handler on BLE Rx ?

Related