NRF24L01 Wireless Module To Arduino Uno: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
Connect the pins as follows: | Connect the pins as follows: | ||
===Pin Connection Table=== | |||
{| class="wikitable" | {| class="wikitable" | ||
! | !NRF24L01 | ||
! | !Arduino Uno | ||
|- | |- | ||
|<code>VCC</code> | |<code>VCC</code> |
Revision as of 02:30, 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:
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
- howtomechatronics.com wireless tutorial, access Mar 7 2020