sheaivey / rx5808-pro-diversity

DIY project to create your own 5.8ghz FPV diversity basestation - based off the rx5808 receiver module. Project includes basic Arduino Nano implementation to advanced custom PCB board and introduction to digital switches 4066 chip.
http://www.laforgefpv.com
MIT License
596 stars 256 forks source link

Auto mode is a little _too_ auto #134

Open pfriedel opened 7 years ago

pfriedel commented 7 years ago

From what I could tell during race day, auto mode only considers the highest RSSI across the whole band and not local maximums, so you can't flick from racer to racer, you will always home in on the strongest signal. I do like the ability to not have to manually dink up those last 5-10mhz to get to the center, though.

Knifa commented 7 years ago

It uses a threshold --- it doesn't consider the rest of the band at all. The process is like:

  1. Continually scan through the channels.
  2. Stop once a channel has been found with RSSI over a certain threshold.
  3. Start homing in highest signal between this channel and the next N channels. Record RSSI for every N channels.
  4. Settle on the channel with the highest RSSI within that range.

I've been running into the same problem though, as have others in my group. Some things that need looked at: