-
Notifications
You must be signed in to change notification settings - Fork 128
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
Add SPEEDYBEEF405WING target #608
Conversation
@ot0tot anything needed to add this ? |
The major issue is the EXT1 pin is not connected, so there is no way to sync the gyro with the PID loop. I have a FC, but have not been able to test the target yet. |
The lack of the interrupt isn't a major issue. The consequence is increased jitter and thus poorer filter performance. Also DMA transfers can’t be initiated ahead of the gyro task being called, so there’s a performance hit. We can live without it, but it would certainly be better with. |
|
@ot0tot @haslinghuis i've tried to add:
replaced and removed Now i can at least select SD card on blackbox tab, but SD card shows This is Inav target, looks like it's SPI3 and PC14 pin, so it should work unless i missed something: This is what i currently have:
|
|
MINI board also have SD card slot. And it fails to connect to it with the same error. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think these suggestions are correct, but it still doesn't make SD card to work...
Came across this issue: betaflight/betaflight#12958 |
SD card works in BF 4.2.11, but not in any later versions.
Edit: Speedybee reports 4.3.1 works also, but 4.3.2 does not. |
this commit causing issues for this FC sdcard: 87c8847c13d7f759548c2384e400d2bc387b159a |
SD card issue resolved here by @SteveCEvans |
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
Since this FC lacks the gyro interrupt connection, should we include a line in the define to limit the PID loop rate to 4kHz or 2kHz?
|
Let's limit with 4k first and see how that goes? |
Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
I think this is good to go now. @limonspb reports tested and everything working properly. Please review and merge when able. |
Flies amazing! Thanks! 20250111_172433.mp4 |
No description provided.