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

How to make BLE device connect with my pc directly? Which example in SDK should i use to make it?

Hi,

I'm very new to learn nrf52832. Recently, want to connect my NRF52832 device with pc, then , using the value uploaded from the device to draw a curve in pc' client.

i'm getting crazy about my troubles. (i use SDK 15.0, s132 v6.0) At the beginning, i use the " ble_app_template " and "NRF connect in phone" to test some basic functions, and also, i want   to use it to achieve my purpose. But after some investigations, Susheel said that someone should use "hid example" to make the connection between BLE and pc directly

But i still doubt about if the way Susheel said can achieve my purpose?

I have two questions,now.
1.  If i use the “hid example” in my device, regarding my device as keyboard/mouse, is it possible for me uploading data and drawing a curve?

2. Now, i use the "ble_app_template", i try to connect my device with pc directly, but after connection between my laptop and NRF52832 module for a while ,
"disconnected" happened, and the status turned "connected" to "paired (they disconnected, actually)". I guess the reason of this situation is that i use the "ble_app_template" instead of "hids"?

3. If i should use other example? If anyone have some opinions or is there a good sample code , please help me ,Sincere thanks.

best regards,

jerry

Parents Reply Children
  • yeah, i know your means. My pc is windows 10. I think there's may someone who had did the similar work.

    And i just want to know which example in SDK should i use ? The "ble_app_template" i use can't even make my BLE

    device connect with pc's bluetooth successfully.....as  i said above.

    2. Now, i use the "ble_app_template", i try to connect my device with pc directly, but after connection between my laptop and NRF52832 module for a while ,
    "disconnected" happened, and the status turned "connected" to "paired (they disconnected, actually)". I guess the reason of this situation is that i use the "ble_app_template" instead of "hids"?
Related