|
|
||
|---|---|---|
| model | ||
| sqlite | ||
| .gitignore | ||
| Makefile | ||
| go.mod | ||
| main.go | ||
| readme.md | ||
readme.md
蓝牙通讯例子
概述
希望用于通过蓝牙RSSI值判断距离的研究。
组件
- github.com/paypal/gatt
部署
- sudo hciconfig hci0 down
- sudo service bluetooth stop
QA
- Failed to open device, err:no supported devices available
执行权限不够导致设备找不到,记得sudo
- 查看raspberrypi几位系统
getconf LONG_BIT
- 查看操作系统信息
lsb_release -a
- 直接查看系统的架构
arch