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

Change Project from nrf6310 to pca10001?

Hello,

what do I have to change in a existing project for a nrf6310 board to use the same project for a pca10001 board?

Thanks for your help

Parents
  • The only thing that is different from PCA10001 and the nRF6310 board is the number of buttons and LEDs. Since the PCA10001 only has two buttons and LEDs, and most examples have >2 buttons/LEDs, you will have to do some manual editing to make it work.

    First thing to do is to change the board define "BOARD_NRF6310" to "BOARD_PCA10001". Then change the number of buttons/LEDs to not exceed the number available on the PCA10001.

    Best regards Håkon

Reply
  • The only thing that is different from PCA10001 and the nRF6310 board is the number of buttons and LEDs. Since the PCA10001 only has two buttons and LEDs, and most examples have >2 buttons/LEDs, you will have to do some manual editing to make it work.

    First thing to do is to change the board define "BOARD_NRF6310" to "BOARD_PCA10001". Then change the number of buttons/LEDs to not exceed the number available on the PCA10001.

    Best regards Håkon

Children
No Data
Related