Search found 196 matches

by Fredrik
18:45, 21 Dec 2015
Forum: Questions and answers
Topic: BLE Disconnection problems
Replies: 2
Views: 31222

Re: BLE Disconnection problems

Certainly seems like an electrical problem. You would want to shield the nrf51 chip from the noise somehow, but how do to that is out of my area of expertise. You might try asking on the Nordic forum.
by Fredrik
20:50, 17 Dec 2015
Forum: Texas Instruments
Topic: LCD devpack
Replies: 12
Views: 607103

Re: LCD devpack

I'm afraid the documentation mentions no such capability in the screen's default firmware. To add new features, you would have to modify the firmware, presumably by using their "BLE-STACK V2.1".
by Fredrik
22:04, 14 Dec 2015
Forum: Texas Instruments
Topic: LCD devpack
Replies: 12
Views: 607103

Re: LCD devpack

The docs say Display Data size is 1-16 bytes. "Hello World Test!" is 17 bytes. Try a shorter string.
by Fredrik
18:45, 12 Dec 2015
Forum: Texas Instruments
Topic: LCD devpack
Replies: 12
Views: 607103

Re: LCD devpack

Looks like the SensorTag doesn't have the characteristic "f000ad02-0451-4000-b000-000000000000", as I thought it would. The documentation only says "ad02", so we'd have to guess at the rest of the UUID... except you can use the BLE Discovery example to get a complete list. So do ...
by Fredrik
14:43, 11 Dec 2015
Forum: General discussion
Topic: Phonegap with sample apps in Evothings
Replies: 2
Views: 32245

Re: Phonegap with sample apps in Evothings

I suspect "cordova-plugin-bluetoothle" and "com.evothings.ble" will conflict with each other. Suggest you pick only one of them.
by Fredrik
13:17, 10 Dec 2015
Forum: Texas Instruments
Topic: How to turn on sensor from application ?
Replies: 2
Views: 30098

Re: How to turn on sensor from application ?

When using our tisensortag library, it's as easy as saying "On" or "Off" for the sensor of interest. See an example.
by Fredrik
14:03, 04 Dec 2015
Forum: General discussion
Topic: BLE or classic
Replies: 5
Views: 44689

Re: BLE or classic

They do not. Classic Bluetooth uses a number of Profiles on top of the "RFCOMM" serial protocol.
by Fredrik
13:45, 04 Dec 2015
Forum: General discussion
Topic: BLE or classic
Replies: 5
Views: 44689

Re: BLE or classic

No, it is quite different. You scan for devices in a similar manner, but with BLE you can get extra advertising data. (It is this advertising data that is used to create the Beacon protocols.) You can pair and connect to devices in a similar manner, but once connected things become different. Classi...
by Fredrik
13:39, 04 Dec 2015
Forum: Questions and answers
Topic: cloudMQTT
Replies: 2
Views: 18704

Re: cloudMQTT

I would change the line "console.log(e);" to "console.log(JSON.stringify(e));" for more detail on the error.
by Fredrik
10:19, 03 Dec 2015
Forum: General discussion
Topic: How to interpret data coming from the pedometer device
Replies: 7
Views: 59237

Re: How to interpret data coming from the pedometer device

Like I said, I would hope they're running the standard Running Speed and Cadence service. They might also provide the Heart Rate and Pulse Oximeter services.

Go to advanced search