Questions 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.

Filter by
Sorted by
Tagged with
-1 votes
0 answers
21 views

RF24 issues on an Arduino Mega and Nano

This is an issue a friend of mine has been having for a while now. He needs to send data using an Arduino Uno and receive data using an Arduino Mega. The purpose is to eventually be able to keep track ...
user avatar
0 votes
0 answers
35 views

Teensy3.2; 4.0 wireless audio nRF24L01 - delay increases over time

At first there is almost no delay(between them), over a few minutes there is a delay of around 1 sec.Accidentally the SCK of the nRF24L01(transmitter) got disconnected, reconnected it back and the ...
user avatar
  • 1
2 votes
0 answers
30 views

RF24 Network. More than one payload

I am using Nrf24Lo1 to communicate a payload of button commands resulting in leds being lit on second. This is working OK. My aim is to have one as Tx and more than one as RX, I can find several that ...
user avatar
  • 21
1 vote
1 answer
19 views

Cubecell AB01 with nRF24L01

I have been trying to connect a nRF24L01 to a Cubecell AB01 without much luck. Most of the time, the radio.available() function always returns true resulting in a bunch of garbage. I have figured out ...
user avatar
1 vote
1 answer
85 views

how to detect when a transmitter is turned off?

Using the nrf24l01 wireless module I want to control a led with the sketch below. The transmitter automatically sends data at intervals of one second continuously and when the receiver counter reaches ...
user avatar
  • 51
5 votes
0 answers
242 views

nRF24L01 continuously reading closed pipe

I am testing communication between two nRF24L01 modules. The receiver is getting the transmitted message but is also continuously reading (null) data from a closed pipe? I am using the RF24 by TMRh20 ...
user avatar
  • 111
0 votes
1 answer
42 views

nRF24L01 programming issue

I'm new to nrf24l01 . I have a two nrf24l01 they both works very well ,I tested them with a simple LED blinking program. Now I write a program for both transmitter and receiver to just send message ...
user avatar
1 vote
0 answers
54 views

No communication between two stations that include Arduino Nano and nRF24L01

I'm struggling to establish a link between two Arduino Nano using nRF24L01 (the module that contains PA and LNA). I assume I made a coding mistake (May be in the setup method?), and I need help in ...
user avatar
1 vote
0 answers
120 views

NRF24L01 receiver flooded with data packets

Following this tutorial I attempted making an NRF transmitter and receiver using an Arduino Nano. On the transmitter side I used the following code: // SimpleTx - the master or the transmitter #...
user avatar
3 votes
1 answer
505 views

NRF24 and Arduino Nano Every usage

Im building an RC car project and using 2 NRF24's for communication. I own an Arduino Uno, Nano and Nano Every. The NRF's work great with the Uno and Nano in any combinations but using a Nano Every ...
user avatar
0 votes
1 answer
859 views

RaspberryPi Pico SPI and nrf24l01

I am programming a RaspberryPi Pico with the Arduino IDE. Works pretty well, but now I try to control an nrf24l01 module. My code compiles but I do not know on which pins the SPI bus has to be hocked ...
user avatar
  • 340
9 votes
5 answers
1k views

Same structure taking different memory space on Uno and NodeMCU ESP8266, leading to data corruption when transferring via nRF24L01+

I'm trying to transfer data between a Arduino Uno board to a NodeMCU ESP8266 board, using nRF24L01+ transceivers module and RF24 library on both side. The data I'm transferring are stored in a struct ...
user avatar
  • 220
2 votes
1 answer
55 views

SPI.begin doesn't work after tristate

I am working on a ultra-low power project using an ATMEGA328P, a nRF24L01 and a 0.47F super-capacitor to measure various sensors akin to Gammon's solar power project. I have been having problems with ...
user avatar
  • 43
1 vote
0 answers
299 views

Using BLE via NRF24L01 to communicate with Android phone

I have been going through a tutorial about this, based on the example code for the "BTLE" Arduino Library. This is my program: #include <SPI.h> #include <RF24.h> #include <...
user avatar
1 vote
0 answers
30 views

How can I send 2 orders using nRF24L01

My project is to control a servo with a joystick using nRF24L01. I have this code working well, but the problem is that I want to add a lamp in the receiver side, and a switch in the transmitter side. ...
user avatar
  • 11
1 vote
1 answer
214 views

Message is sent multiple times from one arduino to another, using nRF24L01

