2019-05-30 06:27 AM
It looks like ST only provides bin file to controls Radio, even reference manual also doesn't mention too much on the Radio system.
I am wondering if there is any way to log all PHY payload of a PAN coordinator?
Does anybody have experience on this?
The reason I want to do so because I want to learn low level knowledge of 802.15.4 protocol.
Thank you!
Solved! Go to Solution.
2019-05-30 08:36 AM
Source for radios is typically not provided due to support and regulatory issues. If you are a large customer you might discuss access with your FAE.
Generally your option here is to disassemble the binary blob, or libraries, and patch or add hooks in them to gain visibility to the data you want to see.
2019-05-30 08:36 AM
Source for radios is typically not provided due to support and regulatory issues. If you are a large customer you might discuss access with your FAE.
Generally your option here is to disassemble the binary blob, or libraries, and patch or add hooks in them to gain visibility to the data you want to see.
2019-05-30 11:30 AM
Go to Silicon Labs hardware. Their evaluation kits have built-in wireless packet dump, exactly for this need.
-- pa
2019-05-30 05:56 PM
Thanks Clive. I understand the situation now.
2019-05-30 06:01 PM
Thanks Pavel. I find this. Which looks like more open and suitable for studying 802.15.4 data-link layer by debugging and reading source code.