Hello,
How can I do for mount a protocol to send to ZigBee Sensor Monitor and he draw the mesh nodes tree?
I tested many times, still without success.
The output should be something similar to:
printf("0x%02x",); // LENGTH
printf("0x%02x",); // CMD0
printf("0x%02x",); // CMD1
printf("0x%02x",); // DESTINATION
printf("0x%02x",); // COMMAND ID
printf("0x%02x",); // HANDLE
printf("0x%02x",); // ACK
printf("0x%02x",); // RADIUS
printf("0x%02x",); // LEN BUFFER
printf("%x%x",32,im.parameters[1]); // DATA - temp,vcc
because, the fields are described in the CC2530 - Interface Specification page: 43, but I can't read such values.
Many thanks