C# BluetoothLE 我如何开始

C# BluetoothLE How can I getting started

我是这个行业的新手,我想做一个与低功耗蓝牙相关的应用程序。我不知道从哪里开始,我想用图书馆来做。我搜索了 32feet.Net、InTheHand.BluetoothLe、Plugin.BluetoothLe、ble.net 等库,但我不知道如何制作 windows 表单应用程序或我能做什么以及从哪里开始。有人可以帮忙吗?

windows 上的蓝牙一直很困难,可供学习的示例很少。

我认为最新的方法可能是制作一个 UWP 应用程序并使用 Windows.Devices 命名空间。不过我从来没有那样尝试过。

这里有这样的例子:https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/BluetoothLE

如果你想使用 32feet.net,你会在我的一个老问题中找到一些示例代码: Bluetooth Pairing (SSP) on Windows 10 with 32feet.NET

我掌握了搜索工作设备的基础知识,但从来没有按照我想要的方式进行配对,尽管有人悬赏了这个问题,但这个问题从未得到答案。希望它至少能让你走上正确的道路。