NRF24L01 Getting Started Guide

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • "WIRELESS COMMUNICATION"
    Learn How to use the NRF24L01 RF Module in just a few minutes...
    Get code, schematic from here- www.hackster.i...
    #RF #NRF24 #RADIO

Komentáře • 131

  • @GammaAerospace
    @GammaAerospace Před rokem +12

    Absolutely wonderful video, I am not lying when I say no other CZcamsr could explain the module this well and get straight to the point... thanks, you've got a ney sub!

  • @ashupatellllll
    @ashupatellllll Před 9 měsíci +1

    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.

  • @janmenzinga
    @janmenzinga Před rokem +1

    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.

  • @sumitradesai2146
    @sumitradesai2146 Před 4 lety +5

    Awesome I got your channel from your Coil gun

  • @demonchief1176
    @demonchief1176 Před 3 lety +2

    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.

  • @AkashBagFEce
    @AkashBagFEce Před rokem +2

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

  • @mr.g1625
    @mr.g1625 Před 3 lety +1

    Nice explanation . I have implemented without any problems.thank you sir...

  • @benjaminlapicerosjr.6390

    This is exactly what I am looking for. Thanks a lot Sir.

  • @megafone5489
    @megafone5489 Před 2 lety +7

    nrf24l01 modules without antena is not 300 meters is maximum 50 meters open land

  • @beginnersplay947
    @beginnersplay947 Před měsícem

    Thanks man, i was searching for this

  • @Art-inventions
    @Art-inventions Před 3 měsíci

    Tnx Arnov...That was to the point and very informative...can you post some test outdoors for this unit please?

    • @ArnovSharma
      @ArnovSharma  Před 3 měsíci

      Thanks! Will try to make a part 2 of this video in which some outdoor testing will be included.

  • @amrendramandal8695
    @amrendramandal8695 Před 7 měsíci

    Thanks buddy for this video, it will be help me.

  • @jonahvimeo4276
    @jonahvimeo4276 Před 5 měsíci

    Tahks you are very good

  • @Hashir.S-t4x
    @Hashir.S-t4x Před 2 měsíci

    but why do u add servo code in this code please explain me sir

  • @pratyakshaggarwal5737
    @pratyakshaggarwal5737 Před 3 lety +2

    Can we buy these modules directly from nordic semiconductor as half the modules in market are fake

  • @studilize
    @studilize Před 2 měsíci

    Can I use my phone to connect with nrf module to transmit or receive the data like HC 05

  • @comedy740
    @comedy740 Před 10 měsíci

    sir watt we can connect nrf240l transistor with the flysky ct6b receiver please give me replying please😢😊

  • @user-xd9xk9gq8h
    @user-xd9xk9gq8h Před rokem

    i have 2 x rfx2402e module from wltoys v666-ufo, but i try with nrf library not working, is there any other library?

  • @emmanouhldigkas1661
    @emmanouhldigkas1661 Před rokem

    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

  • @siyumdineththika6624
    @siyumdineththika6624 Před 3 lety +1

    Nice! 👌

  • @Electricalwala2714
    @Electricalwala2714 Před 3 lety +1

    Can this receiver model work under water means receiver model can catch signal underwater

  • @newthinkofficial
    @newthinkofficial Před 2 lety +1

    Is nrf adapter necessary to use with these nrf modules ?

  • @allpakdishinfo8910
    @allpakdishinfo8910 Před rokem

    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

    • @ArnovSharma
      @ArnovSharma  Před rokem

      Nice Project idea, it seems possible but why not use ESP32 instead of the NRF?

  • @Technoboy928
    @Technoboy928 Před rokem

    Can someone help me with the Library required?
    Maybe link?

  • @jumbo999614
    @jumbo999614 Před 3 lety

    I successfully use pushbutton to control LED wirelessly through this module but never with Servo. I don't know why.
    please help.

    • @ArnovSharma
      @ArnovSharma  Před 3 lety +2

      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.

    • @jumbo999614
      @jumbo999614 Před 3 lety

      @@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);
      }
      }
      }

  • @teja2647
    @teja2647 Před 3 lety

    how many meters it can communicate within building with multiple walls between TX and rx.will it communicate with person outside building

  • @Wolfhunter666
    @Wolfhunter666 Před 8 měsíci

    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.

    • @ayanmukherjee4531
      @ayanmukherjee4531 Před 7 měsíci

      May be there is a problem in the circuit , you can heat the pcb and try.

  • @jaydeepbatra6909
    @jaydeepbatra6909 Před 11 měsíci

    Need to make a wire less subwoofer, if you can prepare, i will pay the payment

  • @ashlry1280
    @ashlry1280 Před 10 měsíci

    why my serial monitor not appear?

  • @Rehan-ru9ux
    @Rehan-ru9ux Před 3 lety +2

    Can nrf24L01 pa/lna communicate with nrf24L01?

    • @ArnovSharma
      @ArnovSharma  Před 3 lety +1

      It can. Just use same address for communication

    • @Rehan-ru9ux
      @Rehan-ru9ux Před 3 lety +2

      @@ArnovSharma thanks arnov but what will be the range 100m or 1km?

    • @ArnovSharma
      @ArnovSharma  Před 3 lety +1

      @@Rehan-ru9ux 200-300m, for 1km use pa/ln module

    • @Rehan-ru9ux
      @Rehan-ru9ux Před 3 lety +1

      @@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?

    • @ArnovSharma
      @ArnovSharma  Před 3 lety +1

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

  • @shaunferris6063
    @shaunferris6063 Před 3 lety

    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

  • @samerator4233
    @samerator4233 Před rokem

    Can an nrf24l01 can connect to an RF nano?

  • @razorr1920
    @razorr1920 Před 3 lety

    Can you see this beacon on Android bluetooth scan by just powering up the module?? I mean without connecting it to a arduino???

    • @ArnovSharma
      @ArnovSharma  Před 3 lety

      What beacon

    • @razorr1920
      @razorr1920 Před 3 lety

      @@ArnovSharma I mean once you power up NRF24L01 will it show in bluetooth list even when not connected to arduino

    • @ArnovSharma
      @ArnovSharma  Před 3 lety

      @@razorr1920 didn't knew that. I guess because they both work on similar RF frequencies?

  • @niteshrajput3910
    @niteshrajput3910 Před 3 lety

    please do range test for NRF24L01 PA/LNA in open and closed space

    • @ArnovSharma
      @ArnovSharma  Před 3 lety

      In close space, its around 50 meters and in open its 200 meters

    • @teja2647
      @teja2647 Před 3 lety

      @@ArnovSharma how many meters it can communicate within building with multiple walls between TX and rx.will it communicate with person outside building

  • @tahasinmohammadtahasin9300

    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?

    • @ArnovSharma
      @ArnovSharma  Před rokem

      That depends on obstruction between sender and receiver. If there's whole building in between then maybe less than 100m. Even 50m

    • @tahasinmohammadtahasin9300
      @tahasinmohammadtahasin9300 Před rokem

      @@ArnovSharma ohh damn now this is really poor range

    • @ArnovSharma
      @ArnovSharma  Před rokem

      Here's one solution, add an antenna to this module. You can solder an external antenna cable directly with the nrf pcb antenna

    • @tahasinmohammadtahasin9300
      @tahasinmohammadtahasin9300 Před rokem

      @@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

    • @AkashBagFEce
      @AkashBagFEce Před rokem

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

  • @user-lb9mi7rq7r
    @user-lb9mi7rq7r Před 7 měsíci

    Can you share the PCD design Files ?

  • @GregoryBenitez-p8w
    @GregoryBenitez-p8w Před 16 hodinami

    Hegmann Island

  • @TitusGranvold-g2f
    @TitusGranvold-g2f Před dnem

    Donnelly Mission

  • @be8d973
    @be8d973 Před 3 lety +1

    Why my nrf24l01 not connected each other please reply the solution

    • @ArnovSharma
      @ArnovSharma  Před 3 lety

      have you added the capacitors to VCC and GND? if yes then try to reset both TX and RX setup at same time

    • @be8d973
      @be8d973 Před 3 lety

      Please reply how to reset tx and rx please send tutorial

    • @be8d973
      @be8d973 Před 3 lety

      How to reset nrf24l01????

    • @be8d973
      @be8d973 Před 3 lety

      Nrf24l01 not working what I do ?reply

    • @ArnovSharma
      @ArnovSharma  Před 3 lety

      @@be8d973 Try to Reset both Transmitter and Reciever at the same time!

  • @ruialmeida2605
    @ruialmeida2605 Před rokem

    Hey, where did u buy these modules?

  • @youtubewatcher2594
    @youtubewatcher2594 Před 10 měsíci

    from where can i install the nrf24lo1 library

    • @roshanakthar.n
      @roshanakthar.n Před 6 měsíci

      I also need it.if you have please share the link

  • @dassajityadav5555
    @dassajityadav5555 Před 4 lety

    Super sir for 10 km range which RF module is best

    • @ArnovSharma
      @ArnovSharma  Před 4 lety +2

      LORA MODULE

    • @dassajityadav5555
      @dassajityadav5555 Před 4 lety +1

      @@ArnovSharma sir lora ke bhi bhut projects dekhe but koi mila nhi open area me to chances h but building se nhi

    • @ArnovSharma
      @ArnovSharma  Před 3 lety +1

      Lora se 6 km range tak cover ho jati hai Bhai.. bass thoda mehnga hai Lora.

    • @dassajityadav5555
      @dassajityadav5555 Před 3 lety

      @@ArnovSharma ok bhai

  • @EdwardLopez-o2m
    @EdwardLopez-o2m Před 3 dny

    Justen Stravenue

  • @WilfredoRendon-h8e
    @WilfredoRendon-h8e Před 5 dny

    Orland Forest

  • @PearlGoldfine-g4n
    @PearlGoldfine-g4n Před 4 dny

    Janie Road

  • @ValentineEzekiel-n6p
    @ValentineEzekiel-n6p Před 2 dny

    Jayden Oval

  • @nikuu541
    @nikuu541 Před 4 lety

    analog gaming controller?

  • @GeorgeSmith-v1p
    @GeorgeSmith-v1p Před 3 dny

    Reichel Run

  • @JeriScheffer-g3r
    @JeriScheffer-g3r Před 3 dny

    Kerluke Isle

  • @roslinda3492
    @roslinda3492 Před rokem

    Can I use that tool for WiFi repeater, pls pen

  • @AshleaGreising-j9i
    @AshleaGreising-j9i Před 3 dny

    Daphne Flat

  • @KristyChavez-c4w
    @KristyChavez-c4w Před 4 dny

    Carson Neck

  • @RobertWharton-m4h
    @RobertWharton-m4h Před 3 dny

    Guillermo Ways

  • @plabandebbarma155
    @plabandebbarma155 Před rokem

    Hundred metre kaise hoga 1000 m hoga 1.2 km

  • @ClydeAlexia-w7x
    @ClydeAlexia-w7x Před dnem

    Ross Pine

  • @dov9528
    @dov9528 Před 3 lety

    How many distance got by real time testing

    • @ArnovSharma
      @ArnovSharma  Před 3 lety

      Full coverage inside House and 200 m outside

    • @dov9528
      @dov9528 Před 3 lety +1

      @@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 ✌️❤️

    • @ArnovSharma
      @ArnovSharma  Před 3 lety +1

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

  • @George1Johnson1-k6g
    @George1Johnson1-k6g Před 12 hodinami

    Bobbie Drive

  • @GalsworthyRegan-b6o
    @GalsworthyRegan-b6o Před 4 dny

    Zulauf Crossroad

  • @AlvinDierking-x5d
    @AlvinDierking-x5d Před 18 hodinami

    Feest Camp

  • @JanelBarbrick-h6p
    @JanelBarbrick-h6p Před dnem

    Haag Manors

  • @TomasSchroder-t1z
    @TomasSchroder-t1z Před dnem

    Oral Vista

  • @santhoskumar2592
    @santhoskumar2592 Před 3 lety

    Bro can we use it as wifi module

  • @dassajityadav5555
    @dassajityadav5555 Před 4 lety

    10km range no restrixtion of building suggest model sir

    • @ArnovSharma
      @ArnovSharma  Před 4 lety +1

      How about making an two way communicator with lora module. Like a walkie talkie for 10k range.

    • @dassajityadav5555
      @dassajityadav5555 Před 4 lety

      @@ArnovSharma device ON OFF with feedback possible or not sir

    • @ArnovSharma
      @ArnovSharma  Před 4 lety +1

      @@dassajityadav5555 possible

  • @dhacreator5638
    @dhacreator5638 Před rokem

    life joos

  • @Milkymiruku
    @Milkymiruku Před 4 měsíci

    Terrible pronunciation