[I want a node] I2c Sensor request or help for the BMP280

I´m new to the platform and i would like to know if someone has already made a philips bme280 patch for the XOD,i have tried making it myself but at this moment it has been a bit of a failure hahaha.

I have a GY-BMP280-3.3 and am interested in this too.

1 Like

I also need libraries for the weather station of such sensors:
BMP280
BME280 ! - Temperature, humidity and barometer in one bottle.
BMP180
UV Sensor GY-ML8511
Light Sensor GY-302 BH1750

You all can use dinosalvioni/hwlibrary this has the node for BMx280 devices, (x meaning the variation i.e BMP or BMX), Please don’t forget to thank @dinosalvioni for creating the library that includes this sensor.

I struggled for a while to figure this out but when you have the node in your sketch you have to open it up all the way to the C++ script bit and change the #include BMx280xx.h to the matching sensor you are using like the I2C.h option.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.