Karl Zweimüller / Mbed 2 deprecated eth_comfort_test

Dependencies:   TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

eth_comfort.cpp File Reference

eth_comfort.cpp File Reference

module for receiving data from eth comfort window sensor by ELV(R) with a RFM12 transceiver module by Hope More...

Go to the source code of this file.


Detailed Description

module for receiving data from eth comfort window sensor by ELV(R) with a RFM12 transceiver module by Hope

Details see discussion on http://www.mikrocontroller.net/topic/172034 Frequenz 868,3 Modulation FSK Hub +/- 15kHz Datenrate 10kbit Manchester

das Protokoll ist Machester codiert 0x7e zz ll aa aa aa cmd crc crc

zz ist ein fortlaufender Zaehler ll die Blocklaenge 10,20,30 (20 = 9 Byte, 10= 10Byte ,30= ?) aa 3 Byte Adresse cmd der Befehl crc 16 bit checksumme

die Reihenfolge der Bits im Byte ist verdreht.

Read the messages from the ETH-Radio-Shutter

Author:
Karl Zweimüller based on code from WED 6.9.2009

Definition in file eth_comfort.cpp.