-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
hwdef: Add a new hwdef param for AEROFOX H7 flight control #28533
base: master
Are you sure you want to change the base?
Conversation
AEROFOXtech
commented
Nov 5, 2024
- Add a new flight control board hwdef for AEROFOX_H7
- Create a new board ID for AEROFOX_H7 flight control board
- Add AEROFOX_H7 bootloader to Tools
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.
Some changes needed
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.
needs readme ala https://github.com/ArduPilot/ardupilot/blob/master/libraries/AP_HAL_ChibiOS/hwdef/KakuteH7-Wing/README.md with all info and images
d92f58a
to
ccb7ef8
Compare
@AEROFOXtech I really need each connector's pinout to review...also views of any solder pads/thru holes with their pin labels |
ccb7ef8
to
7c4b6e5
Compare
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 add SD card I/O to bootloader code to allow firmware update from SD card
also I have several other review comments requiring changes
4913a70
to
a2b00da
Compare
@AEROFOXtech is this ready for final re-review?you can request in the reviewers box upper right |
a2b00da
to
7276ba4
Compare
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.
a few items missed still
- BATT_AMP_PERVL 60 | ||
|
||
### The power B is external PMU input | ||
- BATT_MONITOR 4 |
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.
still not addressed
7276ba4
to
a2a2966
Compare
f963023
to
fd81339
Compare
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.
up to you but we recommend OTG2 be MAVLink2 instead of the default of SLCAN since SLCAN is not as good as using GCS's MAVLink CAN and having SLCAN2 for second USB port can frustrate new users trying to connect a GCS (since it will not on that port)
Also, this PR needs to be two commits....one titled Tools: add AEROFOX H7 bootloaders, with the tools library additions, and on titled hwdef: Add AEROFOX H7
fd81339
to
66cfbe9
Compare
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.
except for one nit...looks good....
needs @andyp1per approval also
if you have tested, once Andy approve and you disable 2nd batt mon by default, we can mark for devcall and get it merged.....
define HAL_BATT_VOLT_SCALE 21 | ||
define HAL_BATT_CURR_SCALE 40 | ||
|
||
define HAL_BATT2_MONITOR 4 |
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.
probably should not enable 2nd monitor by default...just remove line 236
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.
OK, I'll make the changes right away.
66cfbe9
to
f608aea
Compare
f608aea
to
9acf9af
Compare
9acf9af
to
d096230
Compare