This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bluetooth and USB at the same time on nRF52840

Hello,

Do you have a soft device that integrates both Bluetooth and USB on the nRF52840 ?

I want to program a firmware that uses both and I'm wondering if you have ready-to-use examples on that ?

Thanks

Benoît

Parents
  • Nicolas, I just discovered this myself (SDK14) when trying to merge the the USB CDC ACM logic from the "peripherals/cli" example into the "ble_peripheral/ble_app_template" example. I want to use CLI/logging over CDC ACM when a user connects a USB cable to my "BLE peripheral" device.

    As a quick test I tried to compile and run the CLI example (standalone) after re-defining USBD_POWER_DETECTION in main.c to "false". But that breaks the example it seems.

    Is anybody actually using CLI/logging over USB CDC ACM together with the BLE SoftDevice?

    Thanks!

Reply
  • Nicolas, I just discovered this myself (SDK14) when trying to merge the the USB CDC ACM logic from the "peripherals/cli" example into the "ble_peripheral/ble_app_template" example. I want to use CLI/logging over CDC ACM when a user connects a USB cable to my "BLE peripheral" device.

    As a quick test I tried to compile and run the CLI example (standalone) after re-defining USBD_POWER_DETECTION in main.c to "false". But that breaks the example it seems.

    Is anybody actually using CLI/logging over USB CDC ACM together with the BLE SoftDevice?

    Thanks!

Children
No Data
Related