ANT (network)


ANT is a proprietary multicast wireless sensor network technology designed and marketed by ANT Wireless. It is primarily used for sports and fitness sensors. ANT was introduced by Dynastream Innovations in 2003, followed by the low-power standard ANT+ in 2004, before Dynastream was bought by Garmin in 2006.
ANT defines a wireless communications protocol stack that enables hardware operating in the 2.4 GHz ISM band to communicate by establishing standard rules for co-existence, data representation, signalling, authentication, and error detection. It is conceptually similar to Bluetooth low energy, but is oriented towards usage with sensors.

Overview

ANT-powered nodes are capable of acting as slaves or masters within a wireless sensor network concurrently. This means the nodes can act as transmitters, receivers, or transceivers to route traffic to other nodes. In addition, every node is capable of determining when to transmit based on the activity of its neighbors.

Typical applications

ANT is primarily incorporated into sports and fitness sensors, though it may additionally be used for other purposes. The transceivers are embedded in equipment such as heart rate monitors, watches, cycling power meters, cadence meters, and distance and speed monitors to form wireless personal area networks monitoring a user's performance. ANT Wireless has been attempting to diversify the protocol's applications into other sectors, including health, home automation, and industrial applications. As of April 2019, the ANT website lists over 170 brands using ANT technology.

Technical information

ANT can be configured to spend long periods in a low-power “sleep” mode, wake up briefly to communicate during reception and 13.5mA and return to sleep mode. Average current consumption for low message rates is less than 60 microamps on some devices.
Each ANT channel consists of one or more transmitting nodes and one or more receiving nodes, depending on the network topology. Any node can transmit or receive, so the channels are bi-directional.
ANT accommodates three types of messaging: broadcast, acknowledged, and burst. Broadcast is a one-way communication from one node to another. The receiving node transmit no acknowledgment, but the receiving node may still send messages back to the transmitting node. This technique is suited to sensor applications and is the most economical method of operation.
Acknowledged messaging confirms receipt of data packets. The transmitter is informed of success or failure, although there are no retransmissions. This technique is suited to control applications.
ANT can also be used for burst messaging; this is a multi-message transmission technique using the full data bandwidth and running to completion. The receiving node acknowledges receipt and informs of corrupted packets that the transmitter then re-sends. The packets are sequence numbered for traceability. This technique is suited to data block transfer where the integrity of the data is paramount.

Comparison to other protocols

ANT was designed for low bit-rate and low power sensor networks, in a manner conceptually similar to Bluetooth low energy. This is in contrast with normal Bluetooth, which was designed for relatively high bit-rate applications such as streaming sound for low power headsets.
ANT uses adaptive isochronous transmission to allow many ANT devices to communicate concurrently without interference from one another, unlike Bluetooth LE, which supports an unlimited number of nodes through scatternets and broadcasting between devices.
ANTZ-WaveBluetoothBluetooth LEZigBee
StandardisationProprietaryProprietaryStandardStandardStandard
TopologiesPoint-to-point, star, tree, meshMeshPoint-to-point, scatternetPoint-to-point, star, meshMesh
Band2.4 GHz2.4 GHz and 900 MHz 2.4 GHz2.4 GHz2.4 GHz
Range30 metres at 0 dBm10-100 metres1–100 metres10–600 metres in air 10–100 metres
Max data rateBroadcast/Ack - 200 Hz × 8 bytes × 8 bits = 12.8 kbit/s
Burst - 20 kbit/s
Advanced Burst - 60kbit/s
100kbit/s1-3 Mbit/s125 kbit/sec, 250 kbit/sec, 500 kbit/sec, 1 Mbit/s, 2 Mbit/s 250 kbit/s
Application throughput0.5 Hz to 200 Hz 0.7-2.1 Mbit/s305 kbit/s
Max nodes in piconet65533 per shared channel 232 devices per network1 master and 7 active slaves, 200+ inactive1 master and 7 slaves, mesh - 32767star - 65536
SecurityAES-128 and 64-bit keyAES-12856-128 bit keyAES-128AES-128
ModulationGFSKFSKGFSKGFSKOQPSK

Interference immunity

ANT, ZigBee, Bluetooth, Wi-Fi, and some cordless phones all use the 2.4 GHz band, along with proprietary forms of wireless Ethernet and wireless USB.
Wi-Fi/ZigBee and Bluetooth employ Direct Sequence Spread Spectrum and Frequency-Hopping Spread Spectrum schemes respectively to maintain the integrity of the wireless link.
ANT uses an adaptive isochronous network technology to ensure coexistence with other ANT devices. This scheme provides the ability for each transmission to occur in an interference free time slot within the defined frequency band. The radio transmits for less than 150 µs per message, allowing a single channel to be divided into hundreds of time slots. The ANT messaging period determines how many time slots are available.
ANT's adaptive isochronous scheme doesn't require a master clock. Transmitters start broadcasting at regular intervals but then modify the transmission timing if interference from a neighbor is detected on a particular time slot. This flexibility allows ANT to adapt to hostile conditions but ensures there is no overhead when interference is not present.
If the radio environment is very crowded, ANT can use frequency agility to allow an application microcontroller-controlled "hop" to an alternative 1 MHz channel in the 2.4 GHz band which can then be subdivided into timeslots.

ANT+

ANT+, introduced in 2004 as "the first ultra low power wireless standard", is an interoperability function that can be added to the base ANT protocol. This standardization allows for the networking of nearby ANT+ devices to facilitate the open collection and interpretation of sensor data. For example, ANT+ enabled fitness monitoring devices such as heart rate monitors, pedometers, speed monitors, and weight scales can all work together to assemble and track performance metrics.
ANT+ is designed and maintained by the ANT+ Alliance which is managed by ANT Wireless, a division of Dynastream Innovations owned by Garmin. ANT+ is used in Garmin's line of fitness monitoring equipment. It is also used by Garmin's Chirp, a geocaching device, for logging and alerting nearby participants.
ANT+ devices require certification from the ANT+ Alliance to ensure compliance with standard device profiles. Each device profile has an icon which may be used to visually match interoperable devices sharing the same device profiles.
The ANT+ specification is publicly available. At DEF CON 2019, Hacker Brad Dixon demonstrated a tool to modify ANT+ data transmitted through USB for cheating in e-cycling.