Example code

I have been forced to upgrade to the nRF54L15 from the nRF52840 DK.  The example code in the SDK  for the nRF52840 the 'ble-peripheral' had example code for 'ble_app_uart' which was perfect for me.  All I need to do is receive a string of characters from a smart phone, and then do what I need to do with it. 

In the 'ble_app_uart' example there is a routine called 'nus_data_handler'  which had an array called 'ble_data[]'  which received the string of data from the phone.

I have just installed the SDK for the nRF52840 Development Kit and I can not find anything comparable with the 'ble_app_uart' for nRF52840.

It must be in there somewhere, but I have looked, but can not find it.  I am hoping that you can point me in the right direction.

Cheers,

Brian Fleming

Parents Reply
  • Thank you for your reply,

    We have used the BLE UART from a previous SDK and found it to be excellent.  All we wanted was simplex communications from an Android APP to your nRF chip which it performed flawlessly.

    Unfortunately we were forced to upgrade to the nRF54L15 which required a different SDK and a different development platform.  At this point we can not get an unaltered Nordic demo to compile with the MS code.  Uninstalling it is not an option as we are currently using it with an Angular project which we can not jepardize.

    At this point this nRF project is at a standstill.  I will study the first three links that you provided and I am hoping that we can achieve the same functionality that we had with the Kiel development platform.

Children
No Data
Related