Thanks to some pointers from those on this thread, I got my bmp390 sensor working on micropython and you can see it here:
https://github.com/bradcar/digital-alti ... -sensor.py
I used the 2022 library code by Roman Shevchik:
https://github.com/octaprog7/BMP390
It runs on micropython with these three imports from that GitHub:
bmp390.py, sensor_pack/base_sensor.py, sensor_pack/bus_service.py
I did the solder blob on the back or my bmp390 to make its address #76, so it can share the same I2C as my bme680 (address #77).
https://github.com/bradcar/digital-alti ... -sensor.py
I used the 2022 library code by Roman Shevchik:
https://github.com/octaprog7/BMP390
It runs on micropython with these three imports from that GitHub:
bmp390.py, sensor_pack/base_sensor.py, sensor_pack/bus_service.py
I did the solder blob on the back or my bmp390 to make its address #76, so it can share the same I2C as my bme680 (address #77).
Statistics: Posted by bradcar — Wed Nov 06, 2024 8:52 am