Hey guys. I recently got hold of a couple of these and started looking into the AP_Baro code.
Would it be possible to add this sensor in?
It appears it functions identically to the BMP085 code which is already implemented AP_Baro_BMP085.
I’ve read both datasheets and all registers and functions appear to be identical as the 180 (and the 200 series) is based on the 085.
Here’s the datasheet .pdf Bosch BMP180 pgs 12, 13 & 15 correspond with what was used for AP_Baro_BMP085.cpp (line 185).
It looks like I was thinking along the same line as magicrub - “Is the bmp280 so different from the 085 that it needs its own file? Could it share the same file?”
Was thinking it could be a AP_Baro_BMPXXX covering the whole sensor line - kind of thing since the read/formulas etc. are the same.