如何从 Genuino 发送广告并通过蓝牙连接到 Galileo?

How can I send an advertisement from the Genuino and connect to the Galileo via Bluetooth?

我正在尝试通过蓝牙将数据从 Intel Genuino 发送到 Intel Galileo。 Galileo 将在这方面充当主节点。我已经配置 Galileo 以便它发现蓝牙设备,并且我已经通过蓝牙将我的 phone 与 Galileo 配对。

我需要做的是将 Genuino 与 Galileo 配对。我尝试了 Arduino 提供的一些示例程序,但我似乎无法配对或连接这两个设备。

所以问题是,如果我的 Galileo 可被发现并准备配对,我如何从 Genuino 发送广告并连接到 Galileo。

或者: 如果有人 link 有一个解释 blePeripheral 和 bleCentral 命令的站点,那就太好了。

干杯

在Arduino/Genuino 101板上,使用CurieBle to create a peripheral. There are some example sketches to get you started. CurieBle works very similar to the Arduino BLEPeripheral library

您不需要配对设备。在 Genuino 101 上,运行 创建蓝牙 LE 服务的草图。在 Galileo 上,运行 一个在 101 上发现服务 运行ning 并连接到它的程序。您可以使用 noble 和 Node.js 为 Galileo 编写程序。