Skip to content

[DRAFT] Introducing the V5b Flight Controller Board! #35

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

Open
wants to merge 36 commits into
base: main
Choose a base branch
from

Conversation

Mikefly123
Copy link
Member

@Mikefly123 Mikefly123 commented May 22, 2025

What's New?

This edition of the V5 Flight Controller Board...

Burnwire and Heater Circuit Update!

We had a bit of an embarrassing issue with the V5a Boards where we were trying to use max 5.5V load switches to control battery voltage which could be as high as 8.4V! We are now introducing these fancy new automotive load switches from Ti that could could go as high as 40V!

Screenshot 2025-05-22 at 1 15 40 PM

Load Switch Switchup

On the V5a we used the AP22652 which is an ENABLE_LOW load switch. This creates a quite confusing situation in the code where to enable the load switch you have to pull the pin with a pin.value = False statement. To avoid this confusion we switch to using the AP22653 to try and clarify this situation.

What New Software Needs to be Implemented

Errata Status

New Erratum:

Layout Render

@Mikefly123 Mikefly123 requested a review from Copilot May 22, 2025 00:17
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

As Ordered May 20, 2025
@Mikefly123 Mikefly123 changed the title [DRAFT Introducing the V5b Flight Controller Board! [DRAFT] Introducing the V5b Flight Controller Board! May 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use of Batteries with AP22652 on V5a Can Exceed the Maximum Voltage Ratings
1 participant