How can I use pc-ble-driver in Universal Window Platform, using C# ?

I'm working on developing a desktop app, which can communicate with nrf52840-dongle or any Nordic device. I'm using UWP to develop the app. I'm new to App development so i need detailed information on how to start and how to use available resources.

Parents
  • Hi Retro Bowl,

    To develop a UWP desktop app that communicates with an nRF52840 dongle, start by setting up your environment with Visual Studio and the Nordic SDK. Familiarize yourself with UWP basics and Bluetooth Low Energy concepts using official documentation. Create a new UWP project, enable Bluetooth capabilities, and implement communication by discovering and connecting to the dongle using BluetoothLEDevice, then reading and writing characteristics with GattDeviceService. Test your app on a Windows device, utilize resources like Nordic DevZone and the Windows samples repository, and enhance your skills in C# and XAML by exploring online courses and developer communities.

    Regard,
Reply
  • Hi Retro Bowl,

    To develop a UWP desktop app that communicates with an nRF52840 dongle, start by setting up your environment with Visual Studio and the Nordic SDK. Familiarize yourself with UWP basics and Bluetooth Low Energy concepts using official documentation. Create a new UWP project, enable Bluetooth capabilities, and implement communication by discovering and connecting to the dongle using BluetoothLEDevice, then reading and writing characteristics with GattDeviceService. Test your app on a Windows device, utilize resources like Nordic DevZone and the Windows samples repository, and enhance your skills in C# and XAML by exploring online courses and developer communities.

    Regard,
Children
Related