oerjanti / BLE-Heart-rate-variability-demo

Bluetooth low energy (Smart) Heart rate variability sensor demo app for Android
MIT License
105 stars 60 forks source link

receiving 2 datas #1

Open maroua11 opened 7 years ago

maroua11 commented 7 years ago

hello, i used your code and it helped me so much. but now i would like to receive 2 datas. could you help me to make that possible? thank you

oerjanti commented 7 years ago

I am glad it helped you. Can you clarify what you mean by receiving two datas?

Do you mean like receiving for example heart rate and heart rate variability. Or like receiving from two different devices or something else?

-Olli

On 23 Jan 2017 10:30, "maroua11" notifications@github.com wrote:

hello, i used your code and it helped me so much. but now i would like to receive 2 datas. could you help me to make that possible? thank you

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/oerjanti/BLE-Heart-rate-variability-demo/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/ABAzGwTAF_FblGf9_F_W0LWbbqV8nBisks5rVGUvgaJpZM4Lqxg1 .

maroua11 commented 7 years ago

i mean receiving from the same device but 2 different datas like heart rate and something else. i'm receinving from my arduino via BLE.

oerjanti commented 7 years ago

Can you tell what data you need and I will check if it possible to add quickly

-Olli

On Mon, Jan 23, 2017 at 10:41 AM, maroua11 notifications@github.com wrote:

i mean receiving from the same device but 2 different datas like heart rate and something else. i'm receinving from my arduino via BLE.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/oerjanti/BLE-Heart-rate-variability-demo/issues/1#issuecomment-274428760, or mute the thread https://github.com/notifications/unsubscribe-auth/ABAzG-PqhQt5LaO217QcavtA-nGwyPt9ks5rVGfIgaJpZM4Lqxg1 .

--

Olli Erjanti Maasälväntie 16 L 67 00710 Helsinki gsm +358405019770 olli@erjanti.fi https://fi.linkedin.com/in/olli-erjanti-7668a83


maroua11 commented 7 years ago

thank you, i need to mesure the battery level

maroua11 commented 7 years ago

i thought of sending them in the same data and getting them seperated in my android code but i could'nt make it work