hi,could i ask you what should i do in order to use ant on the pca10056 board? i added the s340 softdevice but no example works on the board. thanks a lot!!
Running ANT examples
ANT SoftDevices for the nRF52 Series are not distributed by Nordic Semiconductor. You can download them from thisisant.com.
There are no Keil or GCC targets to program these SoftDevices. You must therefore use nRFgo Studio to program them.
The SDK does not include the header files for the ANT SoftDevices. You must add them to your project before you can compile your application. To do so, extract the downloaded zip file that contains the SoftDevice and copy the SoftDevice headers to components/softdevice/SoftDevice/headers.
Make sure that ANT_LICENSE_KEY is uncommented in the nrf_sdm.h file that you copied. The included license key can be used for evaluation, but before releasing a product, it must be replaced with a valid commercial license key. For more information about licensing, see thisisant.com.