hi,
I have nrf52840 DK and a dongle and I would like to connect the dongle to android device and scan for the DK in coded phy.
where can I find some SDK for using the dongle in android code
hi,
I have nrf52840 DK and a dongle and I would like to connect the dongle to android device and scan for the DK in coded phy.
where can I find some SDK for using the dongle in android code
Hi
Could you provide som details as to how you are planning to connect the Dongle over USB to your Android device? Do you plan on using a hub or similar where you can plug your Android in to communicate with the Dongle? Seeing as you're planning on connecting to the Android device over USB, you should also take a look at our USB example projects, as you'll need some connectivity firmware on the nRF52840 Dongle to communicate with the Android, and combine this with a ble central application that can scan using Coded PHY.
Best regards,
Simon
Hi
Could you provide som details as to how you are planning to connect the Dongle over USB to your Android device? Do you plan on using a hub or similar where you can plug your Android in to communicate with the Dongle? Seeing as you're planning on connecting to the Android device over USB, you should also take a look at our USB example projects, as you'll need some connectivity firmware on the nRF52840 Dongle to communicate with the Android, and combine this with a ble central application that can scan using Coded PHY.
Best regards,
Simon
- I have nrf52840 dongle with usb firmware , I'm able to comunicate with it using the python ble-pc-driver-py library.
- i have raspberry pi 4 with Android 11 running application I crated to control BT devices running coded phy.
the RPI4 BLE have no coded phy support.
- I want to use the dongle I have that already have the firmware and I need Android library to interface with the dongle.