Two receivers at the same time

About receivers, transmitters, transceivers, connections, antennas etc.

Moderators: rtenklooster, Voyager, BertB, Stuntteam

Post Reply
Message
Author
phermansson
New user
Posts: 6
Joined: 28 Mar 2017, 06:19

Two receivers at the same time

#1 Post by phermansson » 01 Apr 2017, 09:41

Thinking about an idea... What about connecting two receivers at the same time, to the same input? One for 433MHz and one for 868MHz. Of course you cant just connect them, I was thinking of using diodes. Something like a 1N4148 or BAT85 on each receiver output and to the Mega's input pin. I know the signal will be lower, about 0,7 volts for the 4148 and 0,2 volts for the Bat85 but the Mega probably wont mind.
There will be collisions if both receivers receive at the same time, but that also happens if two transmitters transmit at the same time.
The question is if the diodes gonna disturb the signal edges? Is a 4148 fast enough?
Have anobody tried this before?

User avatar
Stuntteam
Site Beheer
Posts: 789
Joined: 27 Jan 2016, 16:46

Re: Two receivers at the same time

#2 Post by Stuntteam » 01 Apr 2017, 10:21

Wont work..
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8

phermansson
New user
Posts: 6
Joined: 28 Mar 2017, 06:19

Re: Two receivers at the same time

#3 Post by phermansson » 01 Apr 2017, 12:31

Why not? To connect two outputs to one input like this aint nothing new.

Voyager
Normal user
Posts: 59
Joined: 15 Apr 2015, 14:25

Re: Two receivers at the same time

#4 Post by Voyager » 01 Apr 2017, 16:18

Both receivers will send pulses to the pin, the software will not know which module is providing pules

phermansson
New user
Posts: 6
Joined: 28 Mar 2017, 06:19

Re: Two receivers at the same time

#5 Post by phermansson » 02 Apr 2017, 07:44

No it wont, but does it care?

phermansson
New user
Posts: 6
Joined: 28 Mar 2017, 06:19

Re: Two receivers at the same time

#6 Post by phermansson » 02 Apr 2017, 11:32

Ok, I made some test now that didn't work. But it is the diode that makes trouble. Too bad I don't have a BAT85 to test with, just 1N4148.
I connected one receiver directly to the Mega, it works. I connect the receiver via an 1N4148, doesn't work. Hmm.

User avatar
Stuntteam
Site Beheer
Posts: 789
Joined: 27 Jan 2016, 16:46

Re: Two receivers at the same time

#7 Post by Stuntteam » 02 Apr 2017, 19:39

Two reicever modules then can send signals at the exaxct same time..
receiver 1: 10101010
receiver 2: 01010101
arduino sees: 11111111 which actually means that the pin goes high and stays high until both modules are done receiving.
Thus there is no way to see who is receiving what and what the signal actually was..
There are other solutions and we are working on that.
-=# RFLink Gateway Development Team #=-
Introduction: http://www.nemcon.nl/blog2/
Generic Support forum: http://www.esp8266.nu/forum/viewforum.php?f=8

phermansson
New user
Posts: 6
Joined: 28 Mar 2017, 06:19

Re: Two receivers at the same time

#8 Post by phermansson » 08 Apr 2017, 06:46

Mmm thats true. And the noise from the second receiver will interrupt the signal from the first receiver, therefor it wont work.

Post Reply

Who is online

Users browsing this forum: No registered users and 15 guests