Hello everyone. I have a CruxF405HD ELRS AIO which has a BMP280 on board. I am having trouble configuring. From the BMP280 manual the default i2c address is 0x76.
I have this configured:
get baro
baro_bustype = I2C
Allowed values: NONE, I2C, SPI, SLAVE
baro_spi_device = 0
Allowed range: 0 - 5
baro_i2c_device = 2
Allowed range: 0 - 5
baro_i2c_address = 118
Allowed range: 0 - 119
Default value: 0
baro_hardware = BMP280
Allowed values: AUTO, NONE, BMP085, MS5611, BMP280, LPS, QMP6988, BMP388, DPS310, 2SMPB_02B, LPS22DF, VIRTUAL
Default value: AUTO
altitude_prefer_baro = 100
Allowed range: 0 - 100
There was a small note from the vendor instructing me to set device=2 and did not mention i2c_address which defaulted to zero, both zero and 118 have no change, I've also tried all device values 0-5 for the heck of it.
Barometer is enabled in configuration as well. Is there anything I might be missing here? Any advice or debugging steps would be greatly appreciated! Thank you.