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

Setup toolchain to build first example Mesh SDK

Hi all , I am beginning with MESH SDK on Window . I use NRF52832 board with Softdevice S132v3.0 on KeilC5 . I read instructed at infocenter.nordicsemi.com/index.jsp but I dont understand what to install ? Please guide me how to install the tools to build first example Mesh . Thank very much image description

Parents Reply Children
  • No, 

    You would need minimum a 32Kb RAM nRF51 or nRF52 device to run the both the Mesh stack + the SoftDevice stack.

    E.g the light_switch_server example uses about 15 kB RAM in the latest Mesh SDK, + you need about 8 kB RAM for the SoftDevice. 15 + 8 = 23 Kb, so it will not fit into a 16 kB RAM device.  If you want to still use the nRF51822 you could go for the nRF51822 QF AC variant with 32 kB RAM, but I would recommend using the nRF52832 with 64 kB RAM if you are developing a mesh application. 

Related