NRF24L01 Wireless Module To Arduino Uno: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Arduino]][[Category:Agile:Projects]] | [[Category:Arduino]][[Category:Agile:Projects]] | ||
The NRF24L01 module provides | The NRF24L01 module provides wireless capability for [[Arduino]] based projects to transmit and receive data between two or more modules. | ||
==Setup== | ==Setup== |
Revision as of 01:04, 7 March 2020
The NRF24L01 module provides wireless capability for Arduino based projects to transmit and receive data between two or more modules.
Setup
The current recommended setup for the module:
Connect the pins as follows:
Unit | From | To |
---|---|---|
Arduino Uno | VCC
|
3.3V
|
Arduino Uno | GND
|
GND
|
Arduino Uno | CE
|
digital pin 7
|
Arduino Uno | CSN
|
digital pin 8
|
Arduino Uno | SCK
|
digital pin 13
|
Arduino Uno | MOSI
|
digital pin 11
|
Arduino Uno | MISO
|
digital pin 12
|
Arduino Uno | IRQ
|
not connected
|