Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Can I port nrf52832 code to nrf51822?

I have a code implementing a central on nrf52832

Can I run it on nrf51822? 

If not, what are the changes that I should do?

Parents Reply Children
  • Adding a follow up question, will the code of nRF52832 (acting as central scanner) be good for nRF52840 as is?

    It could be that you could get it to run as-is, but it could have some buggy behavior, so it would be recommended that you spend time porting it to nRF52840 and S140 if are planning to do more extensive testing.

    The reason for checking it is since I currently have 51822 modules and would like to test them. 

    If the goal is to just test if the modules work or not, then you could perhaps just use one of the BLE examples for the nRF51-series in SDK version 12.3 ?

Related