point to multi-point

will these radios do point to multi-point ? I need two diferent ground stationd to track the balloon.

Earl

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • There was an earlier discussion on this topic that you might want to check out here: http://diydrones.com/forum/topics/multiple-radios-on-the-same-netwo...

  • Developer

    Hi Earl,

    If you just want to receive at multiple places then you can do that, but if you want two-way comms between all 3 radios then things are a bit trickier.

    If all you want is a extra receivers, then set the extra ones to have a DUTY_CYCLE of 0. That will stop it transmitting and it will get in TDM sync with whatever radio it can 'see'. It will work best if either the two ground stations can't see each other, or you use a single hopping channel. If both ground stations can see each other and you have multiple hopping frequencies then you'll get some loss as the TDM gets confused by the conflicting phase information from the other two radios.

    If you want both ground stations to be able to send to the balloon then you can do it, but you will get some packet loss as they both try to talk at once. You can set a LBT_RSSI value so they "listen before talk", which will reduce the amount of interference a lot, but it still won't be ideal. Again, setting a single channel will work best.

    We could add true N-way comms to the firmware, but I don't plan on doing that soon. If you want to do it yourself then grab the source tree and start coding! If you know some C coding then hopefully you'll get the hang of things.

    Cheers, Tridge

  • still nothing on point to multi-point ???

    Earl

This reply was deleted.

Activity