-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
AP_HAL_ChibiOS: hwdef: ARK_FPV board support #28603
base: master
Are you sure you want to change the base?
Conversation
From Andy
|
Just built and flashed. Looks like it is working. |
cbfd219
to
20bfdc2
Compare
20bfdc2
to
f83ba71
Compare
define HAL_IMUHEAT_P_DEFAULT 50 | ||
define HAL_IMUHEAT_I_DEFAULT 0.07 | ||
# TODO: should we use this? | ||
# define HAL_IMU_TEMP_MARGIN_LOW_DEFAULT 5 |
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.
Good practice to set an IMU temp low margin? Or just pre-arm annoyance?
@dakejahl readme will need images of board with connectors labeled |
@Hwurzburg I've added top/bottom images of the silkscreen which has the pin 1 indicator next to each connector |
@dakejahl ping me when testing is complete and I will reveiw |
@Hwurzburg testing is complete. I've uploaded a log of a flight test here. |
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.
you should consider adding SD card to bootloader for SD card firmware updating
4886d66
to
f57d833
Compare
@dakejahl I have made a few tweaks to the readme and squashed and library split into the form we need for merging...marked for devcall....still needs @andyp1per to give approval. |
@Hwurzburg Thanks for that. Appreciate all of the help so far |
Adds board support for the ARK FPV.
https://arkelectron.com/product/ark-fpv-flight-controller/
Testing Checklist
From https://ardupilot.org/dev/docs/porting.html
From my own notes
Requires
IIS2MDC compass driver PR
#28602