BME280 python driver

Hi everyone, I just found this foruns and noticed there is a BME280 official driver but in C. Is there any official driver for Python? I'm using Ros2 (Robot Operating System) to publish a topic with the informations of the sensor but I'm getting problems with it. Any advise?

Best reply by Inactive Member

Only the sensor API/drivers on Bosch Sensortec's GitHub profile are officially supported, but unfortunately they are currently only provided in C code.

Therefore you would need to write your own Python version based on the official driver as reference, or eventually base your work on existing unofficial drivers from the community.

View original
1 reply
Resolved