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

Bicycle power with S340 ?

Dear Members,

I want to use this code  :

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk51.v10.0.0%2Fant_examples_bpwr.html

Does it work with S140 or S340 ? I'm using nRF52840 DK.

Best regards,

Parents
  • I can see that the bicycle power project is by default configured to only use an nRF52832 with S212 softdevice:

    You would need to update path to softdevice header files and update ram/flash start addresses if you want to use a different softdevice or different nRF variant. The easiest may be to take a project that already have the nRF variant and softdevice you want to use, and simply replace main.c from the above project.

    Kenneth

Reply
  • I can see that the bicycle power project is by default configured to only use an nRF52832 with S212 softdevice:

    You would need to update path to softdevice header files and update ram/flash start addresses if you want to use a different softdevice or different nRF variant. The easiest may be to take a project that already have the nRF variant and softdevice you want to use, and simply replace main.c from the above project.

    Kenneth

Children
No Data
Related