RFXCOM RFXtrx433 Spezifikationen Seite 49

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 95
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 48
Chapter 4. Implementation 42
RFM22B is a low-cost transceiver with a large functional range. Basically, it consists of the IC
SI4432 from SiLabs with a preceding filtering circuitry. During normal operation, the configuration
and data transmissions are done via SPI; however, in our case the module is put into the so-called
"Direct Mode", which allows direct data transfer through IO pins. Some of these IO pins can serve
as an output for interrupt notifications or important status messages. However, the direct mode is
not the operation mode the module was designed for, therefore many of the features of the SI4432
cannot be used, such as automatic frequency adjustment and automatic packet handling. As a
result, additional effort is required, as those features have to be implemented manually. Figure 4.7
depicts the signal chain for receiving data.
config bus
data out
MCU
deglitching
processing
RFM22B
rx clock
Figure 4.7.: The signal chain in detail: The RFM22B receives incoming data and sends it to
the MCU, where it is filtered by a deglitching algorithm and finally processed. The
configuration bus is composed of a SPI and several IO-pins and used for controlling
the RFM22B.
The signal path consists of three parts: The data reception and its basic filtering within the
RFM22B, the advanced filtering by the deglitching algorithm and the final processing. These
parts are elaborated in the following sections.
The first part of the signal chain is the RFM22B: It receives all incoming signals and performs
basic filtering operations with its internal filter circuitry (figure 4.8 on the following page). The
signal is first amplified and then filtered by a low-pass filter to remove the carrier frequency as
well as high frequency distortion. A comparator continuously compares the signal with a reference
voltage and outputs a binary data stream. The reference voltage is generated by integrating
the signal with given parameters like rising time, fall off time and gain, which are set during
the initialisation of the module. Due to the dynamic reference voltage, the overall sensitivity
is strongly increased allowing both strong and weak signals to be outputted properly. Both the
minimum and the maximum allowable signal strength depend on the rising and falling time, which
are therefore critical parameters and must be carefully tuned. All parameters were first generated
by the Wireless Development Suite
2
and improved manually by fine-tuning. In practice, signals
can range from very strong to very weak, for example a transmitter in close proximity will cause
a strong signal and one that is far away will cause only minimal signal strength. Therefore, the
dynamic range of received signals can be greater than the dynamic range of the RFM22B. As a
2
http://www.silabs.com/products/wireless/EZRadio/Pages/WirelessDevelopmentSuite.aspx
Seitenansicht 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 94 95

Kommentare zu diesen Handbüchern

Keine Kommentare