cujomalainey / ant-arduino

An implementation of a ANT driver for Arduino, Mbed and ESP-IDF
GNU General Public License v2.0
104 stars 15 forks source link

ESP32 support #54

Closed usrstephan closed 3 years ago

usrstephan commented 3 years ago

The NRF51 is a specialized BLE chip - but it is possible to use this library with the ESP32 or are any functions missing? Does anyone have success/experience with that combination?

cujomalainey commented 3 years ago

Garmin/Dynastream only deploys the radio stack through nordicsemi so currently it only works on nRFs unfortunately. The ESP32 must use an external nRF to run ANT for it unfortunately. See the serial and spi drivers for the interfacing implementation. Please feel free to reopen if you have any more questions.