I am trying to build a bidirectional communication channel, using nRF24L01 and two arduinos. The message is introduced using a button (but) in Morse code, decoded and then sent when another button (...
user avatar
1 vote
0 answers
44 views

Communication code between nrf24l01's suddenly not working. Hardware is fine

I specifically had saved code for the purpose of checking the connection, but it doesn't seem to work anymore. All the examples from this simple tutorial work, so it can't be a hardware issue. Maybe ...
user avatar
  • 11
0 votes
1 answer
41 views

Add nRF24L01 to a project

I Have a Liquid Level Project that Currently uses an Oled display. I have just discovered the existence of the nRF24L01 wireless communication module; and it is exactly what I need to make my project ...
user avatar
2 votes
0 answers
27 views

Arduino NRF24LO1

I have a problem with transmiter (Arduino uno) and receiver (Arduino nao). When I am trsmiting that I receive that: An this is my code for receiver #include <SPI.h> #include <nRF24L01.h> #...
user avatar
  • 21
1 vote
0 answers
163 views

Interfacing Arduino nano ,adxl335 ,nrf24l01

I'm trying to make a project with this conection diagram but I don't think it's correct , and my adxl sensor died . Can you help me with a modified one ?
user avatar
  • 11
2 votes
1 answer
70 views

Nrf24l01 smd pcb placement tips

I am working on pcb design with nrf24l01 smd. I have read somewhere that nrf24l01 module has problem while communication when it is placed with its antenna within the pcb. I want my module to be ...
user avatar
2 votes
0 answers
74 views

nRF24L01 +pa +lna link does not communicate

I’m trying to create a link between two nRF24L01 units. Each nRF24L01+-based module (purchased) is connected to Arduino Nano on a custom-designed PCB. The printed wiring is per the hardware ...
user avatar
1 vote
0 answers
55 views

NRF24L01+PA+LNA communication problem

I'm trying to communicate between two NRF24L01+PA+LNA modules. I know that NRF24L01+PA+LNA modules are consuming a lot of power and here is my 3.3V power circuit. The LM317 datasheet says it can ...
user avatar
  • 111
1 vote
0 answers
231 views

Power down NRF24 to conserve battery life using MOSFET

I'm using a Pro-Micro to send messages using NRF24 module from a remote location, using batteries (later on, will be recharged using solar panel). To conserve power, Pro-Micro wakes up every 30 ...
user avatar
  • 790
1 vote
0 answers
46 views

Problem communicating Using Nrf24l01+pa+lna, I am receiving 00 Hex

I am trying to build a wireless switch. At one end, I have Arduino Uno connected to Nrf24l01+pa+lna module. While at the other end there is Arduino Nano connected to Nrf24l01+pa+lna and a relay. I ...
user avatar
1 vote
0 answers
71 views

Getting Nrf24l01 modules to work!

I am at my wit's end with these Nrf24l01s. A bit of history: I have ordered about 25 of these, tried the adapter board, read every article, tried every sketch (including Robin's tutorial), powered the ...
user avatar
  • 11
1 vote
0 answers
45 views

Communication between two nrf24l01

i can't figure this out, i have a task to get data from RX module that led has turned on. The Idea. I press push button on TX part, and led diode turn on, on RX part. Then RX send's data to TX that ...
user avatar
  • 61
3 votes
0 answers
280 views

nRF24L01+ problem with receiving response

I'm sending currently data from a Raspberry to an Arduino, but I have a problem with receiving response from the Arduino back to the Raspberry: Sent the message: ['H', 'i', '.', '.', 'A', 'r', 'd', '...
user avatar
0 votes
1 answer
273 views

nRF24l01+ Problems. Data is being recieved as 0

I am trying to transmit the values of three potentiometers via the nRF24L01+ (w/antenna). I am using the regulator designed for the nRF24L01+, so I don't think I need to add a decoupling capacitor. I ...
user avatar
1 vote
2 answers
267 views

NRF24 and usb digispark

I want to connect NRf24 module with digispark and use USB capabilities at same time. currently, i use this conexion diagram: NC PB5 1|o |8 Vcc --- nRF24L01 VCC, pin2 --- LED --...
user avatar
-1 votes
1 answer
397 views

RF24- Splitting and sending a longer than 32 byte payload

In order to send a long payload I've created the following function: void splitMSG(const char *msg, const int arraySize, const int len) { Serial.print("Array size: "); Serial.println(...
user avatar
  • 790
2 votes
0 answers
29 views

How to connect two arduinos with smartphone wirelessly

I'm working on a project that have two separate setups for Arduino, each Arduino read sensors and send data to smartphone. how to connect two Arduino then send all data to smartphone over Bluetooth?
user avatar
  • 21
0 votes
1 answer
3k views

NRF24l01 Channel switching

I have a NRF24L01 radio module. The description indicates that it can work in the ISM frequency range of 2.400 ... 2.525 GHz. The channel step is 1 MHz, and there are 125 channels in total. The ...
user avatar
1 vote
1 answer
212 views

