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

BLE - C#/.NET

I would like to "talk" to nRF52 via BLE using an application developed in c#/.NET in Windows 8.1. Any hint?

I checked the BluetoothHeartRate example on MSDN, but I would like some more... informative.

  1. How to search for a specific device?
  2. How can I discover the profiles/services/characteristics of a device?
  3. How to implement a custom profile, like a communication channel for debugging?
  4. How to implement the DFU OTA firmware upgrade?

Thanks!

[edit: add DFU OTA firmware update]

Related