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

mbed version of NUS (Nordic Uart Service) for nRF51822

Hello, On Nordic Studio, there is a fairly well documented NUS (Nordic Uart Service) that provides a read and write characteristic, and it mimics uart. Data written to the nRF51822's uart RX pin is relayed to the corresponding BLE characteristic. Data written to the BLE RX characteristic is written out on the uart TX line.

Is there a similar implementation for the nRF51822 on mbed? The closest I could find is this:

developer.mbed.org/.../UART-access-over-BLE

And it's not clear to me that this was meant to mimic NUS. In fact, I don't see where it instantiates the serial port and baud rate.

Thanks, Eric

Related