I wish to use bluetooth to see my HRM. It is the typical chest strap type HRM not an Arduino.
I have searched and read many posts but when I use the BLE of AI2 I am a failure
I do not get any listings of any bluetooth devices. It would really help if I could see some code of HRM apps.
Thank you Sir,
Sorry for the late reply but we had a typhoon/hurricane and internet has been out over a week. I learned not having water is very bad. Not having electricity is inconvenent. Not having internet while having a head full of ideas is terrible LOL
Dear all
I'm an AI2 user and I'm trying to obtain the HR from an Android smart watch in which the HR sensor is included as a standard equipment. I have already access to its internal Position, Pedometer and Acceleration sensors using the available in AI2 developers relative blocks. Since a block for HR is not available as a standard sensor in AI2, I found an extension, the following: HeartRateMonitor.aix, downloaded and imported it to my application. However, when I tried to build the Application for a simple HR access App, is does not proceed to build the app and issues an error message. Any help???
I found the extension in a link, in a relative post. I'll try to find the link and send it to you.
The error message is all the above in my post (following the block image).
Edit: I just found it! it is downloaded from ewpatton, MIT, Dropbox:
If you search this board for 'heart rate', you will find some projects based only on the BLE extension, which should be better supported, because of its wider user base and involved author(s).
Thank you ABG! I know it! But our application does not must be build around the BLE extension, since we must access the internal sensors (e.g. Pedometer, GPS, Heart Rate, Accelerometer e.t.c) values of a Smart Watch, include them in a .csv file and submit this file to a specific URL, from anywhere in the world.
"So the smart watch itself runs Android?"
The majority of Smart Watches run Android
"How does the smart watch collect heart rate data?"
A lot of Smart Watches include heart rate sensor as a standard as for example two used by us: FunOS H1 and Huawei GT
Dear SteveJG, I've tried exactly this app together with the proposed extension but it doesnt work. I have contacted also @ewpatton and I'm waiting for his answer. Thank you once again!