A&D BP UA-767 plus bt-c readings

110 views
Skip to first unread message

Ravi

unread,
Apr 9, 2013, 5:52:54 AM4/9/13
to antido...@googlegroups.com
Hello ,

I have been using nonin along with antidote and I receive both % and bpm readings.

But with Bp monitor(UA-767 pbt-c) readings are obtained but I see only bpm value followed by some text like 2013 44 55...

I want to know how to obtain mmHg value and bpm value both on same screen.

Right now it shows all 3 readings in a row then updates it to bpm and text string.

Please help.

Elvis Pfutzenreuter

unread,
Apr 9, 2013, 10:31:16 AM4/9/13
to antido...@googlegroups.com
Take a look into the JSON or XML, it could be a bud in the parser.
> --
> You received this message because you are subscribed to the Google Groups "Antidote: open-source IEEE 11073 stack" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to antidote-lib...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

Alfred SD

unread,
Apr 15, 2013, 2:15:30 AM4/15/13
to antido...@googlegroups.com
I'm thinking that the textview that displays the measurement displays the most recent string content that is sent to it, and that the sys-dia-mean is being overwritten by the pulse value (which is what you're seeing). Sys-dia-mean have a different handle than pulse, so you might want to make some changes to the activity to deal with this.

Ravi

unread,
Apr 15, 2013, 2:20:55 AM4/15/13
to antido...@googlegroups.com
Hi,

Well , I understood what the problem was for bp monitor , the method which updates readings was getting called twice so the xml was being parsed twice so in order all three readings got stored in same variable I had to apply some checks and it finally worked used some if else condition and changed local variable to global.
Reply all
Reply to author
Forward
0 new messages