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

Which S140 softdevice should I use with BLE Mesh example code?

Hi:

I got an 0x04 no mem error with sd_ble_enable.

But my hardware worked just fine before, so after some tussle I found out that the sd_ble_enable of my working program only has 1 parameter, the ram base.

On the other hand, Nordic's mesh example use clearly an older version of this same function, which takes in 2 different parameters, like this:

uint32_t error_code = sd_ble_enable(p_ble_enable_params, &app_ram_base);

I understand that this whole mesh code isn't tailored for S140 like, at all, but I still want to use it, which version of S140 should I use? alpha 3?

Parents Reply Children
No Data
Related