amb*_*les 0 python bluetooth bluetooth-lowenergy mesh-network
你们知道我可以学习的关于使用 python 使用蓝牙网状网络的教程吗?我计划使用蓝牙网状网络连接 3 个 Raspberry Pi,该网状网络只会发送字符串。我已经使用 wifi 做到了,但还需要蓝牙来实现。我正在网上搜索,但很难看到任何有关它的教程。十分感谢你的帮助!
BlueZ(RPi 上使用的蓝牙堆栈)API 的文档位于:
https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/doc/mesh-api.txt
他们在源代码树中有一个 Python 示例:
https://git.kernel.org/pub/scm/bluetooth/bluez.git/tree/test/test-mesh
蓝牙SIG有一篇文章介绍蓝牙MESH:
https://www.bluetooth.com/blog/an-intro-to-bluetooth-mesh-part1/
他们还编写了一些学习指南:
https://www.bluetooth.com/bluetooth-resources/?types=study-guide&categories=&tags=&keyword=mesh
Silvair 是蓝牙 MESH 的早期采用者,他们有一个 Python 库,位于:
https://python-bluetooth-mesh.readthedocs.io/en/latest/quickstart.html