【问题标题】:Python GATT Server to stream BLE through to WindowsPython GATT 服务器将 BLE 流式传输到 Windows
【发布时间】:2016-06-23 00:25:18
【问题描述】:

有 BlueZ linux pygatt 库在 OSX 和 linux 上运行良好,可以将 Nordic BLE UART 示例从 Nordic SoC 芯片流式传输到机器,但是我在 Windows 中找不到任何支持做同样的事情?

您如何将 BLE UART 数据(Nordic 的 UART 示例)从设备传输到 Windows 机器?有没有可以在windows上运行的不依赖BlueZ的python gatt库?

【问题讨论】:

    标签: python windows bluetooth-lowenergy gatt


    【解决方案1】:

    解决方案 1:暗淡

    bleak 正在使用Python for .NET 的包装器来使 BLE 在没有 Bluez 的情况下与 Python 一起工作。它处于早期阶段,几乎没有文档。

    解决方案 2:pygatt

    pygatt 支持带有 BGAPIBackend 的 BLE,但您需要兼容 Bluegiga 的蓝牙加密狗(例如 BLED112)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-08-12
      • 2012-03-06
      • 2010-12-09
      相关资源
      最近更新 更多