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 wireless capability for [ | The NRF24L01 module provides wireless capability for [https://www.arduino.cc/ Arduino] based projects to transmit and receive data between two or more modules. | ||
==Setup== | ==Setup== | ||
Line 48: | Line 48: | ||
|<code>not connected</code> | |<code>not connected</code> | ||
|} | |} | ||
==References== | |||
# [https://howtomechatronics.com/tutorials/arduino/arduino-wireless-communication-nrf24l01-tutorial/ howtomechatronics.com wireless tutorial] | |||
==See Also== | ==See Also== | ||
* [ | * [[Using an Arduino as an ISP to Write a Bootloader]] |
Revision as of 01:30, 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
|