Hi,
I am looking for the C# library for the development of Windows PC applications to communicate with nRF52 Bluetooth module.
Is there any C# library available to be used in my application.
Thanks in advance
Hi,
I am looking for the C# library for the development of Windows PC applications to communicate with nRF52 Bluetooth module.
Is there any C# library available to be used in my application.
Thanks in advance
What do you mean, "communicate with any Bluetooth module" ?
Are you intending to use the PC's built-in Bluetooth?
If so, you will need to consult the Windows BLE API documentation; eg,
https://docs.microsoft.com/en-us/windows/uwp/devices-sensors/bluetooth-low-energy-overview
Note that Windows-7 does not have support for BLE.
Bluetooth wrapper class(library) on top of Windows API for the lower communication layer developed in C#. So was having impression Nordic shall have one library for C#.
Bluetooth wrapper class(library) on top of Windows API for the lower communication layer developed in C#. So was having impression Nordic shall have one library for C#.