Welcome Guest,Register Now
Log In

ANT Forum

Welcome guest, please Login or Register

You are here: Forum Home → ANT+ Forums → ANT+ Blood Pressure → Thread

   

ANT blood Pressure Monitor

RankRankRankRank

Total Posts: 523

Joined 2012-11-15

PM

Hi,

I have the android source code, which sense the data from AND Medical devices, my source code is able to sense the data from weight machine and HRM Monitor. But I have a Blood Pressure device(UA851 ANT), of which data i want to sense in my android phone, i have make some changes in HRM source code , so i am able to connect my phone to the BPM device, but can not sense the data and decode the message.
can any one tell me how i sense my BPM data to my phone.
Is any other source code available on this website(thisisant.com), so that i am able sense the BPM data in to my android phone.


Regards
Sachin      
Avatar
RankRankRankRank

Total Posts: 662

Joined 2012-10-09

PM

Please refer to the ANT+ Blood Pressure Device Profile for details on the communication of this type of device. Also have a look at the ANT+ section of the forum (registration as an ANT+ Adopter required), as there are several posts regarding this device.      
Rank

Total Posts: 13

Joined 0

PM

- There are other threads in the forum with more information on the BP monitor.

- Read the BP profile. it will be a big help.

Can you post the packets you are sending to the monitor and receving from the monitor in sequence.

It is easier to understand your problem if you do that.

- Albert.      
Rank

Total Posts: 6

Joined 2010-11-25

PM

As far as I remember, the AnD BP Meter uses proximity-pairing on power-up. That means your mobile device needs to be close to the BP Meter when you insert the batteries.

You may need to know an authentication key as well, so contacting the manufacturer for more detailed information is probably a good idea.      
Avatar
RankRankRankRank

Total Posts: 213

Joined 2011-05-02

PM

Hi,

Martin is indeed correct that the AnD BPM does proximity pairing on power-up. The best way to initiate this, is to take the batteries out, and replace them when you want to 'talk' to the device. You will have approximately 30 seconds after the batteries are replaced to pair with the device.

I suggest making use of the ANT-FS host tool to get used to how to pair with the BPM. You must also make sure that your host device (ANT stick, etc) is VERY close to the BACK of the BPM device.

You'll have to search for the device using the PC host, once it's found, use the pairing method for authentication and voila!      
Rank

Total Posts: 3

Joined 0

PM

Frnds,

I have uploaded my source code after making some changes to get the data from BP Monitor.
please take a look at the source code if any one can.please.
And tell me, where i am wrong.

regards
sachin      
Rank

Total Posts: 3

Joined 0

PM

here is my source code.      
Rank

Total Posts: 3

Joined 0

PM

here is my source code. [file name=ANTPlusDemo.zip size=250000]http://www.thisisant.com/images/fbfiles/files/ANTPlusDemo.zip[/file]      
Avatar
RankRankRankRank

Total Posts: 213

Joined 2011-05-02

PM

Are you able to receive data from the BPM using the ANTFS-Host tool?