NRF24L01 Wireless Module To Arduino Uno

From AgileMe
Jump to navigation Jump to search


The NRF24L01 module provides wireless capability for Arduino based projects to transmit and receive data between two or more modules.

Connection

Connecting the NRF24L01 wireless module to an Arduino Uno device:

NRF24L01 Connected to an Arduino Uno unit

Connect the pins as follows:

Pin Connection Table

NRF24L01 Arduino Uno
VCC 3.3V
GND GND
CE digital pin 7
CSN digital pin 8
SCK digital pin 13
MOSI digital pin 11
MISO digital pin 12
IRQ not connected

References

  1. howtomechatronics.com wireless tutorial, access Mar 7 2020

See Also