permission to ask everyone, I'm making a project with nrf24l01 multiple transmitters single receiver, where each transmitter sends data from the sensor simultaneously but only one of the transmitters can be read at the receiver, why is that?. im using code from this web Anas Kuzechie Projects: Wireless Sensor Data Transmission via nRF24L01 Transceivers i change to serial print
Why is that???? Turn several radios on and tune to different stations. Turn the volumes up and listen. Can you hear one station? Same thing that you have created.
if you have multiple transmitters continuously transmitting you will get corruption of the signal and data will be lost
the simplest thing is for the receiver to poll each transmitter in turn
A quick question? If one is transmitting a "1" and another is transmitting a
"0" while a third is change state what would you expect to read, remember only one read as this is all occurring at one time.
These have channels, maybe that will help or code such as the receiver transmits and asks for data from one of the sensor units.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.