- This topic has 2 replies, 3 voices, and was last updated 7 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Electronics › Electronics › Transformer
Hi,
i am trying to send the two sensors data from transmitter to receiver using 434Mhz RF module with Arduino, in coding i am using virtualwire library. one sensor data successfully receiving but two sensors data not perfectly receiving , if anybody have idea please describe the solution.
Hi there
Are you sending these sensors’ data simultaneously? If so, then always except incorrect results. These RF modules can handle only one communication at a time. If you want to work with two sensors at once, then make sure that you send their data in interleaving manner. What I mean is that their data should reach the receiver one at a time, so apply some sort of time division multiplexing technique or something similar.
Good Luck
r u using two different transmitter and one receiver?