This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

SensorTag Android application Revision 1.2 Source Code

Other Parts Discussed in Thread: SENSORTAG-SW

Hi,

I can download source file of SensorTag Android application revision 1.1.0 from http://www.ti.com/tool/sensortag-sw

The source looks not working well.

There is no "WriteQueue.java" file included in revision 1.1.0.

"WriteQueue.java" is explained here "http://processors.wiki.ti.com/index.php/SensorTag_User_Guide#SensorTag_Android_Development"

It says 

"You can't do two writes immediately after each other. The Android BLE stack can only handle one "remote" request at a time, meaning that if you do a write immediately after another write the second request will be silently ignored. You can solve this by either creating a queue for the API calls that require remote callbacks, or sleep a short while between calls. See /src/com/ti/sensortag/ble/WriteQueue.java for how the SensorTag app handles this issue."

BTW, There seems to be revision 1.2 application in the Android market.

https://play.google.com/store/apps/details?id=ti.android.ble.sensortag

Can I get the revision 1.2 source ?

Thank you.