How to Two way communication NRF24L01 1km (chat) and Arduino

Поділитися
Вставка
  • Опубліковано 20 жов 2024

КОМЕНТАРІ • 57

  • @dannytee9226
    @dannytee9226 6 років тому +1

    I like the step-by-step and orderly manner of your tutorial.

  • @GeorgeDergham
    @GeorgeDergham 6 місяців тому +1

    This is so helpful, thank you very much .GREAT JOB.

  • @arashi926
    @arashi926 5 років тому +2

    What a great video, very well explained, and very well documented. Very usefull, it has everything I needed; Thank you very much.
    Just to give something back (not to critizise you!): receive is written recEIve (not recIEve), but maybe that was just a typo.

  • @TheSamwongms
    @TheSamwongms 4 роки тому +5

    I picked the "two-way" file for my trial but both serial monitors only displayed the "transmit" information without the "receive" data. Could you please tell me what went wrong.

  • @salaheddinerach2981
    @salaheddinerach2981 3 роки тому +2

    hello i have a problem with my nrf24L01 it receives only ??????? or ```````````` I don 't know why so if u know the problem tell me as soon as possible

  • @dannytee9226
    @dannytee9226 6 років тому +1

    This is wonderful. Very fascinating. Thanks for sharing with the world

  • @Riknotgoo19
    @Riknotgoo19 4 роки тому +1

    I want to tell belive me you are the besssssst and thank you so mtttch broo

  • @Gillass
    @Gillass 4 роки тому +5

    it dident work for me

  • @QwertYuiop-dg8yp
    @QwertYuiop-dg8yp 4 роки тому +2

    I think the code is not transmitting, the serial monitor will be shown on the transmitter not the receiver

  • @mirangpanchal687
    @mirangpanchal687 2 роки тому +1

    I have copied exact same but my two modules arent connecting with each other the text sent isnt being recieved , I have double checked everything pls help me

  • @sansritpaudel8455
    @sansritpaudel8455 5 років тому +2

    I have purchased new nrf24l01 pa+pla.. they are not communicating all wiring correct, all codes correct. Does antanne have pair?? Can we choose any as transmittor and receiver?? Please help me to communicate

    • @hudzaifahalghifary
      @hudzaifahalghifary 4 роки тому +1

      try to change channel both.. [ myRadio.setChannel(105); ]or re check pin connection on coding [RF24 myRadio (9, 10);] to phisically wired.

  • @eranbetzalel8352
    @eranbetzalel8352 5 років тому +1

    This is so helpful, thank you very much!

  • @carlossolorzano8530
    @carlossolorzano8530 5 років тому +1

    This was a perfect video bro, thanks

  • @nguyenthuy9824
    @nguyenthuy9824 4 роки тому +1

    Before using 2 module NRF24L01 +PA+LNA to connect each other. Whether do you have using commands to connect them or nor? Because my project (remote control car) is being got some problems. I connected as below
    Case1:
    Transmitter: Arduino nano, joystick, NRF24L01
    Receive: Arduino nano, L298N, NRF24L01 + PA+LNA
    => it's working well
    Case2:
    Transmitter: Arduino nano, joystick, NRF24L01+PA+LNA
    Receive: Arduino nano, L298N, NRF24L01
    => it's not working
    Case3:
    Transmitter: Arduino nano, joystick, NRF24L01+PA+LNA
    Receive: Arduino nano, L298N, NRF24L01
    +PA+LNA
    => it's not working
    Case4:
    Transmitter: Arduino nano, joystick, NRF24L01
    Receive: Arduino nano, L298N, NRF24L01
    => it's working well
    So. Can you/everyone help me this?
    Thanks

  • @Hubert7323
    @Hubert7323 5 років тому

    You made very helpful tutorial. Thank you!

  • @jumbo999614
    @jumbo999614 Рік тому

    Instead of sending text message back and forth, I want to send signal from sensors back and forth. Please teach me how.
    I have push button and servo on 1st device and LED and potentiometer on 2nd device.
    I'm able to push button on 1st device and light up LED on 2nd device.
    But when I turn potentiometer on 2nd device, the servo doesn't response. It only response the few seconds the device is power on.
    I can hear servo move a bit then does nothing after that.
    I have code. Maybe you could take a look and find the errors in the code.

  • @langolinodiivan7320
    @langolinodiivan7320 2 роки тому

    The receiver module doesnt recieve, can you help me?

  • @abhishekkumar-bq7vi
    @abhishekkumar-bq7vi 3 роки тому

    this is very helpful but plz make a one video that how can we transfer one string on p10 matrix throuh one nrf24 to another via bluetooth app

  • @eranbetzalel8352
    @eranbetzalel8352 5 років тому

    im trying to do LED blink two way communication like your "two way input" tutorial but to blink LED on both arduino when im press button on arduino 1 arduino 2 LED blink and the opossite the same. any idea how can i make it happend?

    • @Electroni
      @Electroni  5 років тому

      send some text from 1st Arduino like "on" and than write on 2nd Arduino if received message = "on" turn on Led

  • @KakashiHatake-fl7oc
    @KakashiHatake-fl7oc 5 років тому

    I want to transmit the excel sheet data from one system to other hiw can i do it
    Can you please help me out !!

  • @garchuuu99
    @garchuuu99 2 роки тому

    Hey, where is the link description for Coding?

    • @Electroni
      @Electroni  2 роки тому

      link for download is in video description

  • @dickyqubill
    @dickyqubill 5 років тому

    Can you how to make two communication.. 3 led and 3 push button ? Please

  • @thomasghost
    @thomasghost 5 років тому +1

    Super communication

  • @Anton-sz6ef
    @Anton-sz6ef 5 років тому +1

    What if I connect it to the Arduino at 5V without that board?

    • @martinj9647
      @martinj9647 5 років тому +1

      You will make your precious NRF splode

    • @Electroni
      @Electroni  5 років тому +1

      board is designed to 3.3v you must connect it to regulator, voltage divider or something like this because 5v directly can destroy NRF24l01 module

  • @haoho472
    @haoho472 5 років тому +1

    Thank you so much ♡

  • @itsmesyedofficial
    @itsmesyedofficial 3 роки тому

    Hey Friend!
    I am not able to achieve more than 100meters range using: nRF24L01 + PA + LNA please help my settings are as follows:
    radio.setPALevel(RF24_PA_MAX);
    radio.setDataRate(RF24_250KBPS);
    Please help!!!

  • @ik5o378
    @ik5o378 3 роки тому

    Perhaps, You did not consider that one packet of nRF24L01 is up to 32 bytes.

  • @ganeshpingle.8423
    @ganeshpingle.8423 Рік тому

    can you make same video but using ESP8266 module.????

  • @BD-33
    @BD-33 5 років тому

    i have nrf24l01 with antenna and i have one without antenna .. They can not communicate with each other
    ..
    Should they be the same type
    ..

    • @Electroni
      @Electroni  5 років тому

      no it must work, check connections

    • @BD-33
      @BD-33 5 років тому

      @@Electroni thanks , I will try again

    • @UserX94831
      @UserX94831 4 роки тому

      same problem. I solved it both sides using the same device. (antenna + antenna)

    • @robtechcrew2158
      @robtechcrew2158 4 роки тому

      @@UserX94831 try using breakout, it worked for me

  • @hemantparmar395
    @hemantparmar395 4 роки тому

    Hay I try for nrf24l01 with esp32 for both transfer and reciver but I can't gat success if you make a video on it . It will very helpful ., On internet I didn't get any tutorial on esp32 with nrf24l01

  • @narasimmanm1500
    @narasimmanm1500 10 місяців тому

    Are you sure..Its working upto 1km distance.....

    • @Electroni
      @Electroni  2 місяці тому

      in open air, yes, i tested it

  • @ArjunKohli
    @ArjunKohli Рік тому

    thanks

  • @steb9094
    @steb9094 4 роки тому

    excuse me sir
    my rx has a a problem plss help
    Rx Serial Monitor:
    Package:769
    0.00
    xp``A??>||pppa
    Package:769
    0.00
    xp``A??>||pppa
    Package:257
    0.00
    88pp`@

  • @abolfazlahmadi41
    @abolfazlahmadi41 4 роки тому

    My nrf24l01+pa+lan
    I can't make wierlas to 1 KM

  • @N.g.Chanal
    @N.g.Chanal 3 роки тому

    i need chat code.where i fine?

  • @serjeelranjan8345
    @serjeelranjan8345 5 років тому +2

    Nice music

  • @hamzalemouchi7610
    @hamzalemouchi7610 5 років тому

    Give me the code please,because i could not right it from the vedeo.

    • @Electroni
      @Electroni  5 років тому

      In video description

  • @armstrong4358
    @armstrong4358 3 роки тому

    Are you using the same code for the 2 arduino?
    thank you