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

nRF52 as connectivity chip for BLE and ANT

Hi all,

I want to use the nRF52832 as the connectivity chip to give a separate application chip access to at least BLE and ANT capability. Ideally, the nRF would expose a BT HCI controller and raw ANT message interface.

I believe ANT requires a SoftDevice, and the SoftDevices don't give access to BLE HCI or raw ANT messages? So both pieces I want are not possible?

Which approach is possible?

Variations of this have been asked before, but I am not sure if the answers apply to the latest state.

Best regards

Parents Reply
  • Thanks for the info.
    I am starting with the serialised S332 softdevice and using the serialized API from Linux as a first step (and intend to later move the app's connectivity logic to the nRF with a custom serial interface). I am unsure of the best place to start with application side code.

    I have read the Serialization API Reference for Application side code, but have also found the github.com/.../pc-ble-driver repository. While pc-ble-driver is only BLE, is it the recommended place to get started? ie use this library instrad of the ser_sd_transpor_* functions directly? Then port the ANT parts of the API into this library too?

Children
Related