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

Setting project with ANT+, BLE central, BLE peripheral and FreeRTOS

Dear Nordic,

we are starting a new project based on nRF52832 and we would like to use ANT+ communication, BLE central and BLE peripheral at the same time. To better manage the system it will be necessary to use FreeRTOS.
Could you please advise us where to start, so as not to waste too much time checking and comparing all the examples?
Thanks.

Parents
  • If you have already worked with the nRF52 + BLE, then you are familiar with the nRF software architecture and development environment. The ANT softdevice works in the same way as for BLE softdevice, so it is then a matter of understanding the ANT protocol to know how to configure and open ANT channels. So take a FreeRTOs example from the nRF5 SDK\examples\ble_peripheral\ble_app_hrs_freertos and try to integrate your ANT+ logic into it.
Reply
  • If you have already worked with the nRF52 + BLE, then you are familiar with the nRF software architecture and development environment. The ANT softdevice works in the same way as for BLE softdevice, so it is then a matter of understanding the ANT protocol to know how to configure and open ANT channels. So take a FreeRTOs example from the nRF5 SDK\examples\ble_peripheral\ble_app_hrs_freertos and try to integrate your ANT+ logic into it.
Children
Related