NRF24L01 Wireless Module To Arduino Uno
Revision as of 02:39, 26 May 2019 by Mmusij (talk | contribs) (Created page with "Category:ArduinoCategory:Agile:Projects The NRF24L01 module provides wifi capability for Arduino based projects to transmit and receive data between two or more m...")
The NRF24L01 module provides wifi capability for Arduino based projects to transmit and receive data between two or more modules.
Setup
The current recommended setup for the module:
When using an Arduino Uno connect the pins as follows:
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
See Also
- [howtomechatronics.com https://howtomechatronics.com/tutorials/arduino/arduino-wireless-communication-nrf24l01-tutorial/] wireless tutorial