Skip to product information
1 of 9

vendor-unknown

Testing NRF24LO1 Transreciever module interfacing with Arduino Uno or Arduino Leonardo - KT870

Testing NRF24LO1 Transreciever module interfacing with Arduino Uno or Arduino Leonardo - KT870

SKU:KT870

1000 in stock

Regular price Rs. 1,600.00
Regular price Sale price Rs. 1,600.00
Sale Sold out
Shipping calculated at checkout.

For refund/return/replacement, call us at +91 95995 94524 , +91 95995 94520 or mail us at support@rees52.com

Delivery Time

  • Delivery time with the Express Shipping option is 2-3 working days, and with the Standard Shipping option is 5-6 working days. It varies based on location, reliant on courier services.

  • Delivery time if the order item is on Preorder Status is 15-20 working days.

COD (Cash on Delivery)

  • For COD you have to pay extra charges of Rs 350/- before the shipment. (We will share the company QR Code, UPI ID or Account details for the same)
View full details

HARDWARE REQUIRED

NRF24L01 Module with ARDUINO LEONARDO

The Arduino Leonardo is a microcontroller board based on the ATmega32u4. It has 20 digital input/output pins (of which 7 can be used as PWM outputs and 12 as analog inputs), a 16 MHz crystal oscillator, a micro USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to support the microcontroller; simply connect it to a computer with a USB cable or power it with a AC-to-DC adapter or battery to get started.The Leonardo differs from all preceding boards in that the ATmega32u4 has built-in USB communication, eliminating the need for a secondary processor. This allows the Leonardo to appear to a connected computer as a mouse and keyboard, in addition to a virtual (CDC) serial / COM port.

PIN DESCRIPTION

Arduino Leonardo

  1. Microcontroller: ATmega32u4
  2. Operating Voltage: 5V
  3. Input Voltage (recommended): 7-12V
  4. Input Voltage (limits): 6-20V
  5. Digital I/O Pins: 20
  6. PWM Channels: 7
  7. Analog Input Channels: 12
  8. DC Current per I/O Pin: 40 mA
  9. DC Current for 3.3V Pin: 50 mA
  10. Flash Memory: 32 KB (ATmega32u4) of which 4 KB used by bootloader
  11. SRAM: 2.5 KB (ATmega32u4)
  12. EEPROM: 1 KB (ATmega32u4)
  13. Clock Speed: 16 MHz

NRF24L01 Module

  • Voltage: 3-3.6V (recommended 3.3V) V
  • Maximum output power: +20dBm
  • Emission mode current(peak): 115mA
  • Receive Mode Current(peak): 45mA
  • Power-down mode current: 4.2uA

SOFTWARE REQUIRED

Arduino IDE ( programmable software for Arduino boards )

You can download the software from this link : https://www.arduino.cc/en/Main/Software

LIBRARY REQUIRED

To download the SPI library

Sketch --> Include Library --> SPI

IF it is pre downloaded otherwise click on manage libraries to download the libraries



PIN DIAGRAM

  • NRF24L01 Module

CIRCUIT DESCRIPTION

CODE

Before uploading code select the appropriate board , here you choose Leonardo board .

https://docs.google.com/document/d/e/2PACX-1vTbym3uXOMrbsmyogQB0VTjwYdh4h-kCE-9OqsNz-cmXz8rgounsqkPpuo9XC9vHXMQU-Nc82zWHwWT/pub

NRF24L01 Module with ARDUINO UNO

SPECIFICATION

  1. Microcontroller- ATmega328
  2. Operating Voltage- 5V
  3. Input Voltage (recommended) - 7to12V
  4. Input Voltage(limit) - 6to20V
  5. Digital I/O Pins-14 (of which 6 provide PWM output)
  6. Analog Input Pins-6
  7. DC Current per I/O Pin-40 mA
  8. DC Current for 3.3V Pin-50 mA
  9. Flash Memory-32 KB (ATmega328) of which 0.5 KB used by boot loader
  10. SRAM-2 KB (ATmega328)
  11. EEPROM-1 KB (ATmega328)
  12. Clock Speed-16 MHz

CIRCUIT DESCRIPTION

CODE

Before uploading code select the appropriate board , here you choose UNO board .

https://docs.google.com/document/d/e/2PACX-1vTnfTiFIb5eCBi5kSvSY21DN0O1U3vO9SdKDhymWpRNQ0-hVj9_6Xnnn30ICdaUdtVfCA87IAirfsbS/pub

WORKING

The nrf24lo1 is a trans receiver module. In this one nrf24lo1 is transmitting and other one is receiving the data. We see the

Data transmission in the serial monitor.