Skip to content

ANYFCF7 External Barometer #1810

@Gavsv8

Description

@Gavsv8

The ANYFCF7 from Banggood doesn't have an internal barometer so I connected an external BMP280 and HMC5983 to the I2C bus. When changing options in INAV with the released HEX I could only get the magnetometer working.
The target needed to be modified to get the barometer working. I modified it to the below which works in this particular configuration:
// External I2C BARO
#define BARO
//#define USE_BARO_MS5611
//#define USE_BARO_BMP085
#define USE_BARO_BMP280
#define BARO_I2C_INSTANCE I2C_DEVICE_EXT

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions