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

Is nRF51822 suitable for fitness tracking?

Since it does not have DMA or FPU, are there power or processing issues for using an accelerometer to do step counting, sleep tracking, and other fitness features? I do not want to use a separate CPU to handle the accelerometer. Does anyone know of a commercial product that uses nRF51822 for fitness tracking?

Parents
  • Hi,

    Yes the nRF51 is definitely suitable for fitness tracking. In fact, it is used in a slew of commercial products, take the latest ULP that Nils linked to as an example.

    If you have an application that requires heavy processing of floating point numbers, as well as using DMA, have a look at the nRF52. It features a powerful Cortex-M4F processor with a floating point unit, the chip also has DMA for all peripherals, this makes the nRF52 a great choice when working with applications that have high digital signal processing and real time demands.

    Best regards,

    Øyvind

Reply
  • Hi,

    Yes the nRF51 is definitely suitable for fitness tracking. In fact, it is used in a slew of commercial products, take the latest ULP that Nils linked to as an example.

    If you have an application that requires heavy processing of floating point numbers, as well as using DMA, have a look at the nRF52. It features a powerful Cortex-M4F processor with a floating point unit, the chip also has DMA for all peripherals, this makes the nRF52 a great choice when working with applications that have high digital signal processing and real time demands.

    Best regards,

    Øyvind

Children
Related