CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 13:03:22 GMT
content-type: text/html; charset=utf-8
cf-ray: 965c56233bfe0bc9-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=a949309f-a6cf-4e45-a494-a63f9d0c11df; expires=Mon, 27 Jul 2026 13:03:22 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: f698f821-c74f-45c3-ae03-691fb6390a5d
x-worker-origin-response-time: 436000000
x-dns-prefetch-control: off
set-cookie: prov=a949309f-a6cf-4e45-a494-a63f9d0c11df; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=qEAL92ONLmu1cUTrl9zqqviKHYsqK_0okVgjwE5MjIU-1753621402-1.0.1.1-S3le8xYp7Io.RNDBhJfB2Okb6KN05bIuV4ogCKGl9hVTcWfgjg42EsltYJDPojl77SH6Jt6Lewzqj_hffXmifZdCzomvtA9QBLhbxAJh3Vc; path=/; expires=Sun, 27-Jul-25 13:33:22 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=FlnmJRgbnJ4zyUlvbVqTrUtmPBRopTlyrNKzzbEkiPw-1753621402566-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'nrf24l01+' Questions - Arduino Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [nrf24l01+]
An ultra low-power transceiver for radio communication in the 2.4GHz ISM band (Industrial, Scientific, and Medical). Commonly used by tinkerers because of its low cost and its easy to use SPI interface.
274 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
70
views
Set Throttle to 0 for Standard Analog Joystick on Multiwii + NRF24 Drone TX
I've been building a NRF24 Transmitter for my Multiwii 2.3 + NRF24 + BMP180 Drone. Everything looks okay, but when I want to test the NRF24L01 transmitter, I see from Serial Monitor and Mini LCD, It ...
0
votes
1
answer
107
views
Error: void value not ignored as it ought to be done = radio.read(&Irms, sizeof(float));
Good morning everyone, I had this sketch that worked now when loading the program gives me an error:
#include <Wire.h>
#include <SPI.h>
#include <nRF24L01.h>
#include <RF24.h>
...
2
votes
1
answer
481
views
ESP32: nRF24L01 receives no data
Using two, nRF24L01 with two, ESP32 DEVKIT V1. Trying to setup RF24 Library example, "Getting Started". Able to transmit on both nodes, however, there is no payload received when switching ...
1
vote
2
answers
353
views
How to connect nRF24L01+ with Arduino Giga R1?
I have bought 2 Arduino Giga R1, 2 nRF24L01+ modules and 2 nRF24L01+ adapters. I am using the Arduino SPI in order to connect it with nRF24L01+. And I am using the following code with this change in ...
-3
votes
1
answer
116
views
RF24 if statements are not reading properly, even if an "if" value is wrong, it still follows the associated code [closed]
My code is taking values from a remote and transmitting the state of it. Right now the states are just 1 and 0, on or off, and is writing over the serial monitor on the transmitting Arduino. On the ...
2
votes
2
answers
454
views
Changing SPI ports on an Arduino
My end goal is to read information from an nRF24l01 module connected to my Arduino UNO R3, and generate an interrupt whenever a message is sent to the Arduino.
Now, I have read that for Hardware ...
4
votes
1
answer
338
views
Connecting nRF24L01 to ATmega328PU with external 8 MHz crystal problem
I am trying to fix the problem of communicating between two nRF24L01+ together, one connected to an Arduino Uno and another connected to an ATmega328PU with an 8 MHz external crystal.
The bootloader ...
2
votes
1
answer
697
views
NRF24L01 PA+LNA With Arduino
I am using the NRF module for remote communucation.I have been many research about nrf but my nrf module is not working This is my tranmistter code:
#include <SPI.h>
#include <nRF24L01.h>
#...
3
votes
1
answer
728
views
How do I use a transmitter and receiver to send string messages conditionally to a receiver?
I'm working on a project to build a plant monitor that works from the outside with Arduino that picks up light and water values from it's environment then uses a nRF24L01 with an antenna and I've come ...
2
votes
1
answer
1k
views
How to connect a nRF24L01 to a Wemos D1 R2?
I have troubles connecting a nRF24L01 transceiver to a Wemos D1 R2 board. I succeeded on an Arduino Uno. Does anyone know the pinout?
I used (same as with Uno):
D13 - SCK
D12 - MI
D11 - MO
D8 and D9 ...
3
votes
0
answers
400
views
Raspberry pi pico (Arduino core) not initialising SPI correctly for NRF24l01
I'm working on a project where i have a Raspberry pi Pico connected to a NRF24l01+ to send some data.
However i'm not recieving any data on the reciever and i think that its because the SPI bus is not ...
3
votes
1
answer
735
views
Arduino hangs / freezes - can't figure out why
I am building a remote controlled boat. My remote project freezes after an arbitrary amount of time. The serial stops output, the OLED doesn't update anymore and instructions are not send / received ...
1
vote
0
answers
258
views
Is my nrf24l01 radio module broken?
I was trying to use two Arduino Nano connected to two RF24 modules to build a remote control boat. I self-assembled both the remote and the receiver circuit following the skematic suggested in that ...
1
vote
2
answers
369
views
Will many nrf24L01 radio modules running at the same time cause interference?
I am working on a battle bot type of project where their will be 4 transmitters communicating with 4 receivers attached to the robots in the 4 foot x 4 foot playing field. Are their any complications ...
1
vote
0
answers
188
views
NRF24L01 modules fail to stay connected. Work intermittently
I am trying to get the NRF24 Modules to work but all I get is short lived moments of when it works. I am using the transmitter to send signals to the receiver, which in turn sends a signal to the ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
arduino-uno × 101
arduino-nano × 39
wireless × 36
spi × 26
rf × 22
communication × 21
arduino-mega × 13
serial × 10
c++ × 10
raspberrypi × 9
arduino-ide × 8
programming × 8
attiny × 7
arduino-pro-mini × 7
library × 6
atmega328 × 6
wifi × 6
sensors × 6
esp8266 × 6
mpu6050 × 5
bluetooth × 4
arduino-micro × 4
code-review × 4
network × 4
c × 3
more related tags
Hot Network Questions
- Are classified documents subject to a subpoena in discovery?
- Can a minor run a business by having an adult act on their behalf?
- Civilian airplanes with inside fuselage jet engines
- Rec Letter from Professor (who I haven't done research with) or from Work Supervisor
- Easy ways to draw vector diagrams in TikZ?
- Why is 0.0 printed as 0.00001 when rounding upward?
- Are you required to protect trade secrets revealed to you even if you didn't sign an NDA?
- What is the best way to bevel these corners without these deformations showing?
- What is the meaning of 'Tel.......,qui......'
- The Russian president is struggling to pass a law now. Then, how much power does Kremlin have to initiate a congressional decision?
- Why does Gaza Humanitarian Foundation (GHF) not distribute more food in Gaza?
- A national poll of 1000 French returns 25% of "Yes". Is it enough to say that it's quite impossible locally to be 0%, if we don't know the variance?
- JK flip-flop timing diagram: is Wikipedia correct?
- Why are police personnel of all ranks called officers?
- How to change opamp variable resistor to fixed resistor?
- How do Japanese people understand the reading of a single kanji with multiple readings in their everyday life?
- Can Spi flash memory's contents be corrupted from heat?
- How to make that the object sliding down along the local axis while following the rotation of the another object?
- Hypothetical copyleft exposure developer on proprietary project, legal?
- Humans on alien planet get tailed by silent humanoids
- I don't understand Photos Library.photoslibrary
- Is this a violation of open source?
- Kepler's first law proof error - can anyone help me see what the error is?
- Class for validating code in different Conda environments with PyTorch