Hi,
How to turn on sensor from application ?
Cheers,
Michal
Search found 7 matches
- 22:06, 22 Oct 2015
- Forum: Texas Instruments
- Topic: How to turn on sensor from application ?
- Replies: 2
- Views: 39827
- 15:07, 10 Oct 2015
- Forum: Texas Instruments
- Topic: error codes from errorCallback meanings
- Replies: 2
- Views: 37929
error codes from errorCallback meanings
Hi again,
what are the meanings of error codes from errorCallback eg. 133.
Michal
what are the meanings of error codes from errorCallback eg. 133.
Michal
- 20:57, 28 Sep 2015
- Forum: Texas Instruments
- Topic: How to check battery level in CC2650 Sensor.
- Replies: 1
- Views: 33184
How to check battery level in CC2650 Sensor.
Hi,
is it possible to check battery level in CC2650 Sensor with js api ?
is it possible to check battery level in CC2650 Sensor with js api ?
- 20:52, 28 Sep 2015
- Forum: Texas Instruments
- Topic: Parallel read data from multi tisensortag
- Replies: 6
- Views: 55911
Re: Parallel read data from multi tisensortag
Great, i did something similar, works as well.
Thank you !
Thank you !
- 02:16, 25 Sep 2015
- Forum: Texas Instruments
- Topic: Parallel read data from multi tisensortag
- Replies: 6
- Views: 55911
Re: Parallel read data from multi tisensortag
Guys would it be possible to add to data returned from callbacks (eg. from temperature, accelelometer) information about device let's say address ? So in case of temperature it might have look : before change: data = [96, 11, 4, 14] after change: data = [96, 11, 4, 14], "68:C9:0B:17:BF:03"...
- 20:27, 23 Sep 2015
- Forum: Texas Instruments
- Topic: Parallel read data from multi tisensortag
- Replies: 6
- Views: 55911
Re: Parallel read data from multi tisensortag
Ok, sensors firmware updated, accelerometer seems working fine now. Thanks.
Still strugling with reading from multi sensors. I'll try manage it with your suggest. If someone had done it please let me know.
Still strugling with reading from multi sensors. I'll try manage it with your suggest. If someone had done it please let me know.
- 18:33, 23 Sep 2015
- Forum: Texas Instruments
- Topic: Parallel read data from multi tisensortag
- Replies: 6
- Views: 55911
Parallel read data from multi tisensortag
Hi, i've managed to scan, connect and read data from sensor's services in Angular, but would it be possible somehow to connect and read from multi sensortag parallel eg. sensortag .temperatureCallback(temperatureHandler, 1000) .accelerometerCallback(accelerometerHandler, 1000) .connectToDevice($scop...