-
Notifications
You must be signed in to change notification settings - Fork 18k
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
BlitzF745AIO update to ICM-42688 #26364
Conversation
2d38fbc
to
b975149
Compare
can confirm this as discussed on the Discord in #copter_help |
@andyp1per is this tested? can be merged if its been tested |
Yes someone with the newer board has tried it and verified that it works |
# Keep UART RX pins high to prevent ELRS going into bootloader mode | ||
PA2 USART2_TX USART2 OUTPUT HIGH | ||
PA3 USART2_RX USART2 OUTPUT HIGH | ||
PB10 USART3_TX USART3 OUTPUT HIGH | ||
PB11 USART3_RX USART3 OUTPUT HIGH | ||
|
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.
Tested with RX only - works fine
# Keep UART RX pins high to prevent ELRS going into bootloader mode
PA1 UART4_RX UART4 OUTPUT HIGH
PA3 USART2_RX USART2 OUTPUT HIGH
PB11 USART3_RX USART3 OUTPUT HIGH
PE7 UART7_RX UART7 OUTPUT HIGH
# default to all pins low to avoid ESD issues
DEFAULTGPIO OUTPUT LOW PULLDOWN
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.
Thanks I added all the RX pins
enable OSD use minimal FPV config enable compass probing pull uart pins high in bootloader for ELRS
@rmackay9 would be good to get this into 4.5 |
They updated the IMU ...
Also use fpv build which is more appropriate for this
Includes compass probing for external compasses
Enables OSD