-
Notifications
You must be signed in to change notification settings - Fork 131
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
Added BETAFPVG473_V2 #693
base: master
Are you sure you want to change the base?
Added BETAFPVG473_V2 #693
Conversation
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.
Provided schematic is incomplete. Is this an AIO with ESC and receiver?
FC samples must be sent to devs also. Please coordinate on the Discord.
#define MAG_I2C_INSTANCE I2CDEV_1 | ||
#define SERIALRX_PROVIDER SERIALRX_CRSF | ||
#define DEFAULT_BLACKBOX_DEVICE BLACKBOX_DEVICE_FLASH | ||
//TODO #define DSHOT_IDLE_VALUE 450 |
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.
//TODO #define DSHOT_IDLE_VALUE 450 |
#define MAX7456_SPI_INSTANCE SPI2 | ||
#define FLASH_SPI_INSTANCE SPI3 | ||
#define GYRO_1_SPI_INSTANCE SPI1 | ||
#define GYRO_1_ALIGN CW180_DEG |
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.
#define GYRO_1_ALIGN CW180_DEG | |
#define GYRO_1_ALIGN CW180_DEG | |
#define SPI1_TX_DMA_OPT 14 | ||
#define SPI2_TX_DMA_OPT 10 | ||
#define SPI3_TX_DMA_OPT 9 | ||
#define SPI1_RX_DMA_OPT 13 | ||
#define SPI2_RX_DMA_OPT 11 | ||
#define SPI3_RX_DMA_OPT 8 |
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.
#define SPI1_TX_DMA_OPT 14 | |
#define SPI2_TX_DMA_OPT 10 | |
#define SPI3_TX_DMA_OPT 9 | |
#define SPI1_RX_DMA_OPT 13 | |
#define SPI2_RX_DMA_OPT 11 | |
#define SPI3_RX_DMA_OPT 8 |
#define USE_BARO | ||
#define USE_BARO_BMP280 | ||
#define USE_BARO_DPS310 |
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.
Only include defines for hardware included on FC
#define USE_BARO | |
#define USE_BARO_BMP280 | |
#define USE_BARO_DPS310 |
The schematic has been provided in the exclusive Discord group.
Please check the target configuration, thank you.