Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
Hi Team,
I have multiple polar H10 heart rate Fitness band, So i want to get this bands data in the thingworx,How can i do that? I have no idea how to get this data in the thingworx i am totally blank..
Polar h10 video link for your help.
please suggest the way.
I have not done anything with Polar h10 but I would expect that if you can connect it to a RaspberryPi then you could connect the RasberryPi to Thingworx.
Here is a link on connection from ThingWorx to Raspberry Pi
https://developer.thingworx.com/resources/guides/thingworx-raspberry-pi-quickstart
Hope that gets you started.
Peter
Thanks for your rpl @PEHOWE
I dont want to used raspberry pi.
Is there any way to send polar device data to thingworx?
I heard from MQTT we can do that but i have no knowledge about MQTT.
How to connect this device with MQTT dont know?
What method does the Polar h10 use to communicate?
I would guess that it uses bluetooth. When you use a Raspberry Pi it provides the interface between the device (Polar h10) and the network which communicates with ThingWorx. The same type of communication is taking place with the MQTT. You need to determine what methods of communication are available from/to the Polar h10 device and who will be receiving / sending information. The article below discuss the MQTT solution.