Yes I did. I just configured the application as a shared channel master:
#define USER_RADIOFREQ (70)
#define USER_ANTCHANNEL (0)
#define USER_DEVICENUM (49)
#define USER_DEVICETYPE (1)
#define USER_TRANSTYPE (5)
#define USER_NETWORK_KEY {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,}
#define USER_NETWORK_NUM (0) // The network key is assigned to this network number
#define MESSAGE_TIMEOUT (1000)
#define USER_MESSAGE_PERIOD (4096) // 4 Hz
#define SHARED_TRANSMIT_CHANNEL ((UCHAR)0x30)
the sensor configuration can be seen from the script.
Yes the application note does explain the messages. Thanks.