For questions relating to the ANT+ API used for wireless connectivity for medical/wearable devices.
Questions tagged [antplus]
11 questions
3
votes
1 answer
ANT+ Single Channel Encryption example
I'm working with ANT+ protocol, to connect a smartphone with an ANT+ USB dongle, which is connected to PC where with SimulANT+. SimulANT+ is simulating a heart-rate sensor, which sends data to my phone.
Until now I have been using a non-encrypted…

Adam W.
- 33
- 3
2
votes
3 answers
What's the ANT version in iPhone 3Gs and how can I access it?
I want to build up an ANT network (e.g. see wikipedia article ) and develop sport accessories using the iPhone 3Gs with integrated ANT Controller (used by Apple for Nike+iPod devices) to communicate with them. I need to know which ANT version the…

neo
- 21
- 1
- 3
1
vote
2 answers
Access to the ANT Wireless and GPS receiver modules in iPhone/iPod Touch
I'm an iPhone/iPod-touch newbie, and would like to write an iPhone application utilizing the built-in ANT wireless radio. As I found out both the iPhone and iPod Touch have an ANT wireless module, that is used in the Nike+iPod Sport Kit to connect…

siddhadev
- 16,501
- 2
- 28
- 35
1
vote
1 answer
Trying to install ant module in python and get this error
I am trying to install the ant module from the command line and I get this error:
C:\Users\97252>pip install ant
Collecting ant
Using cached ant-0.1.0.tar.gz (18 kB)
Collecting msgpack-python==0.1.10
Using cached msgpack-python-0.1.10.tar.gz (48…

Matan Ran
- 33
- 4
1
vote
0 answers
Ionic3 Two-Way binding not work on cordova-plugin-antplus
When data get from ant+ device, page cannot show that on time.
code of ts:
this.antplus.subscribeHR(ID, (response) => {
this.heartrate = response.heartRate;
}, (error)=>console.log("error:" + error));
code of HTML:
1
vote
1 answer
cordova-plugin-antplus not work with ionic 3
This is my code:
public antplus: any;
public SelectId: any;
constructor(public navCtrl: NavController) {
this.antplus = (window).antplus;
this.antplus.searchDevices('HEARTRATE', function(device) {
…

wai wong
- 23
- 3
1
vote
2 answers
Android ANT+: What is a PCC?
I've been doing a bunch of ANT+ development for Android. The documentation and class names refer to "PCC" all over. Any idea what PCC stands for? …

Frank Schwieterman
- 24,142
- 15
- 92
- 130
1
vote
0 answers
Reading data from ANT+ garmin USB
I am trying to read the data from ANT+ garmin usb and following this tutorial, https://www.johannesbader.ch/2014/06/track-your-heartrate-on-raspberry-pi-with-ant/
but I am getting this error,
starting node
Traceback (most recent call last):
File…

Akash Masand
- 1,441
- 14
- 30
0
votes
1 answer
What do the letters ANT in ANT+ mean?
What do the letters ANT in ANT+ mean.
I understand the logic but not the "acronym", where do the words come from.
Reference: ANT+ (built on the base ANT protocol) defines device profiles that specify data formats, channel parameters and network…

G Dube
- 127
- 7
0
votes
2 answers
Can't initialize ANT+ Node with Python OpenANT library
I've totally new in Python and also in the ANT+ technology. I wonder if that's not some basic problem, but I've been strugling with it for couple of days already browsing through forums with no luck..
So I'm trying to use the Python OpenANT library…

Edgars
- 3
- 3
0
votes
1 answer
Can't access Android Wear heart rate sensor for Android
I'm trying to access the heart sensor of LGW150 Android Wear device from Android device.
For them I am using Google Fit:
https://developers.google.com/fit/android/
The Sensors API provides access to raw sensor data streams from
sensors available…

user2983041
- 1,761
- 4
- 19
- 31