Skip to content
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

ZEEZF7 MSP-based GPS, magnetometer and barometer #6464

Merged
merged 3 commits into from Jan 8, 2021

Conversation

NameOfTheDragon
Copy link
Contributor

The Zeez F7 (ZEEZF7 target) does not use I2C which means in its current form it is not really useful for iNav since there is no way to use a magnetometer or barometer. GPS can work over MSP protocol.

The MATEKSYS M8Q-CAN GPS module offers the ability to access GPS, magnetometer and barometer all over MSP protocol via UART, therefore it becomes useful to enable this ability in the ZEEZF7 target. The module contains:

  • GPS SAM M8Q
  • Magnetometer QMC5883L
  • Barometer DPS310

This pull request modifies the target definition to enable these devices over MSP protocol.

src/main/target/ZEEZF7/target.h Outdated Show resolved Hide resolved
Copy link
Member

@digitalentity digitalentity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for merge

@digitalentity digitalentity added this to the 2.7 milestone Jan 8, 2021
@DzikuVx DzikuVx merged commit 7e07c32 into iNavFlight:master Jan 8, 2021
@NameOfTheDragon NameOfTheDragon deleted the tpl-zeezf7-mspdevices branch January 8, 2021 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants