Skip to content

jozhalaj/rtl-zwave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program is able to decode ITU G.9959 (z-wave) frames using a RTL-SDR dongle

The QI sample output from the rtl_sdr program should be piped into the executable. the program will pipe the decoded frames to wireshark.

G.9959 frames are FSK/NRZ and FSK/Manchester encoded. Supported bitrates are 9.6kbps Manchester / 40kbps NRZ / 100kbps NRZ

EU

rtl_sdr -f 868.1e6 -s 2048000 -g 25  - |./rtl_zwave

USA

rtl_sdr -f 908.42e6 -s 2048000 -g 25  - |./rtl_zwave

This is my first signaling processing project, so it might not be perfect. I'm pretty sure there is room for improvement in the algorithms.

About

G.9959(ZWave) demodulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.3%
  • Python 41.1%
  • C 8.1%
  • Makefile 0.5%