Bluetooth Heart Rate Monitor???? - Touch Pro, Fuze Accessories

Anyone ever seen such a beast? I would love to have something to replace my old HRM to incorporate into a bluetooth device and software for windows mobile solution.
thanks....

There are several. Here are a couple:
http://www.alivetec.com/products.htm
http://www.zephyrtech.co.nz/products/consumer/hrm

Related

[Q] Issues using 2 bluetooth devices at once

Ok got something interesting here and wanted to see if anyone else got this issue. I currently use a motorola bluetooth head set (S9-HD) when working out, I now have a polar bluetooth heart monitor that I use with sportstraker live (i have also used other apps to see if the issue happens in them and it does) Now here is the issue I am having. If I try to use both bluetooth devices I lose signal to the heart rate monitor and the audio cuts in and out on the headset...If I only use the heart rate monitor it works find and I have to use a wired head set which also works fine...my theory is that the blue tooth stack can not handle 2 devices asking for information...does this theory hold true? And if so is there a way I can have it where I can modify the stack so I can use both devices? I am using cyanogen 6.1 btw
I can't really offer any technical advise here. However, I did want to check and see if you've posted this over in CM's forum's as well. Your honestly probably going to get more help there since it's their ROM.

[Q] Bluetooth HRM that works with wp8?

Does anyone know of any bluetooth heart rate monitors that they know for sure works with windows phone 8?
I know, for example, the lumia 920 has 4.0 hardware but wp8 does not support 4.0. I found this out the hardway by buying a polar H7 before doing any research
I have looked up various monitors such as the Polar H1 with bluetooth, which uses bluetooth 2.0, and every site I find says not supported by iphone or windows phone.
I also found a post on endomondo's web-site saying that they do not know of any devices compatable.

Bluetooth 4.0 (BLE) Support on the Note 3

