Search found 2 matches

by catdog2
Thu Jul 21, 2016 11:43 pm
Forum: Drivers for External Components
Topic: Bosch BME280 driver
Replies: 42
Views: 46014

Re: Bosch BME280 driver

Memory BEFORE BME import: 22272 Memory AFTER BME import: 18624 BME values: ('24.72C', '1009.63hPa', '0.00%') Memory now: 17360 Memory AFTER gc.collect(): 19008 (Obviously the humidity value - the last one - is wrong - I need to poke around the driver a bit). You said that you have a BMP280 which do...
by catdog2
Sat May 21, 2016 11:47 pm
Forum: Drivers for External Components
Topic: Bosch BME280 driver
Replies: 42
Views: 46014

Re: Bosch BME280 driver

I have modified the driver quite a bit for the ESP8266:

https://github.com/catdog2/mpy_bme280_esp8266

The main goal was to make It less memory hungry, especially during import. Worked I think. I only tested it with a BMP280 as I don't possess a BME280 yet.