Difference between revisions of "RFM12 FS20"

From Ethersex_Wiki
Jump to: navigation, search
Line 11: Line 11:
 
|CODE=[https://github.com/ethersex/ethersex/tree/master/hardware/radio/rfm12 https://github.com/ethersex/ethersex/tree/master/hardware/radio/rfm12]
 
|CODE=[https://github.com/ethersex/ethersex/tree/master/hardware/radio/rfm12 https://github.com/ethersex/ethersex/tree/master/hardware/radio/rfm12]
 
}}
 
}}
 +
 +
The FS20 / FHT system by ELV is currently the most successful wireless home control system in the
 +
low cost sector. This arises from the large number of components and the continuous expansion of
 +
the system. But the relatively low price, the comprehensive home control systems far below the price
 +
of such EIB systems permits, plays a crucial role.
 +
 +
The [[Ethersex]] software is based on [http://culfw.de CULFW by Rudolf Koenig] and supports a wide range of protocols:
 +
 +
* FS20: send/receive<br>There are numerous FS20 devices, AFAIK. all of them are fully supported.
 +
* FHT: send/receivey<br>Communication to the FHT80b is supported.
 +
* S300: receive<br>Examples of such devices: S300TH, KS300-2
 +
* EM1000: receive<br>Devices: EM1000FM, EM1000GZ, EM1000WZ
 +
* HMS: receive<br>Devices: There are numerous HMS devices, AFAIK. all of them are fully supported.
 +
* ESA2000: send and receive
 +
* Lacrosse TX2/TX3: receive
 +
 +
== Connection ==
 +
 +
The RFM12 is connected to the MCU like in [[RFM12_ASK#Connection|FSK Mode]] with a small difference.
 +
Pin 3 DATA is connected to one of the INT pins of the MCU.
 +
 +
The software uses the digital filter of the RFM12. In order to receive near and far sender as well
 +
the modul also needs a slight [http://jeelabs.net/projects/cafe/wiki/Receiving_OOKASK_with_a_modified_RFM12B hardware modification].
 +
 +
== Configuration ==
  
  
 
[[Category:RFM12]]
 
[[Category:RFM12]]

Revision as of 08:45, 11 March 2013

RFM12 FS20
Status
In Development
menuconfig I/O->RFM12 ASK->868MHz
Pinning yes
Ecmd yes
Control6 no
Depends on ECMD RFM12 ASK
Requires -
Code https://github.com/ethersex/ethersex/tree/master/hardware/radio/rfm12

The FS20 / FHT system by ELV is currently the most successful wireless home control system in the low cost sector. This arises from the large number of components and the continuous expansion of the system. But the relatively low price, the comprehensive home control systems far below the price of such EIB systems permits, plays a crucial role.

The Ethersex software is based on CULFW by Rudolf Koenig and supports a wide range of protocols:

  • FS20: send/receive
    There are numerous FS20 devices, AFAIK. all of them are fully supported.
  • FHT: send/receivey
    Communication to the FHT80b is supported.
  • S300: receive
    Examples of such devices: S300TH, KS300-2
  • EM1000: receive
    Devices: EM1000FM, EM1000GZ, EM1000WZ
  • HMS: receive
    Devices: There are numerous HMS devices, AFAIK. all of them are fully supported.
  • ESA2000: send and receive
  • Lacrosse TX2/TX3: receive

Connection

The RFM12 is connected to the MCU like in FSK Mode with a small difference. Pin 3 DATA is connected to one of the INT pins of the MCU.

The software uses the digital filter of the RFM12. In order to receive near and far sender as well the modul also needs a slight hardware modification.

Configuration