EBYTE E27-433M20S

EBYTE E27-433M20S 433MHz SI4432 Wireless RF Module

Instrukcja obsługi

1. Wprowadzenie

The EBYTE E27-433M20S is a compact 100mW wireless transceiver module operating in the 433MHz ISM frequency band. It is based on the Silicon Labs Si4432 RF chip, offering robust performance for various wireless communication applications. This module features a 1.27mm pin pitch for easy integration and supports SPI communication.

Key functionalities include frequency hopping, an automatic wake-up timer, a low battery detector, 64-byte transmit/receive buffers, automatic data packet processing, an integrated temperature sensor, and an analog-to-digital converter. Designed for industrial-grade applications, it operates reliably across a wide temperature range.

2. Główne cechy

  • IC: Silicon Labs Si4432
  • Częstotliwość: 425~525MHz (ISM 433MHz band)
  • Moc: Maximum 100mW (20dBm), software-adjustable
  • Dystans: Do 1.6 km (w linii wzroku)
  • Interfejs: SPI
  • Szybkość transmisji danych: 0.123-256kbps (air data rate)
  • Zasilanie: 1.8V~3.6V (3.3V recommended for optimal performance)
  • Temperatura pracy: -40°C do +85°C
  • Dodatkowe funkcje: Temperature sensor, 8-bit ADC, RSSI reading, automatic wake-up timer, low battery detector, 64-byte TX/RX FIFO, automatic data packet processing.

3. Specyfikacje

ParametrWartość
ModelE27-433M20S
Układ scalony RFSi4432
Zakres częstotliwości425 MHz - 525 MHz
Moc transmisji20dBm (100mW)
Odległość komunikacyjnaDo 1.6 km
InterfejsSPI
Szybkość transmisji danych Air0.123kbps - 256kbps
Objętość operacyjnatage1.8 V - 3.6 V
Temperatura pracy-40°C do +85°C
Pin Pitch1.27mm
ProducentEBYTE

4. Konfiguracja

Proper setup is crucial for the reliable operation of the E27-433M20S module. Ensure all connections are secure and power supply requirements are met.

4.1 Moduł ponadview

Szczyt view of the EBYTE E27-433M20S RF module, showing the Si4432 chip and other surface-mount components.

Rysunek 1: Góra view of the E27-433M20S module, highlighting the Si4432 chip.

4.2 Schemat wyprowadzeń

Spód view of the EBYTE E27-433M20S RF module, showing the pin labels for connection.

Rysunek 2: Dół view modułu E27-433M20S z opisami pinów.

4.3 Opis pinów

Nazwa pinaOpis
MRÓWKAPodłączenie anteny
GNDGrunt
GPIO0General Purpose Input/Output 0
GPIO1General Purpose Input/Output 1
GPIO2General Purpose Input/Output 2
VCCZasilacz (1.8 V - 3.6 V)
SDOSPI Data Output (Master In, Slave Out)
SDISPI Data Input (Master Out, Slave In)
SCLKZegar SPI
NSELSPI Chip Select (Active Low)
NIRQInterrupt Request (Active Low)
SDNShutdown (Active High)
GNDGrunt

4.4 Wytyczne dotyczące połączenia

  1. Zasilanie: Connect VCC to a stable 1.8V-3.6V power source. A 3.3V supply is recommended for optimal performance. Ensure proper decoupling capacitors are used near the VCC pin.
  2. Grunt: Connect all GND pins to the system ground.
  3. Interfejs SPI: Connect SCLK, SDO, SDI, and NSEL to your microcontroller's SPI pins.
  4. Antena: Connect a suitable 433MHz antenna to the ANT pin. An improperly matched antenna can significantly reduce performance and potentially damage the module.
  5. Kołki sterujące: NIRQ and SDN pins can be connected to microcontroller GPIOs for interrupt handling and module shutdown control, respectively.

5. Instrukcja obsługi

The E27-433M20S module is controlled via its SPI interface. Detailed operation requires understanding the Si4432 chip's register map and communication protocols.

5.1 SPI Communication

The module acts as an SPI slave. Your microcontroller (master) will initiate communication by pulling the NSEL pin low, sending clock signals on SCLK, and exchanging data on SDI (master out, slave in) and SDO (master in, slave out).

5.2 Initialization and Configuration

Upon power-up, the module requires initialization. This typically involves:

  1. Resetting the Si4432 chip.
  2. Configuring operating parameters such as frequency, data rate, modulation type (FSK, GFSK, OOK), transmit power, and packet format.
  3. Setting up interrupt sources and handling.

