Possibility of merging ble_app_uart-c (central) with usbd_hid_composite?

hi Team,

working Environment:

nRF 52840 DK, SDK 17.1.0

keil uvision 5 IDE

os: Windows 10 pro

I have merged usbd_hid_composite and usbd_audio , as for my project requirement.

now , i have to provide bluetooth support for this combination. 

 so, can i provide this support by merging ble_app_uart_c with the combination code?

As combination code works without soft device , where as ble_app_uart_c works with softdevice.

is it possibble to combine them?

any important modifications in this merging process?

waiting for your suggestion.

Thank you,

Regards,

Deep

Parents
  • Hi,

    I can't think of any compatibility issue between the examples that should prevent you from merging them. We already have an USBD BLE UART Example, which combines the peripheral role of ble_app_uart with USBD CDC ACM.

    It will likely be simplest to start out with the ble_app_uart_c, as this is already configured for use with the softdevice (including correct files, flash and RAM placement, etc). You then only need to include the source files and header paths to the USBD libraries, and add the required code.

    Best regards,
    Jørgen

Reply
  • Hi,

    I can't think of any compatibility issue between the examples that should prevent you from merging them. We already have an USBD BLE UART Example, which combines the peripheral role of ble_app_uart with USBD CDC ACM.

    It will likely be simplest to start out with the ble_app_uart_c, as this is already configured for use with the softdevice (including correct files, flash and RAM placement, etc). You then only need to include the source files and header paths to the USBD libraries, and add the required code.

    Best regards,
    Jørgen

Children
No Data
Related