https://github.com/pro100andrey/pico_meteo
https://github.com/pro100andrey/pico_meteo
bme280 http picow ssd1306
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pro100andrey/pico_meteo
- Owner: pro100andrey
- License: mit
- Created: 2023-12-30T21:38:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-08T19:12:23.000Z (about 2 years ago)
- Last Synced: 2025-02-15T03:24:33.959Z (over 1 year ago)
- Topics: bme280, http, picow, ssd1306
- Language: C
- Homepage:
- Size: 2.61 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```