NRF24L01 Wireless Module To Arduino Uno: Difference between revisions
Jump to navigation
Jump to search
m (Mmusij moved page NRF24L01 Wifi Module to NRF24L01 Wireless Module) |
No edit summary |
||
Line 5: | Line 5: | ||
==Setup== | ==Setup== | ||
The current recommended setup for the module: | The current recommended setup for the module: | ||
[[File:NRF24L01 to Arduino Uno bb.png|500px|NRF24L01 Connected to an Arduino Uno unit]] | |||
Connect the pins as follows: | Connect the pins as follows: | ||
Line 45: | Line 48: | ||
|<code>not connected</code> | |<code>not connected</code> | ||
|} | |} | ||
==See Also== | ==See Also== | ||
* [https://howtomechatronics.com/tutorials/arduino/arduino-wireless-communication-nrf24l01-tutorial/ howtomechatronics.com wireless tutorial] | * [https://howtomechatronics.com/tutorials/arduino/arduino-wireless-communication-nrf24l01-tutorial/ howtomechatronics.com wireless tutorial] |
Revision as of 01:28, 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
|