随笔分类 -  BLE

摘要:在上一篇中,用raspberryPi能够扫描到Ti SensorTag. 但是没有获得更多的数据,并且发现sensor Tag并没有回复scan request。https://blog.csdn.net/feiwatson/article/details/... 阅读全文
posted @ 2018-10-05 21:51 feiwatson 阅读(295) 评论(0) 推荐(0)
摘要:前面几篇分别简单涉及了raspberryPi上bluezBLE snifferTI SensorTaghttps://blog.csdn.net/feiwatson/article/details/81590397https://blog.csdn.net/... 阅读全文
posted @ 2018-10-05 20:11 feiwatson 阅读(388) 评论(0) 推荐(0)
摘要:硬件cc2650 SensorTagConnect with App在手机上安装Ti提供的sensorTag App即可和sensorTag 建立连接。如下手机截图, 阅读全文
posted @ 2018-10-05 17:08 feiwatson 阅读(168) 评论(0) 推荐(0)
摘要:BLE Snifferhttps://www.adafruit.com/product/2269Bluefruit LE Sniffer - Bluetooth Low Energy (BLE 4.0) - nRF51822nrf51822模块https:/... 阅读全文
posted @ 2018-10-05 10:14 feiwatson 阅读(1176) 评论(0) 推荐(0)
摘要:Bluez支持的featuresCore Specification 4.2 (GAP, L2CAP, RFCOMM, SDP, GATT) Classic Bluetooth (BR/EDR)Bluetooth Smart (Low Energy)Audi... 阅读全文
posted @ 2018-08-15 16:03 feiwatson 阅读(550) 评论(0) 推荐(0)
摘要:首先先了解一下bluez, 以及常用的tools. - hcitool、bluetoothctl等工具,可以进行BLE设备的扫描、连接、配对、广播等操作; - hcitool可以发送HCI command,设置BLE的广播数据; - gatttool可以在GAT... 阅读全文
posted @ 2018-08-11 20:10 feiwatson 阅读(2274) 评论(0) 推荐(0)