





NRF24L01+PA+LNA 2.4GHz Wireless Transceiver Module with SMA Antenna – Long Range RF Communication
The nRF24L01 is a single chip 2.4GHz transceiver with an embedded baseband protocol engine (Enhanced ShockBurst™), designed for ultra low power wireless applications. The nRF24L01 is designed for operation in the world wide ISM frequency band at 2.400 - 2.4835GHz. The NRF24L01+PA+LNA RF Module is a high-power 2.4GHz transceiver with an onboard Power Amplifier (PA) and Low Noise Amplifier (LNA), providing up to 1000m+ range. It comes with an external SMA antenna and is ideal for wireless communication in IoT, home automation, and embedded systems.
₹ 159 ₹299
299



Made In : | India |
Add FAQ
Detailed Description:
The NRF24L01+PA+LNA is a 2.4GHz ISM band wireless transceiver module with extended range capabilities. Featuring a built-in power amplifier (PA) and low noise amplifier (LNA), this module greatly enhances communication distance and signal reliability over the standard NRF24L01. It supports up to 2 Mbps data rate, SPI communication, and multi-device networking using unique addressing.
The included external SMA antenna provides directional performance and better signal gain, making this module suitable for remote sensing, wireless control, and IoT systems with demanding communication requirements.
Key Features:
-
Based on Nordic NRF24L01+ transceiver chip
-
Built-in PA (Power Amplifier) and LNA (Low Noise Amplifier)
-
Operating frequency: 2.4GHz ISM band
-
Long range communication: up to 1000 meters (line of sight)
-
Comes with detachable SMA Antenna
-
Supports data rates of 250kbps, 1Mbps, and 2Mbps
-
Low power consumption with auto power-down mode
-
6 data pipes for multi-point communication
-
SPI Interface – easy to connect with Arduino, STM32, Raspberry Pi
-
Onboard LED status indicator
-
Compact PCB with RF shielding
Technical Specifications:
Parameter | Specification |
---|---|
Chipset | Nordic NRF24L01+ |
Frequency Band | 2.4GHz ISM (2400–2483 MHz) |
Modulation Type | GFSK |
Operating Voltage | 3.3V (do not power with 5V directly) |
Communication Interface | SPI (up to 10 Mbps) |
Max Data Rate | 2 Mbps |
Output Power | Up to +20 dBm |
Antenna Connector | SMA Female with External Antenna |
Range | Up to 1000 meters (open space) |
Dimensions | ~47mm x 18mm |
Compatible With | Arduino, STM32, ESP32, Raspberry Pi |
Use a 3.3V regulator and decoupling capacitor (10uF recommended) for stable operation.
How to Use:
-
Connect to microcontroller via SPI pins (MISO, MOSI, SCK, CSN, CE).
-
Use 3.3V regulated power; avoid using 5V directly.
-
Install RF24 library in Arduino IDE.
-
Upload sketch to set up sender/receiver nodes.
-
Communicate wirelessly using addresses and data pipes.
#include
RF24 radio(9, 10); // CE, CSN
const byte address[6] = "00001";
void setup() {
radio.begin();
radio.openWritingPipe(address);
radio.setPALevel(RF24_PA_HIGH);
radio.setChannel(108);
radio.stopListening();
}
void loop() {
const char text[] = "Hello!";
radio.write(&text, sizeof(text));
delay(1000);
}
Applications:
-
Long-range IoT communication
-
Wireless sensor networks
-
Home automation systems
-
Remote-controlled systems
-
Drone telemetry and ground control
-
Industrial wireless monitoring
-
Arduino-to-Arduino RF communication
-
Wireless data logging systems
Package Includes:
-
1 x NRF24L01+PA+LNA Wireless Module
-
1 x SMA External Antenna (2dBi or 5dBi)
0 Reviews For this Product
