• 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…
  • How to achieve higher throughput in Piconet using Nordic UART Service?

    I have created a Piconet using nrf52840(s140). The 'Central' application was built on ble_app_uart_c example, which is now successfully connecting up to 7 peripherals. The Peripherals are also using NUS service to send data with(ble_nus_string_send) to…
  • Mismatch between connection handles in ble_nus?

    I'm using the nus_c service with multiple central connections. Obviously, I need the connection handle in my event handler - ble_nus_c_evt_handler(ble_nus_c_t* p_ble_nus_c, const ble_nus_c_evt_t* p_ble_nus_evt) . I've noticed that when BLE_NUS_C_EVT_NUS_RX_EVT…