03-30-2019 04:51 PM
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?
Solved! Go to Solution.
04-01-2019 07:18 PM
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.