Hi,
We have a nrf52 which runs some project using ANT, now we would like to implement BLE for UART communication between a phone and the unit.
The code base is already extensive, and we were wondering if there was any easy way, or a tutoral on how to implement bluetooth from scratch on top of an already existing project.
We have looked at the ble_app_uart and ble_app_template examples, but struggle to integrate these, since they are designed to work alone and be a starting point rather than an add-on.
Is there an easy way to make a 'nus-driver'?
Thank you so much in advance!
-C