bastibl / gr-ieee802-15-4

IEEE 802.15.4 ZigBee Transceiver
https://www.wime-project.net
GNU General Public License v3.0
270 stars 87 forks source link

868MHz/915MHz band support #30

Closed dgiese closed 6 years ago

dgiese commented 6 years ago

Hi, any chance to support the 868MHz/915MHz bands? In contrast to 2.4GHz the standard uses BPSK instead of QPSK. Also the bitrate is different (20/40 kb/s).

ffierling commented 6 years ago

I don't have direct experience with the 802.15.4 BPSK PHY, but it appears to have the same SHR, PHR, etc. as OQPSK. It should be easy to add it to the Access Code Prefixer, or whatever we end up calling it. As to modulation and demodulation processing, that should be possible with existing blocks.

bastibl commented 6 years ago

Implementing this PHY should be really straightforward. The main problem is that I don't have any hardware that supports it and, therefore, cannot test it. (And implementing it without hardware is boring and much more error prone.)

Do you have a particular device in mind that you want to connect to, or why are you interested in the PHY? If it is not too expensive, I could consider buying one.