Multiple Transmitters Single Receiver Wireless Network via nRF24L01

preview_player
Показать описание
Link to circuit diagrams and C++ codes:
Рекомендации по теме
Комментарии
Автор

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

rlrentertainmentsinventions
Автор

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

GGGatzy
Автор

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

pierricdoublet
Автор

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

salh
Автор

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

sameerk
Автор

As always another great video ! Thank you

AlvaroPandolphousa
Автор

thanks sir, we are waiting other project.

agahgokdag
Автор

beginer teaching i like this thank you

suthapjuly
Автор

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

josephbudget
Автор

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.

langrock
Автор

Thank you very much this video is too helpful

Laith_Alhilaly
Автор

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.

xrphobby
Автор

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

johnacsyen
Автор

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?

svengaefgen
Автор

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.

ziancale
Автор

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?

edwinsalguero
Автор

What is the maximum data throughput capable with this setup?

BkerStreet
Автор

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?

sentiaarianti
Автор

from where you getting that pipe address?!!

AThahasinErollno
Автор

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.

c-stefanjacobsarosilito