ant-arduino

An implementation of a ANT driver for Arduino, Mbed and ESP-IDF

GPL-2.0 License

Stars
104
Committers
9

Bot releases are hidden (Show)

ant-arduino - 2.0.3 Hotfix Latest Release

Published by cujomalainey about 2 years ago

fix project to conform with new platformio standards

ant-arduino - 2.0.2 Hotfix

Published by cujomalainey about 2 years ago

Fixes arduino builds on top of mbed

ant-arduino - Code cleanup

Published by cujomalainey almost 4 years ago

Cleaned up all cpp check errors, no functional changes

ant-arduino - Multi platform and multi protocol support

Published by cujomalainey over 4 years ago

This release is a major refactor of the library which adds the following major features

  • Support for mbed via Serial
  • Support for ANT soft devices (currently only Arduino)
  • Massive internal refactor

This refactor added the ability to expand support platforms (ESP-IDF and Zephyr work already started) and additional protocols (SPI work already started) while maintaining support for antplus-arduino. This is a breaking change so you will need to upgrade antplus-arduino as well.

ant-arduino - Extended Data and Encryption Messages

Published by cujomalainey over 6 years ago

Extended data on data messages is now enabled
Encryption configuration messages added
adding CW Test implementation.

ant-arduino - Add Testing Support

Published by cujomalainey over 6 years ago

Add support for testing

This will allow for testing to being in ANT+ arduino as well.

ant-arduino - Minor Config Fix

Published by cujomalainey almost 7 years ago

Fix for unidirectional channel configuration

ant-arduino - Callbacks Complete

Published by cujomalainey about 7 years ago

Changes:

  • More messages implemented
  • Callback system complete
  • Few semantic changes

ToDos:

  • Native API
  • Burst Handling
  • Extended Fields
  • Some messages (mostly related to encryption) not yet implemented
ant-arduino - System Refactor Complete/Started Callbacks

Published by cujomalainey about 7 years ago

  • Callbacks (usable but not complete) and Native (not usable) support started
  • More messages added
  • Refactored buffer handling for TX data messages
  • Added more examples, some incomplete
ant-arduino - Added Broadcast Tx

Published by cujomalainey almost 8 years ago

Added Broadcast Tx support
Added Ant Version Example
Added Tx Counter Example

ant-arduino - Fixed Dev Release

Published by cujomalainey over 8 years ago

Solved some Rx Broadcast data bugs and a bug in the example

ant-arduino - Initial Rx-only experimental release

Published by cujomalainey over 8 years ago

This release is experimental. Use with caution.

Badges
Extracted from project README's
Build Status Test Status