Ok, I see. This integration would be really hard, if possible at all.
Thanks.
Search found 16 matches
- 15:10, 04 Dec 2015
- Forum: General discussion
- Topic: BLE or classic
- Replies: 5
- Views: 58727
- 13:59, 04 Dec 2015
- Forum: General discussion
- Topic: BLE or classic
- Replies: 5
- Views: 58727
Re: BLE or classic
Thanks.
Don't classic Bluetooth devices also use GATT services and characteristics?
Don't classic Bluetooth devices also use GATT services and characteristics?
- 12:17, 04 Dec 2015
- Forum: General discussion
- Topic: BLE or classic
- Replies: 5
- Views: 58727
BLE or classic
Is BLE the same thing as classic Bluetooth in an API sense?
- 08:36, 03 Dec 2015
- Forum: General discussion
- Topic: How to interpret data coming from the pedometer device
- Replies: 7
- Views: 75815
Re: How to interpret data coming from the pedometer device
Obviously, Fitbit won't work. How about any other pedometer? There are many different manufacturers, while it seems there are just a few Fitbits.
- 17:31, 02 Dec 2015
- Forum: General discussion
- Topic: How to interpret data coming from the pedometer device
- Replies: 7
- Views: 75815
Re: How to interpret data coming from the pedometer device
Here is console log of the Evothings BLE Discovery app, that I would like to use. It contains a list of services and characteristics form ChargeHR device. Unfortunately, I need to learn much more to be able to read this... LOG: connect(C4:4A:0D:E4:8D:F4) LOG: connect 2 state 2 LOG: connected, reques...
- 21:39, 30 Nov 2015
- Forum: General discussion
- Topic: How to interpret data coming from the pedometer device
- Replies: 7
- Views: 75815
Re: How to interpret data coming from the pedometer device
Hi!
Did you manage to read data from fitbit chargeHR bracelet, or any other BLE pedometer for that matter?
BLE Discovery finds the device, shows it services, and I am missing the interpretation.
Best regards, Zdravko.
Did you manage to read data from fitbit chargeHR bracelet, or any other BLE pedometer for that matter?
BLE Discovery finds the device, shows it services, and I am missing the interpretation.
Best regards, Zdravko.
- 12:34, 28 Nov 2015
- Forum: General discussion
- Topic: IMEI number
- Replies: 1
- Views: 34405
IMEI number
Hi,
I need a phone app to identify itself when posting data. Can I access IMEI number via JavaScript?
Best regards, Zdravko.
I need a phone app to identify itself when posting data. Can I access IMEI number via JavaScript?
Best regards, Zdravko.
- 08:49, 11 May 2015
- Forum: General discussion
- Topic: Server side app
- Replies: 4
- Views: 47920
Re: Server side app
Hi! Thanks. I found that if I stick to AJAX remote calls only then all the html and javascript calls to local functions would be processed as if they were hardcoded by the on board local Evothings client. Which is actually what I was looking for: to get different functionality from client without ha...
- 11:40, 20 Mar 2015
- Forum: Questions and answers
- Topic: bluetoothSerial
- Replies: 2
- Views: 17787
Re: bluetoothSerial
Thanks. Indeed, this is what I was looking for. In addition I will need to use bcsphere bluetooth plugin, which I still need to learn how to use. Using bluetooth services isn't trivial at all. I'm looking for some tutorials/examples if there are any. Evothings with Cordova is a great concept! Regard...
- 09:05, 03 Mar 2015
- Forum: General discussion
- Topic: Evothings and iOS
- Replies: 4
- Views: 32090
Re: Evothings and iOS
I think I see. Single source, but two applications, one build on Mac for iOS, the rest built on anything. Thanks.