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

Does Mesh v0.9.2-alpha support S132 new version??

Hi

I develop nrf52840 and nrf52832 of our's RTOS environment(with. GCC).

I want apply mesh protocol with nrf52832 and nrf52840.

I ask,

  1. when does support mesh protocol nrf52840

  2. Does mesh-protocol support S132 version 4.0, 5.0??

thanks for reading.

  • Hi Korean,

    We don't have fixed date on when nRF52840 is supported. But it should work with nRF52840 since there isn't much difference in the radio and the APIs.

    By theory, you can make it work with nRF52840 and S140 v5.0 or nRF52832 and S132v4.0/5.0 by modifying the startup files, linker scripts and adapt the change of the softdevice APIs.

    Most of the mesh functionality are performed without using softdevice APIs (inside timeslot) so it doesn't really matter which softdevice you use.

Related