-
Notifications
You must be signed in to change notification settings - Fork 16
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
Can't set RSSI channel to AUX7 #46
Comments
What hardware are you using? micro minimOSD? SteelePDB? |
It's micro minimOSD but kiss version: https://kiss.flyduino.net/dwkb/kiss-osd/ |
Hi Alex, |
You also need to adapt the config tool. |
I adopted both config tool and OSD, but problem is that it doesn't work yet :( I think I have problem in protocol part, since it's not properly loading aux channel values from kiss FC. I simply extended loop in ReadTelemetry method but it's apparently not enough. I noticed there is also something like bf32 mode, what's that? |
Felix added the extra AUX channels at the end of the telemetry byte stream. Make a second for loop with the offsets for the extra AUX channels 5-7. |
just a quick question, on the same topic, aux 5 to 7 is it fixed or on going in both configurator and OSD firmware? or a quick heads up on how to get it ti work. Tanks for your time. |
AUX 5 to 7 cannot be selected in the OSD (or config tool). I actually tried to add them, but ran out of program space. |
@awolf78 Thank you so much for your time, i should of gave a second thought and just move my channel around on FC V2 to fit your OSD firmware, i feel simple right about now. All sorted, thanks again for a great OSD and awesome work PS any OSD Firmware updates in the pipeline or this one is set in stone for now |
When new KISS FW comes out I will make a V2.5.1 release for D setpoint support. But otherwise you will not find any big changes here since I ran out of program space. |
@awolf78 thank you so much for your time and input in the minim osd, I’ll be looking forward to get the new firmware 2.5.1 when it comes out and use it in my quad set up for it. I did however just got delivery of the impulse rc wolf pub and osd, I most admit you did an awesome job on that, loving every bit of it. Great work my friend |
Glad to hear you like it! |
Hi,
This is not issue, but I would really appreciate if you can add support for RSSI channel up to AUX8 (channel 12). I'm using FlySky i6X radio which can provide RSSI only on channel 11 (AUX7). Since It cannot be changed in radio, It would be super cool if I could set RSSI channel to AUX7 in OSD.
Thank you,
Dominik
The text was updated successfully, but these errors were encountered: