Nordic UART Service (NUS)

This module is used for Bluetooth Low Energy communications with devices that provide the Nordic UART Service (NUS).

NUS_RX_UUID = '6e400002-b5a3-f393-e0a9-e50e24dcca9e'

The Nordic UART receive characteristic UUID.

This is Rx from the point of view of the peripheral and Tx from the point of view of the central. The central will write to this characteristic.

NUS_SERVICE_UUID = '6e400001-b5a3-f393-e0a9-e50e24dcca9e'

The Nordic UART service UUID.

NUS_TX_UUID = '6e400003-b5a3-f393-e0a9-e50e24dcca9e'

The Nordic UART transmit characteristic UUID.

This is Tx from the point of view of the peripheral and Rx from the point of view of the central. The central will receive notifications from this characteristic.