LAUBEI CC1101 433MHz RF wireless transceiver module with SMA antenna for Arduino, ESP32, ESP8266, Raspberry Pi Pico, ESPHome and Home Assistant RF projects. SPI-controlled sub-1GHz module for 433MHz sensor, automation, remote-control and wireless data experiments. 3.3V logic/power required.

LAUBEI CC1101 433MHz RF Wireless Transceiver Module with SMA Antenna

Compact 433MHz CC1101 RF transceiver module for Arduino, ESP32, ESP8266, Raspberry Pi Pico, ESPHome and Home Assistant RF projects. Ideal for wireless sensor links, 433MHz automation, remote-control learning projects and low-power sub-1GHz data communication.

Key Benefits

Technical Specifications

RF Chip CC1101 sub-1GHz RF transceiver
Frequency 433MHz module, software configurable within supported CC1101 limits
Interface SPI: CSN, SCK, MOSI, MISO, plus GDO pins depending on software
Power 3.3V typical. Do not connect directly to 5V logic unless using suitable level shifting.
Antenna SMA antenna included, check photos for exact connector type
Software Compatible with suitable CC1101 libraries, ESPHome CC1101 component and custom RF projects

Typical Applications

Important compatibility note: This is a CC1101 RF transceiver module. It is not WiFi, Bluetooth, Zigbee or LoRa. It requires a microcontroller and suitable software/library to operate.

Example Wiring Guide

Always check the pin labels printed on your module before wiring. Typical CC1101 SPI wiring:

CC1101 Pin ESP32 Example Arduino Nano Example
VCC 3V3 3.3V only
GND GND GND
SCK GPIO18 D13
MOSI GPIO23 D11
MISO GPIO19 D12
CSN / CS GPIO5 D10
GDO0 GPIO4 or project-defined pin D2 or project-defined pin
Power warning: Most CC1101 modules are designed for 3.3V operation. If using a 5V Arduino, use suitable logic level shifting on SPI and signal lines to avoid damaging the module.

ESPHome Starter Example

Basic ESPHome starting point for an ESP32 and CC1101 module. Edit pins to match your wiring.

esphome:
  name: cc1101-rf-bridge
  friendly_name: CC1101 RF Bridge

esp32:
  board: esp32dev
  framework:
    type: arduino

wifi:
  ssid: "YOUR_SSID"
  password: "YOUR_PASSWORD"

logger:

api:

ota:
  - platform: esphome

spi:
  clk_pin: GPIO18
  mosi_pin: GPIO23
  miso_pin: GPIO19

cc1101:
  cs_pin: GPIO5
  gdo0_pin: GPIO4
  frequency: 433.92MHz
  modulation_type: ASK/OOK
  symbol_rate: 5000
  

This is a starter configuration only. RF protocols vary, so you may need to adjust modulation, symbol rate, frequency, filter bandwidth and software settings for your own devices.

Package Includes

Please Note

Why Buy From DKJNA?

Shipping and Returns

Add 433MHz RF capability to your Arduino, ESP32, ESPHome or Home Assistant project.