-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Investigate possibility to implement BLHeli pass though interface #610
Comments
For the Bolt this does not seem possible withhout doing HW modifications. One of the motor outputs lacks a DMA channel for the timer. The BigQuad deck might still be possible though and requires more investigations. |
Is this something we still want to do? Do we have a plan we can specify here? |
Not possible for current hw platforms. |
Would this be doable for a 4-in-1 ESC, given that it receives connections from all 4 motors? Given that the HW for the bolt is finalized, is this still not doable? BLHeli passthrough is a fairly widespread feature in most modern flight controllers. Perhaps some of the expansion connector pins could be remapped temporarily to allow this? |
After further investigations a pass though is possible but not DSHOT. This functionality should be implemented as part of getting Bolt out of early access. |
Fixed type problems
The BLHeli pass though interface is an convenient way to configure/flash BLHeli ESCs "via" the flight controllers over USB. Investigate the possibility to implement this on the Bolt. Hopefully the open source drivers on beta/cleanflight can adapted and used.
The text was updated successfully, but these errors were encountered: