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

https://github.com/pro100andrey/pico_meteo


https://github.com/pro100andrey/pico_meteo

bme280 http picow ssd1306

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# pico-meteo

## Description
This is a project to create a weather station using a Raspberry Pi Pico.

## Modules

- ssd1306: OLED display
- bme280: Temperature, humidity and pressure sensor

## Submodules
```bash
git submodule update --recursive --remote --init
```