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
  • You would need minimum a 32Kb RAM nRF51 or nRF52 device to run the both the Mesh stack + the SoftDevice stack.

    The light_control_client uses 13.1 kB RAM, + you need about 8 kB RAM for the SoftDevice. 13 + 8 = 21 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.

Children
Related