A MicroPython driver for the Bosch BME280 temperature, pressure, and humidity sensor.
This project provides a driver for the Bosch BME280 environmental sensor, enabling MicroPython-based boards to read temperature, pressure, and humidity data via I2C communication. It is a fork adapted to work with MicroPython's machine module, making it suitable for embedded and IoT applications.
get_temperature().get_pressure().get_humidity().temperature(), pressure(), and humidity() methods for quick, human-readable string outputs.The driver focuses on providing precise, low-level sensor data access while offering simple convenience functions for rapid prototyping and verification.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.