(上) BLE (Bluetooth Low Energy) Toolkit for LabVIEW (低功耗藍芽工具套件)

之前使用過 App inventor開發過BLE App,但實在是有不方便的地方
例如Debug的部分,
最近翔從 LabVIE來實現與BLE的溝通,於是搜尋相關資訊,發現LabVIEW有提供相關的套件,

1. 下載資訊:
Communicate with Bluetooth Low Energy (BLE) Devices in LabVIEW
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019LuHSAU

2. 低功耗藍芽工具套件下載處
BLE-Toolkit-LabVIEWriu
https://github.com/MuSAELab/BLE-Toolkit-LabVIEW

3. 使用VIPM安裝
套件內容:
BLE Toolkit v1.4.0.2 by MuSAE Lab
Author: Raymundo Cassani
Copyright: Copyright (c) 2017, MuSAE Lab
License: MIT
Compatible LabVIEW Versions: >= 2013.
Compatible OS Versions: ALL.
Description:
The BLE (Bluetooth Low Energy) toolkit allows the interaction of BLE devices with LabVIEW.
The BLE toolkit for LabVIEW is an implementation of the Bluegica BGAPI, that allows to communicate with Bluegiga BLE(D)11x and WF121 devices using USB/UART.
Provided examples indlude:
* Scanning for BLE devices
* Reading and Writing Characteristics values
* Acquiring Heart Rate data stream


















由於目前使用的LabVIEW版本太舊,需要更新,

另一方面藍芽Dongle正再購買,

等有新的進度再作更新。
待續.......

留言

這個網誌中的熱門文章

使用VS code開發Python程式 - Matplotlib繪圖

使用Pycharm開發Python程式與用Matplotlib繪圖

[Python][tkinter] Build tkinter GUI 使用tkinter建立圖形視窗