Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rpidanny/lopy-bme280
- Owner: rpidanny
- Created: 2018-08-31T07:55:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T17:07:37.000Z (over 5 years ago)
- Last Synced: 2024-12-22T07:30:06.349Z (about 1 month ago)
- Topics: bme280, iot, lopy, micropython, mqtt, python
- Language: Python
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)