#πŸ”’ Reading data from Bluetooth smart watch

27 messages Β· Page 1 of 1 (latest)

idle gulch
#

Would it be possible to read the data of my bluetooth smart watch with python? It has a heartbeat monitor and i want to collect data while sleeping πŸ˜‰ Is that possible?

normal parrotBOT
#

@idle gulch

Python help channel opened

Remember to:

  • Ask your Python question, not if you can ask or if there's an expert who can help.
  • Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
  • Explain what you expect to happen and what actually happens.

:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.

silk swallow
#

I think you'll need to look into the device manufacturer documentation. If they offer any API

#

this will be very device specific

restive quarry
#

@idle gulch look above πŸ‘†
it very much depends on which smart watch you have

idle gulch
#

Or making my own heartbeat monitor

restive quarry
idle gulch
restive quarry
idle gulch
# restive quarry or use another product with a heartbeat monitor that do have some kind of api to...

Goji SMART smartwatchet har praktiske funktioner, som gΓΈr dit liv lettere. Se notifikationer, ID pΓ₯ indkommende opkald eller kalenderbegivenheder fra din telefon. Brug pulsmΓ₯leren og de forskellige multisport-tilstande til at mΓ₯le din aktivitet.

crimson salmon
#

this very interesting topic that i am very intereted in

restive quarry
#

so it will probably not be an easy route to go down, unless you already know how to do reverse engineering of android apps

#

or you might attempt to reverse engineer the BLE traffic itself, which probably isn't easy either

cloud rose
#

you may have some luck running the application within an android vm on your pc and capturing packets using wireshark, and figuring out what packets contain what data, I'm not sure if it'll work, just throwing it out there

restive quarry
#

yeah, or more specifically a android phone emulator in a developer environment such as for example Android Studio to do the above instead of just any android vm

candid raptor
#

does it have any way to check through a site?
i'd say web scarping is generally easier

#

easiest way to get the apk is to hold down on phone
click share
and send the apk to yourself

#

than open with 7z and you see all the classes.dex files
you can read he dexes with the tool i sent

candid raptor
#

not like i know much but it's the second thing i see the decompiled code of (better than the first ig)

restive quarry
#

i'm guessing it's the Goji Active android app , if that one is applicable to OPs particular smartwatch

normal parrotBOT
#
Python help channel closed for inactivity

This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.