-
RPi Beacon Scanner: 一款适用于树莓派的信标扫描工具
资源介绍
RPiBeacon 扫描器
RaspberryPi 信标扫描器允许您扫描 iBeacon 广播。
你需要什么?
树莓派
蓝牙 4.0 模块 (BLE)
兼容的 iBeacon(例如 Estimote)
先决条件
节点.js
wget http://node-arm.herokuapp.com/node_latest_armhf.deb
sudo dpkg -i node_latest_armhf.deb
# Check installation
node -v
Linux 蓝牙协议栈
sudo apt-get update && sudo apt-get install -y usbutils bluetooth bluez bluez-utils libbluetooth-dev
安装
git clone https://github.com/RPiBeacon/RPiBEAC
- 上一篇: Ble 数据传输测试demo
- 下一篇: Android BleDemo