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

BLE and ANT+ on nrF51/52 with host processor

I'm looking for a smart solution to connect my application to different ANT+ sensors and transmit a logfile to a mobilephone via BT (and receive notifications from mobile). I can see a few possibilities, but can't decide which would be the best:

  • implement (simplified) serialization for S310 soft-device.
  • embedd all RF and connectivity on the nRF Chip and control it form the application processor.
  • find a solutions whicht embedds a full blown serialization for ANT+ and BLE.

How would you solve that?

Parents
  • Hi Michael

    The nRF51/nRF52 devices are optimized for single chip implementations primarily. In other words, as long as your application can fit in the memory available, and you don't need any other peripherals than those available in the nRF51/nRF52, I would greatly recommend using the Nordic chip on its own.

    I don't see any issues doing this if what you are doing is to collect data from multiple ANT+ sensors, processing the data, and sending it on over the BLE link to the phone.

    Best regards
    Torbjørn

Reply
  • Hi Michael

    The nRF51/nRF52 devices are optimized for single chip implementations primarily. In other words, as long as your application can fit in the memory available, and you don't need any other peripherals than those available in the nRF51/nRF52, I would greatly recommend using the Nordic chip on its own.

    I don't see any issues doing this if what you are doing is to collect data from multiple ANT+ sensors, processing the data, and sending it on over the BLE link to the phone.

    Best regards
    Torbjørn

Children
No Data
Related