LogoLogo
Gen 3.0
Gen 3.0
  • Introduction
  • Kayak
    • Getting Started
      • Assemble your power meter
      • Charge your power meter
      • Configure your power meter settings
        • Blade tip to hand distances
        • Blade tip to blade tip distance
        • Blade twist
        • Blade type attached to shaft
        • Left blade tip to LED distance
    • Calibration
      • Zero Offset
        • Zero Offset calibration
      • Scale Factor
        • N channel Scale Factor calibration
        • O channel Scale Factor calibration
    • Advanced
      • Deep sleep
      • Adjust your clamp
      • Remove and attach your sleeve
  • Canoe/sup/dragon boat
    • Getting Started
      • Assemble
      • Charge
      • Configure
    • Calibration
      • Zero Offset
        • Perform a ZO calibration
      • Scale Factor
        • A channel Scale Factor calibration
    • Advanced
      • Deep sleep
      • Adjust your clamp
      • Remove and attach your sleeve
  • General
    • Web Bluetooth App
      • How to place the power meter in deep sleep
    • Updating Firmware
      • How to update the power meter firmware using the Web Browser
      • How to update the power meter firmware using nRF Connect
    • Real-time Data
      • How to pair a Garmin Forerunner 910XT with a power meter
      • How to pair a Garmin Edge 1030 with a power meter
    • High Speed Data
      • How to start/stop recording High Speed Data
      • How to download High Speed Data (ANT)
      • How to download High Speed Data (Automatic Script)
      • How to view High Speed Data
      • How to change the High Speed Data settings
    • Shaft Information
    • Model Descriptions
      • Power Meter
      • Power Meter w/ High Speed Data
    • Firmware Changelog
    • Manufacturer's Warranty
Powered by GitBook
On this page
  • Step 1. Install Python 3
  • Step 2. Install Dependencies
  • Step 3. Download and install 'openant'
  • Step 4. Download and install 'antfs-cli'
  • Step 5. Run 'antfs-cli'
  1. General
  2. High Speed Data

How to download High Speed Data (Automatic Script)

PreviousHow to download High Speed Data (ANT)NextHow to view High Speed Data

Last updated 3 years ago

Step 1. Install Python 3

Step 2. Install Dependencies

  1. From the Command Prompt, run the following two commands separately:

pip install pyusb
pip install libusb

Step 3. Download and install 'openant'

  1. From the Command Prompt, navigate to the unzipped folder and run the following command:

python setup.py install
sudo python setup.py install

Step 4. Download and install 'antfs-cli'

  1. From the Command Prompt, navigate to the unzipped folder and run the following command:

python setup.py install
sudo python setup.py install

Step 5. Run 'antfs-cli'

  1. Once the previous steps are complete, close and reopen the Command Prompt.

  2. Ensure the ANT USB stick is plugged in and run the following command:

antfs-cli
60KB
openant.zip
archive
Download and extract / unzip the folder.
19KB
antfs-cli.zip
archive
Download and extract / unzip the folder.
LogoDownload PythonPython.org