Hi
Do you have any schedules to support the latest "SensorTag CC2650STK"?
Regards
Tom
Support of the latest SensorTag CC2650STK
Re: Support of the latest SensorTag CC2650STK
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.
Eventually it will be merged into Evothings Studio proper.
Re: Support of the latest SensorTag CC2650STK
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
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
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
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
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
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.
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
Hi,
Try out the new SensorTag examples in the new release of Evothings Studio (version 1.2.0):
http://evothings.com/download/
http://evothings.com/doc/examples/examples.html
http://evothings.com/doc/studio/api-overview.html
http://evothings.com/doc/raw/lib-doc/index.html
Best, Mikael
Try out the new SensorTag examples in the new release of Evothings Studio (version 1.2.0):
http://evothings.com/download/
http://evothings.com/doc/examples/examples.html
http://evothings.com/doc/studio/api-overview.html
http://evothings.com/doc/raw/lib-doc/index.html
Best, Mikael
Re: Support of the latest SensorTag CC2650STK
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:
Thanks,
Chris
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
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
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
Who is online
Users browsing this forum: No registered users and 9 guests