BME280 to Lopy4



  • Do you have any libraries working to use the BME280 sensor with Lopy4? All the topics I read about BME280, are using ESP32 or Wipy libraries and they do not work. Could someone instruct me in this case?



  • @Lucas_Vieira There is one here: https://github.com/robert-hh/BME280
    It is a driver by Adafruit driver and others, based on the Bosch data sheet and examples, which I ported to the Pycom family devices. There are two variants, bme280_float.py and bme280_int.py, which differ from the way the internal calculations are made (integer or float numbers). The representation of results differs for one method (returning integers of floats). But that is documented in README.md


Log in to reply
 

Pycom on Twitter