I want to implement mesh functionality. There is no problem with nrf52dk board, but I think there is a problem with board that I made with nrf52832 chip. attach the photo. Please see what's wrong. light_switch_provisioner Example.
I want to implement mesh functionality. There is no problem with nrf52dk board, but I think there is a problem with board that I made with nrf52832 chip. attach the photo. Please see what's wrong. light_switch_provisioner Example.
Hi,
Did you erase the flash before programming the light switch provisioner example and the Softdevice? Data stored from previously might interfere with the mesh stack operation and cause asserts.
--Marjeris
I did it in the way you told me. The error has disappeared. But can not scan. Could you tell me why? Is there a difference between starting with segger 6 and starting with segger 2?
Yes I did, but I can not scan it.
Hi, do you mean you cannot see the advertising device in the nRF Connect app or in the nRF Mesh app? Since it is a provisioner device you will not see it listed as a node in the nRF Mesh app, but you should be able to see the advertising device in nRF Connect app.
Best Regards,
Marjeris
I was able to view the uuid part by scanning in debug mode through the nRF52 dk board. But I can not scan on my PCB.
Do you see the board scanning for devices to be provisioned in debug mode? It should look like this:
In Debug mode, there is no board scanning for devices to be provisioned. Could you tell me why?
In Debug mode, there is no board scanning for devices to be provisioned. Could you tell me why?
But in the screenshot you sent me the board had started to scan for unprovisioned devices, so it seems like everything is working fine. Do you have any unprovisioned devices up and running in another DK? For example the light switch client and server examples?
Best Regards,
Marjeris
I have tried testing on another platform that you noticed but it does not work.
Hi,
I don't think I understood your question. To test the light switch demo example please follow this guide.
If it does not work, please enabled NRF_LOG module in sdk_config.h and send me a screenshot of the debug terminal.
Best Regards,
Marjeris