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

use nrf52840 dongle on Android

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

Parents
  • Hi

    I'm struggling to understand what you mean by "using the Dongle in Android code". Can you try to explain what you want to do here. You want the Android to connect to the Dongle, correct? Do you want to "tell" the Dongle via the Android to start scanning using Coded PHY to detect the DK that is advertising over Coded PHY?

    If I am understanding you correctly, please check out the ATT_MTU throughput example used in this blog post by Torbjørn for testing long range. This lets an nRF52 device switch between advertising and scanning, and what PHY to use. You will have to implement some way for the Android app to tell the Dongle to go to the scanning mode and to the Coded PHY.

    Best regards,

    Simon

Reply
  • Hi

    I'm struggling to understand what you mean by "using the Dongle in Android code". Can you try to explain what you want to do here. You want the Android to connect to the Dongle, correct? Do you want to "tell" the Dongle via the Android to start scanning using Coded PHY to detect the DK that is advertising over Coded PHY?

    If I am understanding you correctly, please check out the ATT_MTU throughput example used in this blog post by Torbjørn for testing long range. This lets an nRF52 device switch between advertising and scanning, and what PHY to use. You will have to implement some way for the Android app to tell the Dongle to go to the scanning mode and to the Coded PHY.

    Best regards,

    Simon

Children
Related