NordicSemiconductor / nRF-Sniffer-for-802.15.4

nRF-based 802.15.4 sniffer (firmware and software)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] 802.15.4 capabilities

ikarus23 opened this issue · comments

Hi, thanks for this helpful project!

Maybe this is a stupid question and it is mentioned somewhere in the datasheet of the nRF dongle, but what parts of the 802.15.4 standard are supported? Is it a specific version? Like 2011? What baud rates? What transmission methods (DSSS vs CSS)? Using nRF52840 I guess it's 2.4GHz only, or is it?

Would be great to have some additional information in the readme. ;)

Hi,
The sniffer captures any IEEE 802.15.4 frame as long as it is transmitted using O-QPSK 2.4GHz PHY with DSSS. The specified transmission rate for that PHY is 250kb/s.
The sniffer should not care about any specific version of the standard as frame dissection is done on the PC side.

You are right about including this information in the readme, thank you for the suggestion.

Hi @e-rk,
thanks for clearing that up. I will close this issue.

Just out of curiosity: Do you know of a cheap, flexible and ready to use platform to sniff 802.15.4 with CSS?

I'm not aware of any such platform, sorry.