NRF24L01 Wireless Module To Arduino Uno: Difference between revisions

From AgileMe
Jump to navigation Jump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
Connect the pins as follows:
Connect the pins as follows:


===Pin Connection Table===
{| class="wikitable"
{| class="wikitable"
!From NRF24L01
!NRF24L01
!To Arduino Uno
!Arduino Uno
|-
|-
|<code>VCC</code>
|<code>VCC</code>

Latest revision as of 05:14, 7 March 2020


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