I am trying use multiple RF Transmitters with multiple RF Receivers with 2 Arduino's. One Arduino has all the transmitters connected to it and the other has all receivers.
Is it possible to achieve communication between them such that each transmitter communicates with only one of the receiver? I am currently using Radio Head Library from which I am using RH_ASK module. Is there any other way to achieve this?
pranava2107:
I am trying use multiple RF Transmitters with multiple RF Receivers with 2 Arduino's. One Arduino has all the transmitters connected to it and the other has all receivers.
Is it possible to achieve communication between them such that each transmitter communicates with only one of the receiver? I am currently using Radio Head Library from which I am using RH_ASK module. Is there any other way to achieve this?
Why does one Arduino need several RF Transmitters that it uses to send data to several RF receivers on another single Arduino ?
Whats the problem with having one transmitter on one Arduino communicating with one receiver on the other Arduino ?
Perhaps it would help us if you can explain what the project actually is trying to do ?