Multiple Transmitters Single Receiver Wireless Network via nRF24L01

Поделиться
HTML-код
  • Опубликовано: 23 июл 2024
  • Link to circuit diagrams and C++ codes:
    akuzechie.blogspot.com/2021/0...

Комментарии • 41

  • @pierricdoublet6248
    @pierricdoublet6248 2 года назад

    A huge thank you for all this sharing and the quality of the work and documents provided! Thank you again!

  • @GGGatzy
    @GGGatzy 2 года назад +1

    finally after watching tons of videos, I found this awesome and very straight forward tutorial

  • @rlrentertainmentsinventions
    @rlrentertainmentsinventions 8 месяцев назад +1

    Thank you for giving this valuable information. Hands-off to your hardwork and great explanation

  • @AlvaroPandolphousa
    @AlvaroPandolphousa 2 года назад

    As always another great video ! Thank you

  • @sameerk12982
    @sameerk12982 2 года назад

    Excellent video Sir.. Thank you for sharing... Looking forward for more.

  • @alnoorratansi9364
    @alnoorratansi9364 2 года назад

    Excellent video great detail, Thanks

  • @Laith_Alhilaly
    @Laith_Alhilaly 2 года назад

    Thank you very much this video is too helpful

  • @suthap13july
    @suthap13july 2 года назад

    beginer teaching i like this thank you

  • @agahgokdag1845
    @agahgokdag1845 4 месяца назад

    thanks sir,we are waiting other project.

  • @salh2665
    @salh2665 7 месяцев назад

    ❤❤❤❤دائما متميز محتوى يستحق الدعم ❤❤❤

  • @sentiaarianti
    @sentiaarianti 2 года назад

    great video sirr! thank youuu and also is it possible if every transistor consist of 2 different sensors? for example transmitter 1 have dht11 and a gas sensor and then the second transmitter is the same? what should i do to change the code?

  • @xrphobby1341
    @xrphobby1341 2 года назад

    Thanks for your video. How is it possible to have 1 NRF204 transmitter and send exactly the same data to multiple NRF204 receivers, for example 4 receivers. I have Max7219 connected to Arduino to display 7-segment LED and wanted to send data wirelessly to other 4 Arduinos to display exactly the same output. Thank you for your help.

  • @B8kerStreet
    @B8kerStreet 2 года назад

    What is the maximum data throughput capable with this setup?

  • @ziancale8676
    @ziancale8676 2 года назад

    Sir, it is possible to make a multiple receiver wireless module to a single transmitter? That transmitter is of course will transmit one at the time.

  • @langrock74
    @langrock74 2 года назад +2

    Im confused about the radio.available() part. You say that you read the data from both pipes sequentially, but the code looks identical. Also, what if there’s only data in one of the pipes and you are trying to read twice as shown here? I think that the receiver should request the data from the sensor instead, as another commenter suggested. Would be great if you could make a video about this. Thanks for the great and concise content.

    • @billglass5160
      @billglass5160 2 года назад

      It seems that you should only read one time for every radio.availablable() event. That's how I coded my receiver. I doubt possibilities of receiving from both pipes at the same instance on the same channel frequency. I am waiting for delivery of my second transmitter to confirm that. I'll let you know. For my project, the receiver will always be powered up but both transmitters will be powered by battery. They will only wake up every hour or so. The receive cannot ask for a measurement when needed. However, it will continuously monitor the radio.available() coming from either transmitter.

  • @9c-18stefanjacobsarosilito3
    @9c-18stefanjacobsarosilito3 2 года назад

    dude thanks, I alwasy wanted to make an alarm system consisting of multiple motion sensors as transmitter and one receiver connected to a giant speaker.

  • @johnacsyen
    @johnacsyen 5 месяцев назад

    What about the reverse. How many receiver can be connected to one transmitter? I want to transmit data such that a specific receiver can light up an LED

  • @AThahasinErollno
    @AThahasinErollno 2 года назад

    from where you getting that pipe address?!!

  • @josephbudget2196
    @josephbudget2196 11 дней назад

    The explanation was cool . But i noticed your link isnt working

  • @robertwood2692
    @robertwood2692 2 года назад

    I don't know if you still reading people's comments but I need some help on a project that I working on.
    I using your code,(works great) but I trying to get the receiver to ask the transmitter to check for the temperature first ,then the transmitter receives the request then reads the temperature , then sends it back to the receiver then it can work on the rest of the program.

  • @edwinsalguero2126
    @edwinsalguero2126 Год назад

    Could you give an explanation of how to reverse having a single transmitter and 6 receivers and that the transmitter sends data to one of them and it does something like turn on an LED please?

  • @AC2237
    @AC2237 2 года назад

    Great Video, what is the range of the transmitter?

    • @AnasKuzechie
      @AnasKuzechie  2 года назад

      Thanks. Without external antenna, 20 to 30 meters.

  • @syaduinotech3681
    @syaduinotech3681 2 года назад

    Thanks for your sharing sir. Sir do you mind to share the idea on how the receiver get the result and thus published it to the clouds?

    • @AnasKuzechie
      @AnasKuzechie  2 года назад +1

      I have tutorials, where sensor data is displayed on web using Arduino uno Ethernet adapter.

  • @x-6790
    @x-6790 2 года назад

    i want to measure voltage of battery how can I?

  • @svengaefgen5909
    @svengaefgen5909 Год назад

    As you have an id in the data packets, you don't need to use more than one receiving pipe.
    If you distinguished the received data by their receiving pipe (via radio.avalable(&pipe);), you would really use the pipes.
    6:03 The receiver code show here uses two reads for one available, which is wrong.
    Why do you use the deprectaed uint64_t for the addresses anyway?

  • @bertranheideveld8702
    @bertranheideveld8702 Год назад

    Hello sir.
    Thank you very much for sharing your work.
    You give the pipe,s a number code.
    const uint64_t pipe1 = 0xF0F0F0F0AA;
    const uint64_t pipe2 = 0xF0F0F0F066;
    What is a number code for pipe 3 and 4 etc.
    Is there a table for that?
    Or do I have to make my own number code
    Thanks in advance for a response.

  • @zsoriandrei5802
    @zsoriandrei5802 6 месяцев назад

    nu functioneaza