About 407,000 results
Open links in new tab
  1. Simple nRF24L01+ 2.4GHz transceiver demo - Arduino Forum

    Aug 28, 2016 · Because the nRF24s use SPI to communicate with the Arduino they must use Arduino pins 13, 12 and 11 (SCK, MISO and MOSI). It is also necessary to connect the CSN and CE pins and any of the Arduino I/O pins can be used for them.

  2. nRF24L01 – How It Works, Arduino Interface, Circuits, Codes

    Feb 27, 2022 · In this tutorial we will learn how to use the nRF24L01 RF transceiver module to make a wireless communication between two Arduino boards.

  3. nRF24L01+ Trying to write sketch without using the Library

    Mar 4, 2017 · I am attempting a sketch for an Arduino and a nRF24L01+ that acts as a repeater node. I searched through TMRh20's Library code but could not find a function or command that toggles the register to RX or TX mode.

  4. nRF24L01+ over software SPI - Arduino Forum

    May 4, 2018 · I SOLVED leaving the TFT over hardware SPI (it is fast enought now) and moving nRF24L01+ to a software SPI. To move nRF24L01+ over a software SPI i did in this way: edited RF24_config.h and UNcommented #define SOFTSPI (it was // #define SOFTSPI)

  5. RF24 communication with Arduino - Raspberry Pi Stack Exchange

    Aug 1, 2014 · This code will communicate between the Arduino and Raspberry Pi. The Pi is the sender (Transmitter) and the Arduino is the receiver. You might need to adjust the import paths as your code is most likely in a different location.

  6. nRF24L01 for communication 1 way and 2 way | Arduino Project …

    Sep 2, 2020 · In the next project I may apply those nRF24L01 to my wireless car and soon. So, without any longer story, you can see below videos for how to connect nRF24L01 for 1 way communication and for 2 way communication. Additional documentation for 7 channel remote control using nRF24L01.

  7. How to choose SPI type used by RF24 library from application?

    My current solution is to make a copy of RF24 to RF24_SoftSpi and RF24Network to RF24Network_SoftSpi. I enabled SOFTSPI in “_SoftSpi” versions (+ renamed all files, fixed includes and #ifndef statements in headers to avoid ambiguous errors).

  8. How nRF24L01+ Wireless Module Works & Interface with Arduino

    In this tutorial, we’ll guide you through setting up the nRF24L01+ module with Arduino using three practical examples: First, we’ll create a simple one-way communication system where one Arduino sends a simple message to another Arduino.

  9. NRF24L01 Tutorial - Arduino Wireless Communication

    So, I did a bit of research and found this "NRF24L01 RF Transceiver Module" which I can use to create a mesh of wirelessly connected microcontrollers. In this tutorial, I am going to show you guys how to use this transceiver module to add wireless communication between two or …

  10. RF24 to communicate with arduino - Raspberry Pi Forums

    Feb 5, 2015 · I recently got an 2 RF24s to use with my arduino and my pi. I can figure out how to get the arduino side working as there are lots of tutorials and libraries for it. But I want to make a python program to use the RF24 connected to my pi.

Refresh