Hi all,
After doing some research on BLE support for Android, I'm somewhat disappointed by the apparent lack of commitment on both Google and Samsung's part to get this sorted out properly, especially given the fact that they advertise BLE support on the product's packaging. By "properly" I mean the ability to find and pair with devices using the device's native Bluetooth Settings menu, not varying support from app to app. There seems to be a bit of information floating around for Nexus and Galaxy S3 devices, but none for the Note 3 - which prompted me to start this thread.
I have a BLE Heart Rate Monitor (Mio Alpha Pro strapless HRM watch) which I have been using to test functionality with my stock, unrooted Galaxy Note 3. Here is a summary of what I've discovered so far:
The Galaxy Note 3 does not find the HRM using the system Bluetooth scan feature,
Samsung's built in "S Health" app does not find/connect to the HRM.
The "BLE Heart Rate Monitor" app in the Play Store finds/connects to the watch fine and receives the HR signal, all without changing the Bluetooth icon's connection status in the notification bar.
Runtastic is the only fitness tracking app that finds and connects to the HRM, with no issue, straight from the app store. Endomondo, Runkeeper, MapMyRun etc have all failed to find and connect to the HRM
xda user dimfish has posted this thread in the Android Software and Hacking General forum, it's a mod that enables BLE conectivity for Fitbit (I am yet to test this, but replies suggest that is working on all 4.3 ROMs).
Given the fact that BLE connectivity works fine on Runtastic (and now Fitbit, with the mod), I am hopeful that native support for all hardware capable Android devices isn't too far away. In the meantime, please share what your thought's experiences are.
Cheers,
BT
bobbytod said:
Hi all,
After doing some research on BLE support for Android, I'm somewhat disappointed by the apparent lack of commitment on both Google and Samsung's part to get this sorted out properly, especially given the fact that they advertise BLE support on the product's packaging. By "properly" I mean the ability to find and pair with devices using the device's native Bluetooth Settings menu, not varying support from app to app. There seems to be a bit of information floating around for Nexus and Galaxy S3 devices, but none for the Note 3 - which prompted me to start this thread.
I have a BLE Heart Rate Monitor (Mio Alpha Pro strapless HRM watch) which I have been using to test functionality with my stock, unrooted Galaxy Note 3. Here is a summary of what I've discovered so far:
The Galaxy Note 3 does not find the HRM using the system Bluetooth scan feature,
Samsung's built in "S Health" app does not find/connect to the HRM.
The "BLE Heart Rate Monitor" app in the Play Store finds/connects to the watch fine and receives the HR signal, all without changing the Bluetooth icon's connection status in the notification bar.
Runtastic is the only fitness tracking app that finds and connects to the HRM, with no issue, straight from the app store. Endomondo, Runkeeper, MapMyRun etc have all failed to find and connect to the HRM
xda user dimfish has posted this thread in the Android Software and Hacking General forum, it's a mod that enables BLE conectivity for Fitbit (I am yet to test this, but replies suggest that is working on all 4.3 ROMs).
Given the fact that BLE connectivity works fine on Runtastic (and now Fitbit, with the mod), I am hopeful that native support for all hardware capable Android devices isn't too far away. In the meantime, please share what your thought's experiences are.
Cheers,
BT
Click to expand...
Click to collapse
up!
no news from app vendors in terms of adding BLE support. Don't much understand why it should be that difficult now that the android 4.3 OS does add support for it. So from the app standpoint it should be quite straight fwd!
It looks like Samsung is backing Ant+ rather than BLE somewhat.
The good news for us competitive cyclists that use Garmin products (Garmin owns Ant+), the Note 3 now ties-in with our heart rate monitors and power meters.
While I don't see me strapping the Note 3 to the handlebars, it can stay in my jersey and record the data.
peakjunkie said:
It looks like Samsung is backing Ant+ rather than BLE somewhat.
The good news for us competitive cyclists that use Garmin products (Garmin owns Ant+), the Note 3 now ties-in with our heart rate monitors and power meters.
While I don't see me strapping the Note 3 to the handlebars, it can stay in my jersey and record the data.
Click to expand...
Click to collapse
From a developer point of view, the ANT+ API is much, much simpler to implement than the BLE API. The ANT+ API already handles device discovery and decoding of data events from sensors into the useful data without even reading the Device Profile. You just request access to heart rate, cadence, etc, and then subscribe to the event handlers which pass the data to you decoded. The BLE API still requires a lot of work to do the decoding properly, handling characteristics, etc
BLE
http://developer.android.com/guide/topics/connectivity/bluetooth-le.html
ANT+
http://www.thisisant.com/APIassets/.../plugins/antplus/pcc/AntPlusHeartRatePcc.html
Any update
bobbytod said:
Hi all,
After doing some research on BLE support for Android, I'm somewhat disappointed by the apparent lack of commitment on both Google and Samsung's part to get this sorted out properly, especially given the fact that they advertise BLE support on the product's packaging. By "properly" I mean the ability to find and pair with devices using the device's native Bluetooth Settings menu, not varying support from app to app. There seems to be a bit of information floating around for Nexus and Galaxy S3 devices, but none for the Note 3 - which prompted me to start this thread.
I have a BLE Heart Rate Monitor (Mio Alpha Pro strapless HRM watch) which I have been using to test functionality with my stock, unrooted Galaxy Note 3. Here is a summary of what I've discovered so far:
The Galaxy Note 3 does not find the HRM using the system Bluetooth scan feature,
Samsung's built in "S Health" app does not find/connect to the HRM.
The "BLE Heart Rate Monitor" app in the Play Store finds/connects to the watch fine and receives the HR signal, all without changing the Bluetooth icon's connection status in the notification bar.
Runtastic is the only fitness tracking app that finds and connects to the HRM, with no issue, straight from the app store. Endomondo, Runkeeper, MapMyRun etc have all failed to find and connect to the HRM
xda user dimfish has posted this thread in the Android Software and Hacking General forum, it's a mod that enables BLE conectivity for Fitbit (I am yet to test this, but replies suggest that is working on all 4.3 ROMs).
Given the fact that BLE connectivity works fine on Runtastic (and now Fitbit, with the mod), I am hopeful that native support for all hardware capable Android devices isn't too far away. In the meantime, please share what your thought's experiences are.
Cheers,
BT
Click to expand...
Click to collapse
Hi BT,
Have you had any success in this since the post. Got the same gear you have and given Alpha MIO says the phone was supported i find this very dissappointing.
Hi mate,
It turns out support for the Alpha is down to application level. I am using it with the latest version of Endomondo and it works as it should. I believe Runtastic works as well, but anything else I can't speak for.
Good luck!
BT
andrewisinchina said:
Hi BT,
Have you had any success in this since the post. Got the same gear you have and given Alpha MIO says the phone was supported i find this very dissappointing.
Click to expand...
Click to collapse
Ignore... i found it, thanks
bobbytod said:
Hi mate,
It turns out support for the Alpha is down to application level. I am using it with the latest version of Endomondo and it works as it should. I believe Runtastic works as well, but anything else I can't speak for.
Good luck!
BT
Click to expand...
Click to collapse
Thanks, I have loaded BLE Heart Rate and can get that to work but was wanting something like MapMyRide as it autolinks to MyFitnessPal. Will take a look at Endomondo.
---------- Post added at 03:58 AM ---------- Previous post was at 03:36 AM ----------
andrewisinchina said:
Thanks, I have loaded BLE Heart Rate and can get that to work but was wanting something like MapMyRide as it autolinks to MyFitnessPal. Will take a look at Endomondo.
Click to expand...
Click to collapse
Hi BT,
Just went endomondo premium but cant get it to hook up the Note 3 and the watch? Do i still need to buy the premium app seperate from the premium account?
thanks for the help
Andrew
It Works
andrewisinchina said:
Ignore... i found it, thanks
Thanks, I have loaded BLE Heart Rate and can get that to work but was wanting something like MapMyRide as it autolinks to MyFitnessPal. Will take a look at Endomondo.
---------- Post added at 03:58 AM ---------- Previous post was at 03:36 AM ----------
Hi BT,
Just went endomondo premium but cant get it to hook up the Note 3 and the watch? Do i still need to buy the premium app seperate from the premium account?
thanks for the help
Andrew
Click to expand...
Click to collapse
UPDATE: I have Endomondo Premium, Linked with MyFitnessPal and this now works well. I have used it for the past 6 weeks no problem. You need to connect in the right order but this does work.
So, Myfitnesspal is linked to Endomondo Premium (needed for the Heart Rate Monitor)
On first application you need to ADD the Heart Rate Monitor in the Endomondo APP itself, with the Alpha in Workout mode. Make sure you turn WIFI off, on your phone for connection. After the first application the following works everytime
1. Alpha on, put into find heart rate
2. Turn WIFI Off and then Bluetooth on and GPS on (if tracking run or ride)
3. Ignore connection from Native Samsung connection
4. Go into Endomondo, after about 10 secs its then connects
5. Press to start workout mode on the alpha (Endomondo will still track the heart rate and zones even if you forget to put it in workout mode as the app is purely using the Alpha as a heart rate input device.
6. Press Go in Endomondo.
At the end of the training session, do the above in reverse order

Sync ANT+ devices with S5?

I'm reading where the S5 has ANT+ by default and I see where the ANT+ app is installed on my S5. I also see where the Garmin heart rate monitors are listed in the supported devices via the S Health app, but I can't figure out how to get the phone to sync with my HRM? I was thinking it was under bluetooth (the same chip), but it didn't seem to find the HRM when I had BT turned on and was searching.
Anyone else have issues?
JDuc said:
I'm reading where the S5 has ANT+ by default and I see where the ANT+ app is installed on my S5. I also see where the Garmin heart rate monitors are listed in the supported devices via the S Health app, but I can't figure out how to get the phone to sync with my HRM? I was thinking it was under bluetooth (the same chip), but it didn't seem to find the HRM when I had BT turned on and was searching.
Anyone else have issues?
Click to expand...
Click to collapse
Hoping now that it's been a few days, there might be some others who have experience?
I have been using the Polar App and H7 HRM. No problems. I have also sued a Scosche HRM but I don't think either are ANT+. Have you tried using a fitness app, not the S Health, and seeing if you can pair it in the app?
Mark0824 said:
I have been using the Polar App and H7 HRM. No problems. I have also sued a Scosche HRM but I don't think either are ANT+. Have you tried using a fitness app, not the S Health, and seeing if you can pair it in the app?
Click to expand...
Click to collapse
I feel like an idiot now. I realized just a few moments ago that you have to pair from WITHIN the app, not from the Bluetooth screen.
Pretty straight forward once I realized that.
Same here,
I want to sync my Tacx I-genius within the Tacx Training app, but nothing happens while searching devices.
Any experiences?
Sent from my SM-G900F using XDA Free mobile app

[Q] Garmin fenix SmartWatch functions android.

Hi all,
Mabe you know Garmin Fenix outdoor GPS watch. It has Bluetooth 4 LE. In latest firmware 4.40, its posiible to use this watch like smartwatch (notifications etc). The only one problem is that it works only with Iphone. But i realized i can normally with no problems connect from my LG G2 kitkat android.
My question is, does anybody know, if its possible to make app for managing this smartwatch functions with andoid? I would like to code this app, but if here is anybody more experienced than me, please tell me if its possible or it isnt. Or maybe some hints where to start.
My idea is that if i have paired device, i can normally use android bluetooth api.
tomsi91 said:
Hi all,
Mabe you know Garmin Fenix outdoor GPS watch. It has Bluetooth 4 LE. In latest firmware 4.40, its posiible to use this watch like smartwatch (notifications etc). The only one problem is that it works only with Iphone. But i realized i can normally with no problems connect from my LG G2 kitkat android.
My question is, does anybody know, if its possible to make app for managing this smartwatch functions with andoid? I would like to code this app, but if here is anybody more experienced than me, please tell me if its possible or it isnt. Or maybe some hints where to start.
My idea is that if i have paired device, i can normally use android bluetooth api.
Click to expand...
Click to collapse
This is not relevant to Android Wear. Please consider moving the post to the general forums, or forums specific to this watch. I suspect you will have better success there.

Categories

Resources