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-SW: SensorTag Android App Source Code

Part Number: SENSORTAG-SW
Other Parts Discussed in Thread: CC2650

Where can I get a copy of the most up-to-date Android source code for sensortag? Both http://www.ti.com/tool/SENSORTAG-SW 

  • Hi Salvatorre,

    The versions you linked are the latest ones that TI has made available. You can do a Google search to find other apps that work with the SensorTag. Here is a link to a guide to make your own custom SensorTag app: evothings.com/.../
  • Thanks, for the evothings link. I hadn't heard of them or Cordova. It sounds interesting because you can work on Apple and Android at the same time, but I don't think I will find the support I will need for the app I am working on. I am new to Android and was hoping to get a headstart with the SensorTag app. I am planning to replace a handheld device with a bluetooth connection and app for a 3-phase inverter (loads of TI chips including TMS320). The SensorTag seemed like a great place to start, but I would like to get the app working as-is and as-intended before I start adapting it for my application. Again, I can see the CC2650 with the latest version of the app, but not with the app whose source code is available. I did have to make some small modifications to the app in order for it to build with Android Studio. I think those changes are minor, but I am new to Android dev. Is version 2.3 of the BLE SensorTag android app compatible with CC2650? If I can't get the latest version, can I get some support from TI on how to make version 2.3 work?

  • Hi Salvatorre,

    Yes, the version on github should be compatible with the CC2650. It was updated for the CC2650 SensorTag on June 8 2015:
    e2e.ti.com/.../1533501

    If it doesn't discover SensorTags, here is a stack overflow post that may help: stackoverflow.com/.../

    You may also want to do a google search for "sensortag android app". Many users have forked the project and may have kept it more up to date with the latest Android versions.