Support of the latest SensorTag CC2650STK

Discuss mobile apps for Texas Instruments products.
tom
Posts: 3
Joined: 22:14, 10 Mar 2015

Support of the latest SensorTag CC2650STK

Postby tom » 22:19, 10 Mar 2015

Hi
Do you have any schedules to support the latest "SensorTag CC2650STK"?

Regards
Tom

Fredrik
Site Admin
Posts: 196
Joined: 15:00, 18 Nov 2013

Re: Support of the latest SensorTag CC2650STK

Postby Fredrik » 11:49, 11 Mar 2015

No hard schedule yet, but my colleague Eric has written some code which can be found here. You should be able to use it as-is.

Eventually it will be merged into Evothings Studio proper.

tom
Posts: 3
Joined: 22:14, 10 Mar 2015

Re: Support of the latest SensorTag CC2650STK

Postby tom » 10:32, 12 Mar 2015

Hi Fredrik

Thanks a lot. This source will help me a lot and it seems that I get most of the sensor data (the Barometer implementation seems to have an issue).

Regards
Tom

jbaptista
Posts: 1
Joined: 13:20, 17 Apr 2015

Re: Support of the latest SensorTag CC2650STK

Postby jbaptista » 13:22, 17 Apr 2015

Hello

I just received the new sensortag and having some issues connecting it. Just wondering if support for the new CC2650 is now available?

Thank you!

John

ardiri
Posts: 58
Joined: 16:13, 28 May 2014

Re: Support of the latest SensorTag CC2650STK

Postby ardiri » 05:16, 21 Apr 2015

our upcoming release of 1.1.4 will support the new sensortag - we have reworked our library to also be future looking as well.
// Aaron
Chief Technology Officer
Evothings AB http://www.evothings.com/

chriswhsu
Posts: 3
Joined: 21:42, 07 May 2015

Re: Support of the latest SensorTag CC2650STK

Postby chriswhsu » 21:46, 07 May 2015

I can get the SensorTag Sensors app to run just fine when using through EVOTHINGS client app, but when I try to build and install as an app using a cordova project, the app runs, but never finds any of the sensorTag devices.

I followed the steps outlined here: http://evothings.com/doc/build/cordova-guide.html

I have install this plugin:
cordova plugin add com.evothings.ble

...but still not finding any sensors.


Exact same code works fine on the EVOThings client app.

User avatar
micke
Posts: 256
Joined: 20:49, 18 Nov 2013

Re: Support of the latest SensorTag CC2650STK

Postby micke » 10:33, 08 May 2015


chriswhsu
Posts: 3
Joined: 21:42, 07 May 2015

Re: Support of the latest SensorTag CC2650STK

Postby chriswhsu » 17:45, 08 May 2015

Yes, I am already using the latest examples, in particular this one: http://evothings.com/doc/examples/ble-t ... nsors.html

It works perfectly well when running from the EVOThings Client, but when I try to build via Cordova directly, the app launches fine on my phone, but it never finds a sensor. The following is what I did to build the Cordova app:

Code: Select all

cordova --version  (output --> 3.6.3-0.2.13)
cordova create tagsensor edu.berkeley.crest.tagsensor TagSensor
cd tagsensor
cordova plugin add com.evothings.ble
cd www
rm -rf *
cp -r ~/EvothingsStudio_Mac_64_1.2.0/examples/ti-sensortag-sensors/ .
cordova platform add ios
cordova  build ios
cordova run ios --device


Thanks,
Chris

chriswhsu
Posts: 3
Joined: 21:42, 07 May 2015

Re: Support of the latest SensorTag CC2650STK

Postby chriswhsu » 18:13, 08 May 2015

Was able to get it to work by installing all the plugins available in the EVOthings client, but had to install the git current version instead of the "released" version. Not sure which of the plugins besides the ble plugin are required; didn't have time to add them one-by-one.


cordova plugin add org.apache.cordova.battery-status
cordova plugin add org.apache.cordova.camera
cordova plugin add org.apache.cordova.console
cordova plugin add org.apache.cordova.device
cordova plugin add org.apache.cordova.device-motion
cordova plugin add org.apache.cordova.device-orientation
cordova plugin add org.apache.cordova.dialogs
cordova plugin add org.apache.cordova.geolocation
cordova plugin add org.apache.cordova.globalization
cordova plugin add org.apache.cordova.inappbrowser
cordova plugin add org.apache.cordova.network-information
cordova plugin add org.apache.cordova.vibration
cordova plugin add org.chromium.system.network
cordova plugin add org.chromium.socket
cordova plugin add org.chromium.sockets.tcp
cordova plugin add org.chromium.sockets.udp
cordova plugin add com.unarin.cordova.beacon
cordova plugin add pl.makingwaves.estimotebeacons
cordova plugin add de.appplant.cordova.plugin.local-notification
cordova plugin add com.megster.cordova.bluetoothserial
cordova plugin add com.evothings.ble
cordova plugin add https://github.com/evothings/cordova-ble.git


Return to “Texas Instruments”

Who is online

Users browsing this forum: No registered users and 9 guests