Combining an NRF24L01 transmitter/receiver with an Adafruit Motor Shield V1?

I'm making a vehicle project as a way to learn Arduino. I've set up motor control for a number of DC-motors plus a servo via an Adafruit Motor Shield V1 that I picked up. Everything works fine, but ...
user avatar
  • 113
1 vote
0 answers
27 views

RFMesh (NRF24) for STM32F1

I wanted to know the RFMesh library available for Arduino Uno can be used for STM32F1? Will it work? Or they have seperate set of library for STM32
user avatar
  • 73
2 votes
2 answers
351 views

Understanding NRF24L01 specifications

I was reading this tutorial about the NRF24L01 and came across a few terms which I did not clearly understand. It uses the 2.4 GHz band Does this refer to the frequency of the EM waves that the ...
user avatar
  • 67
0 votes
2 answers
903 views

Bluetooth module vs wireless module Arduino

My main question is, what is the main difference between HC-05 Bluetooth module and NRF24L0 wireless module? Which should I buy? Which makes these 2 modules different than each other? Which one should ...
user avatar
1 vote
1 answer
88 views

What NRF24L01 module is this?

I received my NRF24L01 Module today but I'm having a hard time finding any resources about this particular combination of modules! https://imgur.com/a/HrzpvdR I tried searching up the v200 1812A but ...
user avatar
  • 9
-1 votes
1 answer
420 views

Sending data struct with 2 int fields from Arduino to Raspberry via NRF24L01

I'm trying to do wireless thermometer on max31865 arduino and nrf24l01 but I'm having problem sending whole data struct I can send int or char arrays but when I try to send whole struct I got output ...
user avatar
1 vote
1 answer
120 views

Why do NRF24L01 modules only communicate in 1 direction

I have 2 NRF24L01 +pa +lna modules connected to 2 arduino mini pros. One of the modules is on a joystick and the other one is on a airplane. Everything worked perfectly until last week when they ...
user avatar
0 votes
1 answer
860 views

ESP32 send data to another ESP32 without establishing a wifi connection

Originally I was creating a project consisting of the Atmega328P and NRF24L01 to create multiple arduinos that could talk to each other. Basically I was creating something like this: As the network ...
user avatar
  • 878
1 vote
0 answers
241 views

Using NRF24L01 as transmitter and receiver (transceiver)

I am using the NRF24L01 module to communicate between multiple Arduinos. For this example I will have a master transmiter (tx) Arduino and a salve receiver (rx) Arduino to illustrative better my ...
user avatar
  • 878
0 votes
0 answers
111 views

nRF24L01 only getting 10 meters range!

I am making a project where I need to communicate between two devices that are about 300-500 meters apart and might experience a lot of RF interference and obstacles. So I thought for initial testing ...
user avatar
1 vote
1 answer
108 views

Sending Strings from NRF24L01 to app

I want to send pushbutton status from the nrf24l01 module to the app named nrfConnect. I could only find libraries that allow me to send float values. How could I send String values to the app? Thank ...
user avatar
0 votes
2 answers
104 views

How to fix power overload when nRF24L01 connected for voice+gyro based headmouse?

For my head mouse project which is based on the voice recognition module V3.1 for left click, double click, right-click operations, I am facing a problem. I am using 433Mhz Radio Frequency one-way ...
user avatar
0 votes
0 answers
143 views

nRF24L01+ radio not transmitting anything but says it is

I have a nRF24L01+ radio that was working like a charm for many months now, and a few days back, I was trying to send something and then receive it. The transmitter initialized properly and said it ...
user avatar
0 votes
1 answer
834 views

nRF24L01 - Measuring distance using time elapsed

For school usage, my team and I are working on a wristband that will alert the user if they are too close to another wristband (for social distancing). The problem is measuring distance using radio ...
user avatar
  • 115
1 vote
4 answers
458 views

NRF24L01 Transmission Problems between Arduino UNO and Arduino Nano

I'm a beginner in using NRF24L01 tranceiver module. I tried sending a simple "Hello world" using Arduino Nano and a Arduino UNO with the use of two NRF24L01 modules. I don't get any output ...
user avatar
1 vote
1 answer
73 views

Motor noise on my Arduino RC?

I want to make an RC car based on two Arduino Nanos, two nRF24L01s (Rx and Tx), and a Pololu brushed motor driver, and it works, more or less. Sometimes it works very well and everything goes nicely ...
user avatar
-1 votes
1 answer
53 views

Arduino Nano-combo NRF2401

I am using two nano-combo for a RC car and when the remote emitter battery is too down if the car was running and battery finally empty the car was still running...is there any way by programming to ...
user avatar

1
2 3 4 5 6