Page 1 of 1

Support of the latest SensorTag CC2650STK

Posted: 22:19, 10 Mar 2015
by tom
Hi
Do you have any schedules to support the latest "SensorTag CC2650STK"?

Regards
Tom

Re: Support of the latest SensorTag CC2650STK

Posted: 11:49, 11 Mar 2015
by Fredrik
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.

Re: Support of the latest SensorTag CC2650STK

Posted: 10:32, 12 Mar 2015
by tom
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

Re: Support of the latest SensorTag CC2650STK

Posted: 13:22, 17 Apr 2015
by jbaptista
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

Re: Support of the latest SensorTag CC2650STK

Posted: 05:16, 21 Apr 2015
by ardiri
our upcoming release of 1.1.4 will support the new sensortag - we have reworked our library to also be future looking as well.

Re: Support of the latest SensorTag CC2650STK

Posted: 21:46, 07 May 2015
by chriswhsu
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.

Re: Support of the latest SensorTag CC2650STK

Posted: 10:33, 08 May 2015
by micke

Re: Support of the latest SensorTag CC2650STK

Posted: 17:45, 08 May 2015
by chriswhsu
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

Re: Support of the latest SensorTag CC2650STK

Posted: 18:13, 08 May 2015
by chriswhsu
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