1.. _logger_ble_backend: 2 3Logging: BLE Backend 4######################## 5 6Overview 7******** 8 9Sample that demonstrates how to setup and use the BLE Logging backend. The 10BLE Logger uses the NRF Connect SDK NUS service as UUID to make it compatible 11with already existing apps to debug BLE connections over UART. 12 13 14Requirements 15************ 16 17* A board with BLE support 18 19Building and Running 20******************** 21 22This sample can be found under :zephyr_file:`samples/subsys/logging/ble_backend` in the 23Zephyr tree. 24 25The BLE logger can be tested with the NRF Toolbox app or any similar app that can connect over 26BLE and detect the NRF NUS UUID service. 27