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

nRF52832 Bluetooth information

Dear Sirs and Madams!

Can someone please help me in following situation:

I am working on Android app using Qt/QML Framework, which among other things scans available Bluetooth devices. Since I do not have nRF52832 hardware kit on my table (waiting customer to send it to me), I want to know what values are send from nRF52832 at scan for device name and device uuid to scanning app/hw? In the short, I need preprogrammed nRF52832 device name and uuid strings. Can someone provide me with these two values?

Sincerely,

Marko

Parents
  • hi,

       it depends on what example you have loaded on the nrf52832dk. it is simple to scan to the specific device from android app. simply load the beacon example provided in sdk. the device will advertise its uuid, major and minor. then for scanning from the android app you can do it in 3 ways.

    1.enter the specific uuid of the device from android app and scan it. or

    2. enter the major and minor value. or

    3. enter three of them.

    if you want to scan all the devices near by then no need to specify these things.

Reply
  • hi,

       it depends on what example you have loaded on the nrf52832dk. it is simple to scan to the specific device from android app. simply load the beacon example provided in sdk. the device will advertise its uuid, major and minor. then for scanning from the android app you can do it in 3 ways.

    1.enter the specific uuid of the device from android app and scan it. or

    2. enter the major and minor value. or

    3. enter three of them.

    if you want to scan all the devices near by then no need to specify these things.

Children
Related