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

Nordic mesh design.

Hi All,

I need to design mesh network using nrf51822, i referred so many posts in forum, i am thinking Mesh network not yet implemented!!!!!!!!!!!!! (i am not sure). If it is their please guide me how to work on that and also share some sample source code. I am new to this concept.

I downloaded nRF51-ble-bcast-mesh-master from github, here some file are missing are Ble.h, nrf_soc.h and app_error.h. can any one help me on this.

Parents
  • The sdk-8-support branch is the latest and right code base to use. Can you switch to the github.com/.../sdk-8-support version, only revision 2 nRF51 ICs or greater are supported.

    Revision 1 ICs are not supported, please look at the compatibility matrix for the nRF51 IC, additionally if you are using a revision 2 IC (which is 16K or RAM), make sure you adjust the ROM and RAM settings for keil/your toolchain accordingly.

  • Hi, I taken sdk8.1 and softdevice s130v1, i can able to compile properly if i try to load application it takes it giving error failed and **JLink Warning: T-bit of XPSR is 0 but should be 1. Changed to 1 in keil. So i changes the ram size into 0x5000 in jlink settings. then also it giving same error. My device is nrf51822 EK-PCA10001 v2.2.0 2014.10 will it work for this code OR i need to change. What type of device configuration i need to do it , could you please advice me.

Reply
  • Hi, I taken sdk8.1 and softdevice s130v1, i can able to compile properly if i try to load application it takes it giving error failed and **JLink Warning: T-bit of XPSR is 0 but should be 1. Changed to 1 in keil. So i changes the ram size into 0x5000 in jlink settings. then also it giving same error. My device is nrf51822 EK-PCA10001 v2.2.0 2014.10 will it work for this code OR i need to change. What type of device configuration i need to do it , could you please advice me.

Children
No Data
Related