Hello,
I am currently trying to adjust some of your example code that I've found on the resource explorer and in the SLA. In the SLA, the Zigbee project I've been using is "Zigbee fundamental project development". I have completed the tutorial (without the packet sniffer), and have realized that I am unable to verify that the raw data packet is actually sending without the sniffer.
I am wondering how I can change the code to display the message, or something similar, so that I can see that the raw data packet has actually been transmitted to the other device. It doesn't necessarily have to do this but that was my first thought on verification. At this time I am unable to set up the sniffer device for this project.
I am also trying to adjust the example code so that when I press the second button, the raw data packets are transmitted repeatedly. I figured I could put the code provided in the example into a while loop (which I assume will have to wait on some "ready to send" flag), but would appreciate confirmation on this/ guidance on how to do it properly.
Thank you for the help