收到套件后,下班迫不及待的试玩,首先下载APP,官方的APP是一个EXE文件,安装后在安装目录新建applicationS 文件夹,在文件夹内有android的APP(我纳闷为什么不直接提供APK文件下载),安装后提示解析包错误,把我的设备4.2刷到4.3,安装没有问题,但是无法连接sstag,提示设备不支持BLE,看来没戏了,再到TI官网下载APP源码,提示要填写公司名称等信息,说是要通过美国的审核,填写OK后很快就可以下载,打开源码发现
import android.bluetooth.BluetoothGatt;import android.bluetooth.BluetoothGattCallback;
import android.bluetooth.BluetoothGattCharacteristic;
import android.bluetooth.BluetoothGattDescriptor;
import android.bluetooth.BluetoothGattService;用到了这几个android4.3 ,4.4才新增的功能,难怪4.2无法安装BLE sensorTAG1.1.0
由于没有设备估计进度受影响了
|