We're working on a model rocket project. And we need two transmitters and one receiver. One of the transmitters is for the rocket body and the other is for the scientific payload in the rocket; the receiver is for the ground station.
As far as we've researched, RFM95/96 is really good at long range telemetry to use for point-to-point. We've tested it also.
However, we plan to use two transmitters simultaneously so we need two different channels but there aren't any options about channels on RFM9X devices and when we try to transmit data simultaneously, the receiver can not receive the packets in order.
How can we design the telemetry system that works with the rate higher than 1Hz using 2 TX and 1 RX nodes? Ground Station must be collecting the sampled data at least 1 Hz rate.