RF Nano Integrated NRF24L01 Wireless Module

  • 📡 RF Nano board with integrated NRF24L01 2.4GHz wireless
  • 🧠 Arduino Nano-compatible form factor for easy projects
  • 🛰️ Built-in RF transceiver for wireless data communication
  • 🔁 Ideal for remote control, sensor networks, and telemetry
  • 🚌 SPI interface used internally for the NRF24L01 module
  • ⚡ Low power options—great for battery-powered nodes
  • 🛠️ Easy programming via Arduino IDE (Nano environment)
  • ✅ Perfect for wireless Arduino projects without extra modules

Apple Shopping Event

Hurry and get discounts on all Apple devices up to 20%

350,00 EGP

19 People watching this product now!

Payment Methods:

Description

The RF Nano Integrated NRF24L01 Wireless Module with Soldering is a compact wireless communication module that incorporates the NRF24L01 transceiver chip. It is characterized by its compact size and integration capabilities, making it suitable for applications where space is limited.

The Nano Board has a number of facilities for communicating with a computer, another Arduino, or other microcontrollers. The ATmega32P provide UART TTL (5V) serial communication, which is available on digital pins 0 (RX) and 1 (TX). An FTDI FT232RL on the board channels this serial communication over USB and the FTDI drivers (included with the Arduino software) provide a virtual com port to software on the computer. The Arduino software includes a serial monitor which allows simple textual data to be sent to and from the Arduino board. The RX and TX LEDs on the board will flash when data is being transmitted via the FTDI chip and USB connection to the computer (but not for serial communication on pins 0 and 1). A SoftwareSerial library allows for serial communication on any of the Nano’s digital pins. The ATmega32P also support I2C (TWI) and SPI communication. The Arduino software includes a Wire library to simplify use of the I2C bus. To use the SPI communication, please see ATmega32P datasheet.


Features:

  1.  RF-Nano board is PIN-PIN with Arduino Nano V3.0 and share the same codes.
  2.  The main chip is ATMEGA328P-MU QFN32 with the latest bootloader (Arduino IDE 1.8.8).
  3.  More convenient for application: RF-Nano board integrates a NRF24L01+ module with Arduino Nano
    v3.0 board, which is very convenient for 2.4G wireless connect application.
  4.  Super small volume design, more convenient to use, no soldering needed.

Package Includes:

1 x NRF24L01 Wireless Module.RF Nano Integrated

🔌
Pin Connections
1 Table
Pin Connections Table 1
BoardSensor PinConnection
RF NanoVCC/GND/CE/CSN(onboard, already wired to its own Nano-compatible MCU)
📟
RF Nano Integrated NRF24L01 Wireless Module
1 Example • C/C++ | Boards: Arduino Uno
RF Nano Integrated NRF24L01 Wireless Module - Arduino Uno
📄 File: rf_nano_integrated_nrf24l01_wireless_module_-_arduino_uno.inoArduino Uno
499 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// CE=9, CSN=10 on Arduino Uno (MOSI/MISO/SCK use the board's default hardware SPI pins)
6#include <SPI.h>
7#include <RF24.h>
8
9RF24 radio(9, 10);
10const byte address[6] = "1Node";
11
12void setup() {
13 Serial.begin(115200);
14 radio.begin();
15 radio.openWritingPipe(address);
16 radio.setPALevel(RF24_PA_LOW);
17 radio.stopListening();
18}
19
20void loop() {
21 const char text[] = "Hello from Ekostra";
22 radio.write(&text, sizeof(text));
23 delay(1000);
24}
Arduino Nano clone with an nRF24L01 built onto the same board - once flashed, other boards talk to it the same as a discrete nRF24L01.

نظرة عامة ومواصفات المنتج — بالعربية

RF Nano Integrated NRF24L01 Wireless Module متوفر الآن في متجر إكوسترا للإلكترونيات، ضمن قسم Bluetooth and NRF Modules وIoT and Wireless، بسعر 350,00 EGP. كود المنتج لدينا: EK1328. المنتج غير متوفر حالياً — تواصل معنا عبر واتساب لمعرفة موعد توفره القادم.

أهم المواصفات الفنية:

  • Product Name: RF Nano Integrated NRF24L01 Wireless Module
  • Category: Wireless Module → 2.4GHz Transceiver
  • الشريحة: NRF24L01 / NRF24L01+ (variant-dependent)
  • Frequency: 2.4 GHz ISM Band
  • Wireless Type: RF Transceiver (Tx/Rx)
  • واجهة الاتصال: SPI
  • Operating Voltage: 3.3 V
  • Logic Level: 3.3 V (5V requires level shifting)

هذا المنتج مناسب لمشاريع الأردوينو (Arduino) و ESP32 و Raspberry Pi، ومشاريع الروبوتات وإنترنت الأشياء والتعليم الهندسي. جميع القطع مفحوصة قبل الشحن.

تصفّح المزيد من Bluetooth and NRF Modules في إكوسترا.

Specification

Specification

WeightWeight8 g
Dimensions3 × 2 × 1 cm
Product NameRF Nano Integrated NRF24L01 Wireless Module
CategoryWireless Module → 2.4GHz Transceiver
ChipsetNRF24L01 / NRF24L01+ (variant-dependent)
Frequency2.4 GHz ISM Band
Wireless TypeRF Transceiver (Tx/Rx)
InterfaceSPI
Operating Voltage3.3 V
Logic Level3.3 V (5V requires level shifting)
Data Rate250 kbps / 1 Mbps / 2 Mbps (typical)
Range~10–100 m (depends on antenna/module type)
AntennaIntegrated PCB antenna (typical)
ApplicationsArduino/ESP wireless communication, sensors networks, remote control, IoT projects

Customer Reviews