ble-ibeacon/readme.md

662 B
Raw Permalink Blame History

蓝牙通讯例子

概述

希望用于通过蓝牙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

意外收获

  • 在低性能硬件上的程序优化 golang 中使用channel提高并发能力influxdb中使用批量写入提高性能此二项性能提高从原CPU 100%变成小于20%