This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Demo projects for ANT support on nRF52840 - PCA10056 board

Hello,

we bought a nRF52840 dongle and 949-NRF52840-DK in order to develop an ANT application.

However, the demo projects for ANT in the SDK are provided for a different board and not for our PCA10056. We are currently using IAR compiler, and we are unable to port the examples on our board.

Is there any ANT demo project for the PCA10056 board?

Thanks!

Marco

Parents
  • Hello,

    The s340 (BLE+ANT for 52840) stack was not released in time for SDK 15.2.0. That is why there aren't any examples for PCA10056. However, it should be relatively straight forward to port the existing examples to use the s340 stack which you can download from thisisant.com. There are mainly two thing you need to do 1 include the API headers from the s340 download 2 adjust the linker settings so the application does not overlap with the softdevice.

    Regards,

    Vidar

Reply
  • Hello,

    The s340 (BLE+ANT for 52840) stack was not released in time for SDK 15.2.0. That is why there aren't any examples for PCA10056. However, it should be relatively straight forward to port the existing examples to use the s340 stack which you can download from thisisant.com. There are mainly two thing you need to do 1 include the API headers from the s340 download 2 adjust the linker settings so the application does not overlap with the softdevice.

    Regards,

    Vidar

Children
Related