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
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