Author Topic: How do I avoid data collisions with RFM96?  (Read 1774 times)

sabtain93

  • NewMember
  • *
  • Posts: 1
How do I avoid data collisions with RFM96?
« on: April 07, 2018, 11:14:06 AM »
hello everyone. I am new to this. I have three moteinomega's with RFM96 modules. so two of the radios are sending data to the third radio which is acting as a base station. Is there  a way to avoid the packet collision. Can anyone hint anything to this matter. THANK YOU

TomWS

  • Hero Member
  • *****
  • Posts: 1930
Re: How do I avoid data collisions with RFM96?
« Reply #1 on: April 08, 2018, 03:37:46 PM »
hello everyone. I am new to this. I have three moteinomega's with RFM96 modules. so two of the radios are sending data to the third radio which is acting as a base station. Is there  a way to avoid the packet collision. Can anyone hint anything to this matter. THANK YOU
I think the easiest thing to do is write your code so that it's tolerant of collisions because they will happen in practically any multi-node network.

Tom