Search found 9 matches
- 17:20, 04 Dec 2014
- Forum: Texas Instruments
- Topic: TI Sensortag advertising and conversion periods
- Replies: 18
- Views: 122321
Re: TI Sensortag advertising and conversion periods
Hi Micke Thanks for your message. Well, it is working now, thanks. The problem turned out to be a corrupted 'cordova.device' plugin. I only used it in one call, and it wasn't critical to the app running, so didn't notice that a call to 'device.model' was always returning 'null'. (This was with the n...
- 11:33, 29 Nov 2014
- Forum: Texas Instruments
- Topic: TI Sensortag advertising and conversion periods
- Replies: 18
- Views: 122321
Re: TI Sensortag advertising and conversion periods
. Regarding the Rand Dusing plugin, it should work fine to build a Cordova app with it and still use Evothings Workbench for development. You would then use your own Cordova app in place of Evothings Client, and still connect to the Workbench. Here is documentation about how to do this: http://evot...
- 23:18, 28 Nov 2014
- Forum: Texas Instruments
- Topic: TI Sensortag advertising and conversion periods
- Replies: 18
- Views: 122321
Re: TI Sensortag advertising and conversion periods
Hi Mikael Thanks for all your suggestions. Because of the problems I've been having I'm now behind schedule on my project so I'll be proceeding with the 'Rand Dusing' plugin for now, it does seem to be more stable. However I will try to get back to trying the Evothings plugin at some stage because I...
- 18:58, 26 Nov 2014
- Forum: Texas Instruments
- Topic: TI Sensortag advertising and conversion periods
- Replies: 18
- Views: 122321
Re: TI Sensortag advertising and conversion periods
Hi again, Just to let you know that I have now tried the BLE plugin by Rand Dusing https://github.com/randdusing/BluetoothLE and it connects and works (i.e. reading the services) correctly first time. Same Sensortag, same firmware, same Android device. Then switched back to Evothings and immediately...
- 00:21, 22 Nov 2014
- Forum: Texas Instruments
- Topic: TI Sensortag advertising and conversion periods
- Replies: 18
- Views: 122321
Re: TI Sensortag advertising and conversion periods
have you tried using the JavaScript workbench in the Evothings Workbench (click on tools). the hyper.log() calls are written to the console there and you can do debugging directly on your device by writing out to the console.. you may also have a bunch of related error messages which could be telli...
- 14:23, 21 Nov 2014
- Forum: Texas Instruments
- Topic: TI Sensortag advertising and conversion periods
- Replies: 18
- Views: 122321
Re: TI Sensortag advertising and conversion periods
Hi Mikael, Thanks for the quick response. The BLE Scan app connects OK, with an RSSI of -58 or -61. The problem I am seeing is not that it won't connect; it always connects but then the services are not found correctly, so the status may report, for example, 'sensors online' but no data is transferr...
- 16:46, 20 Nov 2014
- Forum: Texas Instruments
- Topic: TI Sensortag advertising and conversion periods
- Replies: 18
- Views: 122321
Re: TI Sensortag advertising and conversion periods
Thanks Ardiri. I have already tried various refresh rates but seems to make no difference. One *very* interesting thing I have now noticed as that, while an Evothings app is running (either my own code or the demo app) and failing to properly connect, if I then run the TI app at the same time , as s...
- 13:14, 19 Nov 2014
- Forum: Texas Instruments
- Topic: TI Sensortag advertising and conversion periods
- Replies: 18
- Views: 122321
Re: TI Sensortag advertising and conversion periods
I have evaluated this issue further and decided that the advertising / conversion periods aren't the problem, but extending them just make an existing problem worse. The connection success using an Evothings app is not reliable, even with fast advertising. It seems the more I use the device, the wor...
- 12:50, 17 Nov 2014
- Forum: Texas Instruments
- Topic: TI Sensortag advertising and conversion periods
- Replies: 18
- Views: 122321
TI Sensortag advertising and conversion periods
With the standard TI demo firmware running in my Sensortag, and running the Evothings demo app for Sensortag Sensors, everything is working fine. But for my project I need to slow down the rate at which Sensortag advertises itself, and how often it converts its sensor values (also, I only need the t...