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

Nordic Mesh SDK issue with a Nordic Module by Laird(BL652)

Hello,

I have been working with Bluetooth Mesh SDK since few months. Recently, we came across a custom BLE module which has Laird's BL652(nRf52832) chip on it (Not the BL652 DK). We tried to execute few UART  examples on the module which worked fine. When we tried to flash the Mesh examples like light_switch server, enocean, etc. to control the module using the nRF Mesh App, the execution stops in the initialize function and start function in the main(). 

I am attaching the link of the BL652 by Laird for your reference here.

I can't even see any response on the debug terminal other than the name of the example. Any idea on how to resolve the issue?

Thank you. 

Parents Reply
  • Also, does the packaging affect the initialization as this custom board has a completely different I/O compared to the nRF52832 on the nRF52 DK.

    In order to test the UART communication, I made changes to the UART pins in the pca10040.h file and it worked. I am curious to know if the pin configurations does affect the soft_device enabling and initialization of Mesh.

    Thank you.

Children
No Data
Related