Is the nRF52840 Dongle firmware source code availabe?

I have a nRF52840 Dongle. When I connected it for the first time to the Bluetooth Low Energy app of nRF Connect for Desktop, it loaded automatically the firmware. My question is simple: is this firmware source code available somewhere?

Parents Reply
  • With the nRF connect ble and Dongle you are running a "Serialization" setup where the entire Bluetooth stack is being controlled by the PC (PC in this case is the same as the "Application board" illustration) So rather than writing the BLE application for the dongle using existing SDK libraries, you would have to write the Bluetooth application that interfaces with the Softdevice APIs on the PC.

    I'm using nRF Connect SDK and I can't find the example in my installation folder but I found this repository. I think it's the same concept.

    Yes, equivalent sample in nRF connect SDK: Bluetooth: Central UART.

    Since I need a fast comunication, is the USBD the right choice? What about the guaranteed speed for USBD?

    I don't have a benchmark for this and it would also depend a bit on how USB is configured. Although, it should always be faster than BLE.

Children
No Data
Related