Dear Members,
I want to use this code :
Does it work with S140 or S340 ? I'm using nRF52840 DK.
Best regards,
Dear Members,
I want to use this code :
Does it work with S140 or S340 ? I'm using nRF52840 DK.
Best regards,
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
Can I use straight away the code in bicycle power main.c into S340 code as library ? thanks
I would expect so, though there may be some include files you need to add to the project.
Kenneth