NRF24L01 Multiple Transmitters and Single Receiver for Sensor Monitoring using Arduino

Поделиться
HTML-код
  • Опубликовано: 8 июл 2024
  • НаукаНаука

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

  • @batticha462
    @batticha462 3 года назад +8

    One of the best learning channels on the RUclips

  • @shingabiss
    @shingabiss Год назад +1

    This is an excellent, well made tutorial! I have been searching for what this presentation covers for days! Thanks for making this!

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

    Great video

  • @davidverheyen6635
    @davidverheyen6635 3 года назад

    Looks good! Als a project I made almost the same but with the nrf24mesh module. That has the advantage of trying to find a route to the endpoint by itself if a relay-point fails.

  • @aadhikarianish
    @aadhikarianish 3 года назад +1

    Very nice video

  • @electronic7979
    @electronic7979 3 года назад +2

    Nice project

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

    Thanks for the great content. One comment - for those sensors at the lowest level in the network that will be wired to the MCUs, you just need a transmitter instead of a transceiver since you are only reading from those sensors.

  • @safaramini3175
    @safaramini3175 3 года назад +1

    Tank you very good

  • @webslinger2011
    @webslinger2011 3 года назад +1

    Finally found a very good tutorial for multiple nrf network data communication. Thank you!

    • @ElectroniClinic
      @ElectroniClinic  3 года назад +1

      very soon will upload the other two versions

    • @webslinger2011
      @webslinger2011 3 года назад

      On the first part, I encountered an error on the receiver side. I just deleted "done =" from radio.read(data, sizeof(data) ); Now it works! Also noticed the last recorded values remained after turning Off the transmitters. Might need to modify if statements to default to zero.

    • @ouchanihida3327
      @ouchanihida3327 3 года назад

      @@ElectroniClinic I have a small problem. I need to use components that are compatible with Arduino. A position sensor (so I use a GPS module. This GPS module must be Adafruit Ultimate GPS Data Acquisition Module (GPS Included)). A position storage (with an SD card that must work with an SPI link). A bluetooth interface. A GUI to visualize the route (using an Android tablet that is compatible with a bluetooth module).
      you can advise me to use what as a component . because it's 3 components must be compatible with Arduino and an Android tablet IHM thanks to a Bluetooth module.

    • @webslinger2011
      @webslinger2011 3 года назад

      @@ElectroniClinic Hi! Could you post links for all the libraries you used? I'm encountering a problem for the SimpleTimer and LCD display. Thanks!

  • @shakerileiwat4341
    @shakerileiwat4341 3 года назад +1

    Very very great useful video ♥♥♥

  • @rafaelrpa
    @rafaelrpa 24 дня назад

    Este canal é fantástico! Tem me ajudado muito no meu desenvolvimento.

  • @epanudin
    @epanudin 3 года назад

    hello, if between transmitter 1 and 2 if the frequency is different can the receiver receive?

  • @gauravkhatri8778
    @gauravkhatri8778 3 года назад +1

    Thanks

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

    Sir what is program for covering the maximum distance while using rf24networl library...

  • @ouchanihida3327
    @ouchanihida3327 3 года назад

    I have a small problem. I need to use components that are compatible with Arduino. A position sensor (so I use a GPS module. This GPS module must be Adafruit Ultimate GPS Data Acquisition Module (GPS Included)). A position storage (with an SD card that must work with an SPI link). A bluetooth interface. A GUI to visualize the route (using an Android tablet that is compatible with a bluetooth module).
    you can advise me to use what as a component . because it's 3 components must be compatible with Arduino and an Android tablet IHM thanks to a Bluetooth module.

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

    Please answer the question about "void value not ignored as it ought to be" .done=radio.read(data,sizeof(data)); reciever code is no good with this error message

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

    can you use a different version of nrf?, for example nrf24l01 with antenna

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

    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.

  • @rafaelrpa
    @rafaelrpa 24 дня назад

    Is there anything specific to be done with the Esp32 DevKit V1 board, to use the nRF24L01+PA+LNA, because I've done it in several ways and didn't connect for anything?

  • @aliibrahim8257
    @aliibrahim8257 3 года назад +2

    facing problems void value not ignored as it ought to be
    at line ------------> done = radio.read(data, sizeof(data) );

    • @rominar.8958
      @rominar.8958 3 года назад +1

      I have the same problem. Could you solve it?

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

      @@rominar.8958 Did you solve your proble with "error: done = radio.read(data, sizeof(data) ); ?

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

      @@rominar.8958 Did you solve your proble with "error: done = radio.read(data, sizeof(data) ); ?

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

      Same problem🥺

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

    Thank you for the video that makes me can find idea for my thesis. I have a question, can the data be stored into database such as TinyDB and be visualize in some kind of apps like web apps or mobile apps?

  • @shakirmohdnoor4095
    @shakirmohdnoor4095 3 месяца назад

    Which is better? The one with the header or the one with node address?

  • @inspirationalwords3847
    @inspirationalwords3847 Год назад +1

    Great lesson please can you do the same project using a PIR motion sensor with a siren at the reciever, thank you

    • @ElectroniClinic
      @ElectroniClinic  Год назад +1

      ya, of course, I can. I added this to my list.

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

      @@ElectroniClinic : I am having a problem with receiver code displaying error:- done = radio.read( data,sizeof(data) );
      ^
      exit status 1
      Compilation error: void value not ignored as it ought to be

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

    Schematic shows only one capacitor, but PCB shows 4 (across NRF24L01 + and -). What are the other ones for?

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

    Great work Sir, please can you assist on this error:
    Receiver coding for the nrf24L01 radio\Receiver coding for the nrf24L01 radio.ino:58:39: error: void value not ignored as it ought to be
    done = radio.read( data,sizeof(data) );

  • @sylgonjaysanoy8890
    @sylgonjaysanoy8890 Год назад +1

    i like you video and presentation..
    may i ask question can I use these method of programming using 7segment display??

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

      Thank you. Ya you can use.

    • @sylgonjaysanoy8890
      @sylgonjaysanoy8890 Год назад +1

      @@ElectroniClinic how would i code it because I've try many times and nothing happen.

  • @shakirmohdnoor4095
    @shakirmohdnoor4095 10 месяцев назад

    Where can i get the components list for this project?

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

    Thank you for your tutorial. It was very helpful. I have one problem: my receiver is getting data from my 4 transmitters in strange intervals. I get data from transmitters 1-4 in a sequence like 111111222233232442444444444444441212123444. Can you help explain why this is happening? Thank you!

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

    Thank you. I am studying and researching to make my final year project. Where can I contact with u to learn more about this wireless technology?. Pls respond. I really need your help

  • @priyanka6933
    @priyanka6933 3 года назад

    Hello! I want your help and guidance in one of my project, can you help me please

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

    I want to make a remote car project, I've tried to communicate in bi- directions and it worked. but because of my situation i need 2 arduino nano in the car, so can nrf24 be used for 3 units to communicate in bi-directions ?

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

      ya of course you can use. watch my other videos on nrf modules.

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

      @@ElectroniClinic thank you very much sir, if i use 2 different microcontrollers is this not a problem? for example remote stm32f103c8 and remote car arduino nano

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

      @@maulanawahyudi7127 ya, you can use. I did the same thing in my latest videos on Lora Sx1278 modules.

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

      @@ElectroniClinic I have a problem, sir, when communicating in two directions using stm and arduino, where the feedback reading from the sensor in my car reads randomly even though I've used the same program on my arduino ide with my arduino nano. Please help me, what should i do ? Because my program works fine in arduino nano

  • @IRONMAN-pi6fh
    @IRONMAN-pi6fh Год назад

    how to make multiple receivers controlled by single transmitter

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

    I'm curious about something.
    Is there any specific reason why you use those specific identifying codes,
    231 and 434?
    Is that significant for some reason?
    Could one just use 0 and 1 or perhaps 0, 1, 2, 3, 4, 5, 6 to identify?

  • @ranjithshetty7078
    @ranjithshetty7078 3 года назад +1

    Sir make it water level monitor using nrf

  • @sezginkorkmaz976
    @sezginkorkmaz976 3 года назад +1

    This is a nice project.how can i send the data collected by nrf reciever module via gsm module internet.thanks in advance.

    • @ElectroniClinic
      @ElectroniClinic  3 года назад +1

      this is quite simple, All you need define another serial port on the Arduino for the GSM module, and then all you need is to send that data to the gsm module. If you find this confusing, you can watch my videos on gsm module.

    • @sezginkorkmaz976
      @sezginkorkmaz976 3 года назад +1

      @@ElectroniClinic thanks

  • @aleqsbitadzeee3389
    @aleqsbitadzeee3389 3 года назад

    How to connect base nodeoo leavel3 Without leavel 2 ? For example if leavel2 is disconnected? I want everyone to be able to connect with each other.

  • @brianmillan1626
    @brianmillan1626 3 года назад +1

    How can i read the address of direction for example node1 send a and the valué of sensor

    • @ElectroniClinic
      @ElectroniClinic  3 года назад

      This idea i will explain in the next video. It will be based on the two way communication. Any node will be able to communicate with any other node in the network.

    • @ElectroniClinic
      @ElectroniClinic  3 года назад

      Even if you watch this video, you will find, these nodes are assigned unique address, on the receiver side i am using if conditions to check form which transmitter i am receiving the data.

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

    If i send data from multiple transmitters simultaneously that data gets garbled can u please help on this.

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

      It's been 2 months since your question with no answers.
      So I'm curious, have you figured this out?
      I'm working on a project right now where I'll have up to 6 transmitters and 1 receiver. (well, there may be more than 1 receiver for a couple of different locations).
      So I've been wondering the same thing.
      I have no problems with one on one, but 6 to one, I'm not sure of how to do that either.
      I don't know that if all 6 go into LISTEN mode and the receiver sends out a code to trigger one at a time. When the code, say, C1, C2, C3 etc is heard, then THAT module would SEND its data, then wait for a confirmation of receipt.
      The other way I thought though, is since I'm using Nextion Enhanced displays for each Tx, they have RTC and what I thought was, MAYBE, I could have the Nextion, depending on the channel that the Arduino is configured for, it could tell the arduino to SEND at certain intervals, each device being at specific intervals.
      Perhaps a 2 or 3 second difference.
      Just ideas at this point.

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

    Attention using modules produced by EBYTE, based on nrf24L01. From some time on they use a clone and not a true Nordic component, not compatible with previous modules. This has caused many problems on production based on this module! EBYTE does not admit this! Buy these modules from more reliable builders (or build it your own)

  • @lomv5807
    @lomv5807 3 года назад +1

    good pls give me heart

  • @arduino2914
    @arduino2914 3 года назад

    Where is the pipe⛲ disappears in the last sketches? 👲

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

    Can you please give me code for f-22 plane for transmitter and receiver

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

      ruclips.net/video/bD7rQbnSbek/видео.html like this transmitter and receiver code please I will subscribe to your channel 🥺🥺🥺🥺

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

      The code was not opening

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

      check my video on arduino rc plane

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

      its available on website

  • @DavidPlass
    @DavidPlass 3 года назад

    You don't explain how to have more than 5 nodes.