Hi,
I want to switch device roles like ZNP in Sample DEMO.
I made the following changes in the zr_sw_CC1352P_2_LAUNCHXL_tirtos7_ticlang project:
1. Added Compile Options BUILD_ALL_DEVICES and
#define ZSTACK_DEVICE_BUILD (DEVICE_BUILD_ROUTER | DEVICE_BUILD_ENDDEVICE)
2. Temporarily set the logical type to end device to verify that it is working correctly or not
uint8_t zgDeviceLogicalType = ZG_DEVICETYPE_ENDDEVICE;
3. Modify the commissioning capability to support the nwk steer only.
After making the above modifications, the device tries to join the network as an RFD device, but it fails to join the network because it cannot receive the transport key message.
I'm missing some necessary configuration?
Thanks.