Refer to the official Si4432 datasheet for a comprehensive guide on register configuration and programming sequences.

5.3 Transmitting Data

To transmit data:

  1. Write the data to be sent into the module's transmit FIFO.
  2. Command the module to enter transmit mode.
  3. The module will automatically send the data and can generate an interrupt upon completion.

5.4 Receiving Data

Aby otrzymać dane:

  1. Command the module to enter receive mode.
  2. The module will listen for incoming packets. Upon successful reception, it can generate an interrupt.
  3. Read the received data from the module's receive FIFO.

6. Konserwacja

The E27-433M20S module is designed for robust operation with minimal maintenance. Adhering to these guidelines will ensure its longevity and performance.

6.1 Środki ostrożności dotyczące obchodzenia się z produktem

  • Wyładowania elektrostatyczne (ESD): Always handle the module in an ESD-safe environment. Use anti-static mats and wrist straps to prevent damage from static electricity.
  • Zmeczenie fizyczne: Avoid applying excessive force or bending the module, especially the pins.
  • Lutowanie: If soldering, ensure proper techniques are used to prevent overheating components.

6.2 Względy środowiskowe

  • Temperatura: Operate within the specified temperature range of -40°C to +85°C. Extreme temperatures can affect performance and reliability.
  • Wilgotność: Avoid exposure to high humidity or condensation.
  • Zanieczyszczenia: Keep the module free from dust, dirt, and corrosive substances.

6.3 Czyszczenie

If cleaning is necessary, use a soft, dry brush or a lint-free cloth. For stubborn dirt, a small amount of isopropyl alcohol can be applied to the cloth, ensuring the module is powered off and completely dry before re-energizing.

7. Rozwiązywanie Problemów

Jeśli napotkasz problemy z modułem E27-433M20S, rozważ poniższe kroki rozwiązywania problemów:

7.1 No Communication / Module Not Responding

  • Zasilanie: Verify that the VCC pin receives a stable voltage between 1.8V and 3.6V. Check for proper grounding.
  • Połączenia SPI: Double-check all SPI connections (SCLK, SDO, SDI, NSEL) for continuity and correct pin assignment.
  • NSEL Signal: Ensure the NSEL pin is correctly driven low by the master device during SPI transactions.
  • SDN Pin: Confirm the SDN pin is not held high, which would put the module in shutdown mode. It should typically be low for normal operation.
  • Kod inicjalizacji: Review your microcontroller code for correct Si4432 initialization sequence and register writes.

7.2 Poor Range or Unreliable Communication

  • Antena: Ensure a properly tuned 433MHz antenna is connected. Check for loose connections or damage to the antenna.
  • Umiejscowienie anteny: Avoid placing the antenna near metal objects or other electronic components that could interfere with RF signals.
  • Ustawienia zasilania: Verify that the transmit power is configured to the desired level (up to 20dBm).
  • Frequency and Data Rate: Ensure both transmitting and receiving modules are configured to the same frequency and data rate.
  • Zakłócenia środowiskowe: High levels of RF noise in the environment can degrade performance. Consider using frequency hopping if supported by your application.
  • Linia wzroku: For maximum range, ensure a clear line of sight between modules. Obstacles like walls and buildings will reduce range.

7.3 Module Overheating

  • Zasilanie: Upewnij się, że głośność wejściowatage nie przekracza 3.6V.
  • Transmisja ciągła: Prolonged continuous transmission at maximum power can generate heat. Consider implementing duty cycling if possible.
  • Temperatura otoczenia: Należy eksploatować w określonym zakresie temperatur otoczenia.

8. Aplikacje

The E27-433M20S module is suitable for a wide range of applications, including:

  • Smart Home and Industrial Sensors
  • Wireless Toy and Remote Control Systems
  • Wireless Alarm Security Systems
  • Rozwiązania automatyki budynkowej
  • Wireless PC Peripherals
  • Tire Pressure Monitoring Systems
  • Label Readers
  • Wireless Industrial-Grade Remote Control
  • Health Care Products
  • Zaawansowana architektura odczytu liczników (AMI)
  • Automotive Industry Applications

9. Gwarancja i wsparcie

For warranty information and technical support, please contact EBYTE directly or refer to their official webZachowaj dowód zakupu na wypadek roszczeń gwarancyjnych.

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.