Absolutely wonderful video, I am not lying when I say no other TH-camr could explain the module this well and get straight to the point... thanks, you've got a ney sub!
In stead of the brake-out board, you could consider using RfNano, that's an Arduino Nano+nrf24l01 in one. Maybe distance could be an issue, but I have good experience with RfNano.
00:04 NRF24L01 for long-distance communication 00:46 NRF24L01 is a versatile and powerful wireless transceiver module. 01:23 NRF24L01 module is simple and best for small, cheap and short-range communication. 02:23 NRF24L01 comes in single and multiple pieces with different ranges 02:56 Understanding the wiring diagram for the transmitter setup. 03:48 Setting up transmitter and receiver for message transmission 04:24 Power the receiver externally and connect it to the transmitter and computer. 04:54 NRF24L01 eliminates the need for rewiring devices.
This was extremely helpful. Thank you so much. I understood your accent and everything. No offence intended just some smaller channel youtubers have very thick accents that are hard to understand. Anyway Thank You so much.
hello, I have a device that has an NRF24L01 in it, can I put the NRF24L01 PA/LNA to increase the signal range, will it work immediately or will I have to make settings, please tell me
Using nrf24l01 antenna module, i successfully get renge more then 700meters in open area. It's funny depending on power system and good connection! I had designed dadicated pcb for it I got 700meters...
@@Rehan-ru9ux it will be 200m because you are still using the smaller range version. PA LNA module can transmit at 1000m but the generic NRF24L01 cannot receive the data from the 1000 range.
its basically the same man, you should check my other video on this servo controlling topic. I prepared a transmitter and receiver setup for toggling LEDs, servos, ESC.
@@ArnovSharma I ordered 10 pieces of normal nrf24l01 modules for my future projects..... If the range is too short it will be a waste ...... so thank you ✌️❤️
@@dov9528 you can increase the range by connecting them in a mesh system like one module will send data, the other will receive and then send it to another module, and so on.
Hello after working with these modules. I finally got it to work from your video THANK YOU. however, i have one problem. it will only send the signal a random amount of times then stop. I must then restart everything and it will again send a random amount of text's then stop. any idea what might be causing this
@@tahasinmohammadtahasin9300 Using nrf24l01 antenna module, i successfully get renge more then 700meters in open area. It's funny depending on power system and good connection! I had designed dadicated pcb for it I got 700meters...
@@ArnovSharma how many meters it can communicate within building with multiple walls between TX and rx.will it communicate with person outside building
Absolutely wonderful video, I am not lying when I say no other TH-camr could explain the module this well and get straight to the point... thanks, you've got a ney sub!
thanks mate!
Couldn’t agree more!
In stead of the brake-out board, you could consider using RfNano, that's an Arduino Nano+nrf24l01 in one. Maybe distance could be an issue, but I have good experience with RfNano.
00:04 NRF24L01 for long-distance communication
00:46 NRF24L01 is a versatile and powerful wireless transceiver module.
01:23 NRF24L01 module is simple and best for small, cheap and short-range communication.
02:23 NRF24L01 comes in single and multiple pieces with different ranges
02:56 Understanding the wiring diagram for the transmitter setup.
03:48 Setting up transmitter and receiver for message transmission
04:24 Power the receiver externally and connect it to the transmitter and computer.
04:54 NRF24L01 eliminates the need for rewiring devices.
Awesome I got your channel from your Coil gun
This was extremely helpful. Thank you so much. I understood your accent and everything. No offence intended just some smaller channel youtubers have very thick accents that are hard to understand. Anyway Thank You so much.
Glad it was helpful!
This is exactly what I am looking for. Thanks a lot Sir.
Thanks man, i was searching for this
Can I use my phone to connect with nrf module to transmit or receive the data like HC 05
sir watt we can connect nrf240l transistor with the flysky ct6b receiver please give me replying please😢😊
Nice explanation . I have implemented without any problems.thank you sir...
i have 2 x rfx2402e module from wltoys v666-ufo, but i try with nrf library not working, is there any other library?
Can this receiver model work under water means receiver model can catch signal underwater
It can but you need to waterproof your setup by potting it in epoxy or similar stuff
Thank you sir
Can we buy these modules directly from nordic semiconductor as half the modules in market are fake
Use Nordic official distributors, like arrow, mouser etc
Can u suggest me what is the cost of this module
In india 350rs -450rs max
hello, I have a device that has an NRF24L01 in it, can I put the NRF24L01 PA/LNA to increase the signal range, will it work immediately or will I have to make settings, please tell me
but why do u add servo code in this code please explain me sir
why my serial monitor not appear?
Can an nrf24l01 can connect to an RF nano?
Using nrf24l01 antenna module, i successfully get renge more then 700meters in open area. It's funny depending on power system and good connection! I had designed dadicated pcb for it I got 700meters...
Which one you use PA/LNA or the other one
@@ayanmukherjee4531 pa+lna module
Can someone help me with the Library required?
Maybe link?
Is nrf adapter necessary to use with these nrf modules ?
Not really
Can we use nrf 24l01 module to usb printer to make it wirelessly and send prints from mobile wifi and laptop wifi plz help me
Nice Project idea, it seems possible but why not use ESP32 instead of the NRF?
Tnx Arnov...That was to the point and very informative...can you post some test outdoors for this unit please?
Thanks! Will try to make a part 2 of this video in which some outdoor testing will be included.
Can nrf24L01 pa/lna communicate with nrf24L01?
It can. Just use same address for communication
@@ArnovSharma thanks arnov but what will be the range 100m or 1km?
@@Rehan-ru9ux 200-300m, for 1km use pa/ln module
@@ArnovSharma sir i mean to say what will be the range if we use one pa+lna and other nrf24l01 ?will it still be 200m?
@@Rehan-ru9ux it will be 200m because you are still using the smaller range version. PA LNA module can transmit at 1000m but the generic NRF24L01 cannot receive the data from the 1000 range.
how many meters it can communicate within building with multiple walls between TX and rx.will it communicate with person outside building
around 80-100 meters
I successfully use pushbutton to control LED wirelessly through this module but never with Servo. I don't know why.
please help.
its basically the same man, you should check my other video on this servo controlling topic. I prepared a transmitter and receiver setup for toggling LEDs, servos, ESC.
@@ArnovSharma Can't find the video about Servo that you mentioned. Here's the code. I don't know the problem which cause my UNO not responding to
potentiometer on ESP8266.
//*******NRF24L01 & ESP8266 ***************** //******************* NRF24L01 & Uno ***************
// with Potentiometer(Read) & LED(Write) // with Pushbutton(Read) & Servo(Write)
/* /*
NRF24L01 - NodeMCU ESP8266 NRF24L01 - Arduino UNO
Vcc(3.3v) - VCC VCC(3.3v) - VCC
GND - GND GND - GND
CE - D4 CE - 8
CSN - D2 CSN - 10
SCK - D5 SCK - 13
MOSI - D7 MOSI - 11
MISO - D6 MISO - 12
*/ /*
#include #include
#include #include
#include #include
#include
#define CE D4 #define CE 8
#define CSN D2 #define CSN 10
#define LED D1
#define pot A0
boolean buttonState = 0; #define pushbutton 4
int angleVal = 0; #define servopin 6
boolean buttonState = 0;
Servo srv;
RF24 radio(CE, CSN); RF24 radio(CE, CSN);
const byte address[][6] = {"00001", "00002"}; const byte address[][6] = {"00001", "00002"};
void setup() void setup()
{ (
pinMode(pot, INPUT); Serial.begin(9600);
pinMode(LED, OUTPUT); pinMode(pushbutton, INPUT);
digitalWrite(LED, LOW); srv.attach(servopin);
radio.begin(); radio.begin();
radio.openWritingPipe(address[1]); //radio.openWritingPipe(address[0]);
//radio.openReadingPipe(1, address[0]); radio.openReadingPipe(1,address[1]);
radio.setPALevel(RF24_PA_MIN); radio.setPALevel(RF24_PA_MIN);
radio.setDataRate(RF24_250KBPS); radio.setDataRate(RF24_250KBPS);
} )
void loop() void loop()
{ {
/* /*
//***********Receiving*************** //***********Sending*****************************
delay(50); delay(50);
radio.startListening(); radio.stopListening();
if(radio.available()) buttonState = digitalRead(pushbutton);
{ radio.write(&buttonState, sizeof(buttonState));
radio.read(&buttonState, sizeof(buttonState)); */
if(buttonState == HIGH)
{
digitalWrite(LED, HIGH);
}
else
{
digitalWrite(LED, LOW);
}
}
*/
//***********Sending*********** //***********Receiving***************************
delay(50); delay(50);
radio.stopListening(); radio.starListening();
int potVal = analogRead(pot); if(radio.available())
angleVal = map(potVal, 0, 1024, 0, 180); {
radio.write(&angleVal, sizeof(angleVal)); while(radio.available())
{
int angleVal = 0;
} radio.read(&angleVal, sizeof(angleVal));
srv.write(angleVal);
Serial.println(angleVal);
}
}
}
Can you share the PCD design Files ?
Why my nrf24l01 not connected each other please reply the solution
have you added the capacitors to VCC and GND? if yes then try to reset both TX and RX setup at same time
Please reply how to reset tx and rx please send tutorial
How to reset nrf24l01????
Nrf24l01 not working what I do ?reply
@@be8d973 Try to Reset both Transmitter and Reciever at the same time!
Can you see this beacon on Android bluetooth scan by just powering up the module?? I mean without connecting it to a arduino???
What beacon
@@ArnovSharma I mean once you power up NRF24L01 will it show in bluetooth list even when not connected to arduino
@@razorr1920 didn't knew that. I guess because they both work on similar RF frequencies?
from where can i install the nrf24lo1 library
I also need it.if you have please share the link
Thanks buddy for this video, it will be help me.
hy, I dont know why, my nrf modules are not working anyhow. i have tried many methods but still not worked. can you or anyone help me out please.
May be there is a problem in the circuit , you can heat the pcb and try.
How many distance got by real time testing
Full coverage inside House and 200 m outside
@@ArnovSharma I ordered 10 pieces of normal nrf24l01 modules for my future projects..... If the range is too short it will be a waste ...... so thank you ✌️❤️
@@dov9528 you can increase the range by connecting them in a mesh system like one module will send data, the other will receive and then send it to another module, and so on.
Will jlcpcb deliver products to india
they do.
analog gaming controller?
Hey, where did u buy these modules?
Amazon
Super sir for 10 km range which RF module is best
LORA MODULE
@@ArnovSharma sir lora ke bhi bhut projects dekhe but koi mila nhi open area me to chances h but building se nhi
Lora se 6 km range tak cover ho jati hai Bhai.. bass thoda mehnga hai Lora.
@@ArnovSharma ok bhai
I bought the nrf24 module for 70 cents!
Can I use that tool for WiFi repeater, pls pen
you can
Hello after working with these modules. I finally got it to work from your video THANK YOU. however, i have one problem. it will only send the signal a random amount of times then stop. I must then restart everything and it will again send a random amount of text's then stop. any idea what might be causing this
Baud rate perhaps
Bro that's a qualityful content but plz can you tell me that what is the minimum range in the nrf24l01 antenna version in a heavily crowded area?
That depends on obstruction between sender and receiver. If there's whole building in between then maybe less than 100m. Even 50m
@@ArnovSharma ohh damn now this is really poor range
Here's one solution, add an antenna to this module. You can solder an external antenna cable directly with the nrf pcb antenna
@@ArnovSharma nah bro I said the nrf24l01 PA/LNA version not the PCB one what will be the range of that will be in a crowded area
@@tahasinmohammadtahasin9300 Using nrf24l01 antenna module, i successfully get renge more then 700meters in open area. It's funny depending on power system and good connection! I had designed dadicated pcb for it I got 700meters...
nrf24l01 modules without antena is not 300 meters is maximum 50 meters open land
Thanks
wow u r linus torvalds😮
Bro can we use it as wifi module
Nope
@@ArnovSharma tq bro
please do range test for NRF24L01 PA/LNA in open and closed space
In close space, its around 50 meters and in open its 200 meters
@@ArnovSharma how many meters it can communicate within building with multiple walls between TX and rx.will it communicate with person outside building
Tahks you are very good
Nice! 👌
Need to make a wire less subwoofer, if you can prepare, i will pay the payment
10km range no restrixtion of building suggest model sir
How about making an two way communicator with lora module. Like a walkie talkie for 10k range.
@@ArnovSharma device ON OFF with feedback possible or not sir
@@dassajityadav5555 possible
Schimmel Gateway
Hundred metre kaise hoga 1000 m hoga 1.2 km
Goodwin Trace
Hollie Streets
Blanca Falls
Levi Street
Donnelly Mission
Prince Crossroad
Hegmann Island
Kerluke Isle
Justen Stravenue
Gracie Street
Millie Orchard
Nicolas Avenue
Agustin Corners
Glover Valley
Price Court
Freddy Ramp
Corwin Trail
Brakus Point
Janie Road
Sienna Trafficway
Gleason Keys
Schneider Cape
Jayne Junction
Witting Overpass
Orland Forest
Stehr Plaza
Romaguera Fort
Jayden Oval
Reichel Run
Kristin Spur
Hershel Flats
Hernandez Elizabeth Wilson Laura Rodriguez Christopher
Carson Neck
Daphne Flat
Erdman Knoll
Taylor Islands
Dan Canyon
MacGyver Shoal
Guillermo Ways
Ross Pine
Weber Gardens
Zelma Roads
Zulauf Crossroad
Jettie Mount
Landen Courts
Nikolas Park
Feest Camp
Oral Vista
Prohaska Lakes
Haag Manors
Ward Coves