Program for decoding radio-signals sent by a ETH-Window-Shutter-Contact, received with a RFM12B-module. The messages are sent to KNX via a freebus rs-interface. Details see http://mbed.org/users/charly/notebook/connecting-a-radio-window-shutter-contact-to-knx/

Dependencies:   TextLCD mbed ConfigFile

Auto generated API documentation and code listings for eth_comfort_freebus

Classes

eth_comfort Class for the ETH-Window shutter by ELV(R) Uses the rfm12B to receive the signals sent by the radio-shutter
rfm12b This Class handles a rfm12b transceiver see http://www.hoperf.com/rf_fsk/rfm12b.htm

Code

eth_comfort.cpp [code] Module for receiving data from eth comfort window sensor by ELV(R) with a RFM12 transceiver module by Hope
eth_comfort.h [code] Read the messages from the ETH-Radio-Shutter
main.cpp [code] Read messages from ETH-Radio-Shutters and send On/Off-Commands to KNX (via freebus-rs-interface)
rfm.h [code] Functions to control the RFM12 Radio Transceiver Module
rfm12b.cpp [code] Class for rfm2b in rawmode - only receive part implemented
rfm12b.h [code] Class for rfm2b in rawmode - only receive part implemented