I have an nrf52840dk and tried it with a ble central example and it worked fine. Then now I want to deploy him to the nrf52840 dongle and he appears to not work and I also want to add USB CDC ACM on it, how do I do that?
I have an nrf52840dk and tried it with a ble central example and it worked fine. Then now I want to deploy him to the nrf52840 dongle and he appears to not work and I also want to add USB CDC ACM on it, how do I do that?
Hello,
This be able to use this sample with the nRF52840 Dongle, you need to import the async adapter implementation from the peripheral_uart sample: https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_uart/README.html#usb_cdc_acm_extension
I posted and demo sample for this here
RE: Device Tree, proj.conf and strange uart behaviour , but please note that it is based on SDK v2.5.2 and this particular sample likely not going to build out of the box with later versions. Let me know if you encounter any problems or need help to update.
Best regards,
Vidar