環境: Windows 10 IoT Core Build 14376 (10.0.14376.0), VS2015
Raspberry Pi3 有內建的 Bluetooth ,但之前使用的 IoT Core 卻還不 Support。
要用 Bluetooth 還要再外接 Bluetooth ,但 Build 14376 已支援了哦!
以下筆者建立一個 iBeacon 的 headless App 來演示一下,
環境: Windows 10 IoT Core Build 14376 (10.0.14376.0), VS2015
Raspberry Pi3 有內建的 Bluetooth ,但之前使用的 IoT Core 卻還不 Support。
要用 Bluetooth 還要再外接 Bluetooth ,但 Build 14376 已支援了哦!
以下筆者建立一個 iBeacon 的 headless App 來演示一下,
最近需要透過 RPi 上透過 Bluetooth 去掃 Beacon 的資訊,
而透過 BluetoothLEAdvertisementWatcher 掃到的資料是 Byte Array,
而我們需要的是將那些 Byte Array 的資料,
轉成 Beacon 的資訊,例如 UUID, Major, Miner, TxPower