














433MHz RF Transmitter and Receiver Module Pair – Wireless Data Communication
This RF module is a combination of RF Transmitter and RF Receiver. The transmitter/receiver (Tx/Rx) pair operates at a frequency of 433 MHz. The RF transmitter receives serial data and transmits it wirelessly through through its RF antenna. The transmission occurs at the rate of 1 Kbps – 10 Kbps. 433 MHz RF Transmitter & Receiver Pair for wireless serial communication with Arduino, Raspberry Pi, ESP8266, STM32, and other microcontrollers. Ideal for IoT, home automation, and remote control applications.
₹ 104
₹149
149



: | |
Made In : | India |
Add FAQ
Detailed Product Description:
The 433MHz RF Transmitter and Receiver Module Pair is the go-to solution for anyone looking to add wireless capabilities to their projects without breaking the bank. This low-cost yet highly effective wireless data communication kit is perfect for a vast array of applications, from building simple remote controls and wireless sensor networks to creating sophisticated home automation systems. The modules operate on the globally recognized 433.92MHz frequency band, making them a popular and accessible choice for hobbyists and professionals alike.
The modules employ Amplitude Shift Keying (ASK) modulation, a simple method that makes them easy to interface with microcontrollers like Arduino and Raspberry Pi. The transmitter module typically operates on a wide voltage range (3V to 12V), while the receiver is a 5V module with low power consumption. This design flexibility allows for use in both battery-powered and mains-powered projects. With an effective range of up to 100 meters in open space and data rates up to 10kbps, they are more than capable of handling simple data transmission for projects such as wireless doorbells, garage door openers, and remote-controlled lighting.
Getting started is simple, with just a few pins to connect: VCC, GND, and DATA. The performance can be significantly enhanced by adding a simple 17cm wire antenna to the modules. Whether you are a student working on a school project or an engineer prototyping a new IoT device, the 433MHz RF transceiver module offers a reliable, low-cost, and easy-to-implement wireless link, proving that you don't need complex, expensive hardware to create powerful wireless applications.
This 433 MHz RF Transmitter and Receiver Module Pair enables low-cost, short-range wireless communication between microcontrollers. Commonly used in home automation, remote controls, wireless data logging, and IoT applications, these modules operate using ASK modulation and can transmit serial data over RF without wires.
The transmitter module sends digital signals wirelessly via its antenna pin, while the receiver module detects and outputs the transmitted data. Paired with a simple encoder/decoder (like HT12E/HT12D) or software serial, it allows basic one-way wireless communication between devices.
Key Features:
-
433 MHz wireless communication
-
Compatible with Arduino, ESP8266, Raspberry Pi
-
Works with ASK modulation (Amplitude Shift Keying)
-
Up to 50–100 meters range in open space
-
Ideal for remote control, automation, wireless sensors
Technical Specifications:
Transmitter Module:
Parameter | Value |
---|---|
Frequency | 433 MHz |
Modulation Type | ASK (Amplitude Shift Keying) |
Operating Voltage | 3V–12V (5V recommended) |
Current | ~10 mA |
Range | 50–100 meters (open area) |
Data Rate | ~4 Kbps |
Receiver Module:
Parameter | Value |
---|---|
Operating Voltage | 5V |
Modulation Type | ASK |
Sensitivity | -105 dBm |
Typical Range | 50–100 meters |
Data Output | Digital signal (0 or 1) |
How to Use with Arduino:
-
Connect transmitter: VCC → 5V, GND → GND, Data → Arduino digital pin.
-
Connect receiver: VCC → 5V, GND → GND, Data → Arduino digital pin.
-
Use VirtualWire, RadioHead, or SimpleRF libraries to send/receive data.
Basic Arduino Transmit Code:
#include
void setup() {
vw_setup(2000);
vw_set_tx_pin(12);
}
void loop() {
const char *msg = "Hello";
vw_send((uint8_t *)msg, strlen(msg));
vw_wait_tx();
delay(1000);
}
Applications:
-
Wireless sensor networks
-
Remote control systems
-
Home automation (IoT)
-
Wireless data transmission
-
RFID-less security projects
Package Includes:
-
1 × 433 MHz RF Transmitter Module
-
1 × 433 MHz RF Receiver Module
0 Reviews For this Product
