outofcoffee / picow-bme280-py

BME280 IC on Raspberry Pi Pico W

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BME280 on Raspberry Pi Pico W

A project for Raspberry Pi Pico W to read temperature, humidity and pressure from BME280 sensor.

Prerequisites

Follow instructions for MicroPython on Raspberry Pi Pico W at Getting started with Raspberry Pi Pico.

Install dependencies

pip install -r requirements.txt

Run it

Note Ensure your Pico W is connected to your computer via USB and you have flashed the MicroPython firmware.

mpremote soft-reset
mpremote run main.py

About

BME280 IC on Raspberry Pi Pico W


Languages

Language:Python 100.0%