Skip to content

This code monitors (or sniff) the radiosignals sent by Uponor KNX RF thermostats and sent to OpenHAB using the REST interface. A CC1101 chip is connected by SPI to the Raspberry PI which streams the KNX RF data to OpenHAB items.

License

Notifications You must be signed in to change notification settings

hyotynen/MonitorKNXRF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonitorKNXRF

General

This program is developed to be used on Raspberry Pi 3 together with a CC1101 radiomodule.

Pin layout

Raspberry pin # Name CC1101
17 3.3V VCC
18 GPIO24 GDO0
19 GPIO10 (SPI_MOSI) SI
20 Ground GND
21 GPIO09 (SPI_MISO) SO
22 GPIO25 GDO2
23 GPIO11 (SPI_CLK) SCLK1
24 GPI008 (SP_CE0_N) CSn

About

This code monitors (or sniff) the radiosignals sent by Uponor KNX RF thermostats and sent to OpenHAB using the REST interface. A CC1101 chip is connected by SPI to the Raspberry PI which streams the KNX RF data to OpenHAB items.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • Makefile 1.0%