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

How to use nrf5832 project code for the board nrf5840 for ble mesh?

Hi,

I wanted to use the project code of nrf5832 which we have created with nrf17.02 sdk and nrf5.0 mesh sdk with softdevice 132 for the board nrf5840 board. We are stuck with hardware delivery of nrf5832 and have delivery so wanted to use existing nrf5840 board for our project codes with the above specification. How to compile nrf5832 code for nrf5840 board? Can you please help me with this at urgent?

Thanks & Regards,

Ekta

Parents
  • Hi, 

    I assume you are planning to use softdevice S140 for the nRF52840 not the S132 ? And you are using SES ? 

    The easiest way to convert a project for nRF52832 to work for nRF52840 board is to look at the difference in the example project files we have. 
    For example you can use Notepad++ to compare the file light_switch_server_nrf52840_xxAA_s140_7_2_0.emProject and the file light_switch_server_nrf52832_xxAA_s132_7_2_0.emProject
    It will look something like this: 

Reply
  • Hi, 

    I assume you are planning to use softdevice S140 for the nRF52840 not the S132 ? And you are using SES ? 

    The easiest way to convert a project for nRF52832 to work for nRF52840 board is to look at the difference in the example project files we have. 
    For example you can use Notepad++ to compare the file light_switch_server_nrf52840_xxAA_s140_7_2_0.emProject and the file light_switch_server_nrf52832_xxAA_s132_7_2_0.emProject
    It will look something like this: 

Children
No Data
Related