How the nRF24L01 Wireless Transceiver Module Works With Arduino.

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 62

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

    Gold tutorial. I was having so much trouble understating how to use these and you made it simple and it worked for my project! Thank you for the time you put into this!

  • @JohnKawsar-u8v
    @JohnKawsar-u8v Před měsícem

    Hi friends
    Thank to this channel
    I have tested the project and it realy works

    • @vijayk7152
      @vijayk7152 Před 13 dny

      Both led always on condition...could you help

  • @lampfall7915
    @lampfall7915 Před 2 lety +2

    Hi nice video I am trying to redo your tuto but after compiling the code, led blink and when I able the button nothing change ,
    Please I need your help?

    • @sithembelemsibi9505
      @sithembelemsibi9505 Před rokem

      I also have the same problem... Please help if you founf a solution

  • @wandersonsilva-fx1cs
    @wandersonsilva-fx1cs Před 2 lety +1

    I got your code and did the test here it worked very well!. Congratulations! sorry I'm a beginner! I want to know how I would use 4 buttons or 2 buttons and a servo motor?
    Thank you for your attention! Thanks

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

      Hi, please could you help me mine is not working

    • @sithembelemsibi9505
      @sithembelemsibi9505 Před rokem

      @@lampfall7915 hi did you get help?
      Mine is also not working

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

    Good introduction to the modules.

  • @naveenk4792
    @naveenk4792 Před 10 měsíci +3

    WHAT HAPPENS WE PRESS TWO BUTTON AT A SAME TIME?????????

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

    So clear. Thank you.

  • @ShijilThachilodi
    @ShijilThachilodi Před 3 lety +3

    I am sorry, I didnt get it! The code states digitalWrite(led1, HIGH);
    digitalWrite(led2, HIGH); and it just keeps the LEDs on by default. did you used different code for the video ?

    • @scienceforscientists6864
      @scienceforscientists6864 Před 2 lety +2

      you are right

    • @scienceforscientists6864
      @scienceforscientists6864 Před 2 lety +2

      i have faced same problem

    • @lampfall7915
      @lampfall7915 Před 2 lety

      Hi, please could you find why the leds keep on?

    • @lampfall7915
      @lampfall7915 Před 2 lety

      @@scienceforscientists6864 hi, how did you solve this problem and why it happens?

    • @aspect5712
      @aspect5712 Před 2 lety +2

      void loop() {
      radio.startListening();
      while (!radio.available());
      radio.read(&buttonState, sizeof(buttonState));
      Serial.println(buttonState);
      delay(100);
      if (buttonState == 1) {
      digitalWrite(led1, LOW);
      }
      else if (buttonState == 0) {
      digitalWrite(led1, HIGH);
      }
      else if (buttonState == 3) {
      digitalWrite(led2, LOW);
      }
      else if (buttonState == 2) {
      digitalWrite(led2, HIGH);
      }
      }
      *add a delay function on the recieving side*

  • @Mrmath76
    @Mrmath76 Před 2 lety

    Great jop❤ would you please make a video about to push button as toggle switch with nrf module
    Thanks☝️

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

    Thanks dude rlly helpful❤❤❤

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

    Thank you, it's a very good program😊

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

    please modify code for 8 channel same remote ( project working very nice) how to increase range 500 miter

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

    It work for 1 kilo meter if you have a transmitter with antenna

  • @prakashb1278
    @prakashb1278 Před 2 lety

    How to put nRF24l01 to stand-by mode?

  • @xrphobby1341
    @xrphobby1341 Před 2 lety

    I used shift register 74HC165 to increase my push button switches, and 3 pins of Shift register (Load in Pin1, Clock in Pin2 and Serial out Pin9) are connected to arduino with wires and it's working ok. How is it possible to connect wirelessly 3 pins of Shift register to 3 or more arduino boards and achieve the same result with the use of NRF24L01? THANK YOU.

  • @danrusu9546
    @danrusu9546 Před rokem

    Good evening! I need arduino code please for the following problem> on a development board I have a gyro sensor and a wireless module that transmits the gyroscope data to another development board that has a wireless module and a board with leds. the LEDs light up depending on the movements received wirelessly from the gyroscope.thank you!

  • @krishnapalsinghrajput8707

    I need your contact details Sir for some help.
    As when I compile the code in Receiver it starts to blink without transmitter.

  • @sylgonjaysanoy8890
    @sylgonjaysanoy8890 Před rokem

    what will happen if you press the button at the same time?

  • @2kBofFun
    @2kBofFun Před 2 lety

    Please educate people the right way to do the wiring:
    SPI should be connected over the ICSP headers, that way wiring is the same on any board as that's what ICSP is for.

  • @allefherculano4862
    @allefherculano4862 Před 2 lety

    muito bom o video, ainda mais com legenda kkkkk.. Fiquei com uma duvida: no transmissor o estado do buttonpin1 será transmitido pelo buttonstate1 e o estado do buttonpin2 será transmitido pelo buttonstate2, até ai tudo certo. A dúvida é na questão do receptor, aonde chega o estado do buttonstate1 e buttonstate2?

  • @jumbo999614
    @jumbo999614 Před 3 lety

    I successfully control LED wirelessly through this module but never with Servo. please help.

  • @k.gshafiulmojnabin3172
    @k.gshafiulmojnabin3172 Před 6 měsíci

    i need your help for 4 switch function project

  • @mikedavis4039
    @mikedavis4039 Před 4 lety

    have you got any tutorial on how to control a servo instead of LED using buttons?

    • @mytectutor
      @mytectutor  Před 4 lety

      I’ll make one soon. Thanks for the idea

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

    I have ma question: can this system as it is work in a 30 or more meters long room? With the two arduinos having that distance with each other?

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

      a bit late but these can work up to (and past) 1Km with the right conditions and an antenna

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

    Hi sir could this be used to control 8 separate relays ?
    I need to operate momentarily 8 separate machines over a distance of about 400 meters. Using an 8 button hand controller

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

    Make 7 channel on nrf2401 on Arduino Uno

  • @4110mahindra
    @4110mahindra Před 3 lety

    Thank you.

  • @cactus7830
    @cactus7830 Před 3 lety

    sir in nano should we connect the led to A0 AND A1 OR D2 AND D3

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

      Analog pins are only for reading a signal and you do not need an analog pin for led you need to use the led with a digital pin and a gnd pin on the digital pins side because there are 2 gnd pins one for analog and one for digital

  • @shielamaetangian4094
    @shielamaetangian4094 Před 3 lety

    what resistors you have in LED and BUTTON?

    • @scienceforscientists6864
      @scienceforscientists6864 Před 2 lety

      you can use 330ohm for led

    • @2kBofFun
      @2kBofFun Před 2 lety

      Buttons shall not be connected with resistors. Open a random appliance, and buttons always connect straight to the ground. Because there are such things as internal pull-up resistors.

  • @fayazdharwad5999
    @fayazdharwad5999 Před 3 lety

    Make forward reverse rc toy car using 4 push button ,using arduino

  • @RandomRY
    @RandomRY Před 3 lety

    sir i have doubt

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

    ❤❤

  • @shubhamsirvi482
    @shubhamsirvi482 Před 3 lety

    Using cheapest microcntroller in the place aurdinuo

  • @rickykimanzi
    @rickykimanzi Před 4 lety

    Can it be used in a raspberry pi to control internet radio?