Home › Forums › Forums › Technical Support for BerryGPS and BerryGPS-IMU › Temp/Barometer › Reply To: Temp/Barometer
March 13, 2020 at 5:05 am #15440
johnmark
Participant
Solved:
The code supplied above by Peter is correct. When copy-pasting, we lost indentations, and did not do it properly ourselves. The proper indentation must be used. Here is a link to a location that we found the same code, but with indents intact for the BerryGPS v3.5
TLDR: Use this code for the BMP388 temp/pressure/altimeter
https://github.com/getelectronics/PIBits/blob/master/python/bmp388.py
Cheers, and thank you Peter for all the support.