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

Multiprotocol BLE/Thread examples issue

Hi, 

I have a problem with Thread network stabilty and formation in new SDK for Thread and Zigbee 1.0. Examples seems to work fine in unchanged form, network is stable and I didn't notice anything unexpected. But after commenting line

advertising_start(erase_bonds);
 

Thread network starts to act weird. At the start modules connect to each other, but then they tend to disconnect, connect once again and so on, and network doesn't work properly, I cannot even ping one module from each other. I didn't notice anything like that in previous SDKs. I tested it with dynamic examples: Template and Proximity example.

Thanks in advance, 

Marek

Related