Espruino doesn't support ANT natively at all I'm afraid, however the softdevice used on Espruino does, and @ConorONeill had done some work compiling a custom firmware that did some stuff with it I believe?
But if both support BLE, I'd strongly suggest using that instead - it'll be so much easier for you to use and debug the communications with it, since you can use phone apps like NRF Connect to easily show you info about the devices.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi,
Espruino doesn't support ANT natively at all I'm afraid, however the softdevice used on Espruino does, and @ConorONeill had done some work compiling a custom firmware that did some stuff with it I believe?
But if both support BLE, I'd strongly suggest using that instead - it'll be so much easier for you to use and debug the communications with it, since you can use phone apps like NRF Connect to easily show you info about the devices.