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

NRF52832 3rd Party Module with Mesh SDK

Hi,

I'm using an MS50SF1 nrf52832 3rd party module. I successfully programmed it through nrf52 DK. 

After program that module, I was able  view it through nRF Mesh App (nM32 STA TEST)

nRF Mesh App

Then I try to connect it with app. But then I device try to connect and disconnected and app shows,

"Error on connection state change"

But the same code work with nrf52 DK. 

So is this hardware issue or any other issue ?

Parents Reply Children
  • I am pretty certain that the app Error Code 0 you are receiving in the Blinky code with your custom module is pointing to NRF_ERROR_MODULE_NOT_INITIALIZED (see sdk_errors.h). This most likely means that something is still wrong in the board header file. Do you have any datasheets for the MS50SF1 that could help you figure out which GPIO pins are connected where? Any HW schematics? It may just be a few changes that you need to make.

Related