-
Notifications
You must be signed in to change notification settings - Fork 44
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
Fix BetaFlight Issues #229
Conversation
Change reported power levels to include 0mW.
upon merge, this was GitHub action build 426. Build 426 causes immediate rainbow on freestyle v2 using EmuFlight 0.4.3. Unknown if flightware is a factor. Github build 424 works fine AFAICT. |
EmuFlight was not tested. Perhaps it expects continuous CONFIG messages like BF does.
When you say rainbow, do you mean no transmission?
Can you access the VTX menu?
What are these build numbers you are using?
…________________________________
From: nerdCopter ***@***.***>
Sent: 14 December 2024 9:25 PM
To: hd-zero/hdzero-vtx ***@***.***>
Cc: Geoff Sim ***@***.***>; Author ***@***.***>
Subject: Re: [hd-zero/hdzero-vtx] Fix BetaFlight Issues (PR #229)
upon merge, this was GitHub action build 426. Build 426 causes immediate rainbow on freestyle v2 using EmuFlight 0.4.3. Unknown if flightware is a factor. Github build 424 works fine AFAICT.
—
Reply to this email directly, view it on GitHub<#229 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AEZMSIDVDK3KXSRMA6KXHJ32FSO4XAVCNFSM6AAAAABSQATHZKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKNBTGM2DSMBSGQ>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
By "rainbow", i had about 2 seconds of signal, then signal loss. menu not tested. EmuFlight ignores Any VTX-table and/or channel/band MSP (ignores MSP command 227 & 228). Only OSD is supported. INav's iNavFlight/inav#7668 was ported here: emuflight/EmuFlight#775 (and slightly modified afterward; unrelated) failing HDZero build info:
https://github.com/hd-zero/hdzero-vtx/actions/runs/12028231802 Build 424 works (on Freestyle v2, not Race V3):
https://github.com/hd-zero/hdzero-vtx/actions/runs/11904414442 |
I was able to receive EmuFlight OSD, but it had strong delay and difficult to navigate. practically unresponsive. No camera feed with stated Build 426. |
i cannot rule out some other issue. reverted to build 424 and then build 418 because no signal. then when i re-scanned, somehow the VTX was set to R4 and 25mW. |
apologies for all the commenting noise. tried ( when considering github build for main: https://github.com/hd-zero/hdzero-vtx/actions?query=event%3Apush+branch%3Amain ) |
All aforementioned personal issues solved by #231 |
Ensure MSP requests to BF include MSP_GET_CONFIG command.
Change reported power levels to include 0mW.
Tested on BF and iNav.