每个蓝牙低功耗开发人员的五个基本工具
Five Essential Tools for Every Bluetooth Low Energy Developer
里面介绍了开发蓝牙BLE最常用的工具。
1.安卓
安卓可以下载谷歌的demo
https://github.com/googlesamples/android-BluetoothLeGatt
也可以学习大神写的ble开源框架,可以实现一连多,在学习中。
https://github.com/Jasonchenlijian/FastBle
android蓝牙入门知识和优秀蓝牙第三方库BluetoothKit的使用
https://github.com/dingjikerbo/BluetoothKit
Android 低功耗Ble 蓝牙4.0多连接 开源框架
https://github.com/pencilso/ManyBlue
2.IOS
IOS没有手机或者MAC,暂时不提了。LightBlue这个ios上可以下载。