Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rpidanny/lopy-bme280

Interfacing BME280 sensor using MicroPython
https://github.com/rpidanny/lopy-bme280

bme280 iot lopy micropython mqtt python

Last synced: 25 days ago
JSON representation

Interfacing BME280 sensor using MicroPython

Awesome Lists containing this project

README

        

# LoPy BME280

A minimal micropython script for [LoPy](https://pycom.io) boards that reads the `Temperature` / `Humidity` / `Pressure` and posts it to [Adafruit](http://io.adafruit.com).

## Usage

- Make a copy of `scripts/config_example.py` and rename it to `scripts/example.py`
- Fill in your `WiFi credentials` and `Adafruit credentials`.
- Upload the code to LoPy.

## Dashboard

![Sensor Reading](screenshot.png)