-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trigger on peak RSSI #64
Comments
Please clarify. Is there an issue? Or it's a suggestion? What's the idea? |
It's not a big issue, but I think it would be a an improvement. Sometimes then two or more quadcopters passes finish line at the same time, I have not correct order registered. I think it's because now lap time is triggered as soon as rssi > rssiThreshold. But it's not exactly the closest point to the gate and its very sensitive to rssiThreshold setting. The closest point would be when rssi is at the max value. Sorry for my english. |
Got it. The idea is really nice. Need to think and experiment. |
In fact, you can take some inspiration from https://github.com/scottgchin/delta5_race_timer BTW, thanks a lot for sharing to the community, this is a great stuff. |
Thanks for pointing out. I'll take a look. |
Might be, it would be great to know what were those conditions. |
True. It would be great if someone had enough courage and time to make the research and suggest a good algorithm :) |
well this could be possible if the first gate pass == tracker pass. |
Maybe you can get some inspiration from Chickadee Tech DIY Laptimer too. |
Trigger lap time on peak RSSI. With only rssi > rssiThreshold, precision is very sensitive to vtx/antenna power and rssiThreshold value.
The text was updated successfully, but these errors were encountered: