Other Parts Discussed in Thread: CC2530, Z-STACK
Hello everybody!
I have a question about the ways in which CC2530 can be programmed to manage offnet and/or interpan messages.
I have two weird devices which have an "out-of-standard" behaviour.
Particularly, the first one starts periodically sending broadcast application level messages, without being associated with any PAN.
I can correctly see the messages with the packet sniffer and I'd like to catch these messages, which, I repeat, are sent broadcast to any device of any PAN (Dest PAN 0xFFFF, dest Address 0xFFFF). Before starting coding, I was wondering whether it was possible or not and if there are some additional compilation directives to add to the default ones. In case it were possible, does anybody know where in the code I should operate?
The second device basically operates as the first one, with the difference that the messages sent don't seem to be "application-level messages", but "MAC-level messages", as with the packet sniffer I can see the message, but the messages do not have an APS payload, neither a NWK payload, but just a MAC payload. And in this MAC payload the informative part is contained. Any clue about how to catch this kind of messages, have a "raw" access to the packet and, thus, interpreting it?
I already know that these devices are completely out of standard and that forcing a CC2530 to catch these messages would mean to make it out-of-standard too, but... that's what I have and I'd like to interpret them.
If my message is not clear (I beg for pardon, I'm quite a newbie), please send me more questions in order to make it clear.
Thanks in advance to you all,
Gianluca