Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idcrook/picow-projects
Projects for Raspberry Pi Pico W
https://github.com/idcrook/picow-projects
Last synced: 1 day ago
JSON representation
Projects for Raspberry Pi Pico W
- Host: GitHub
- URL: https://github.com/idcrook/picow-projects
- Owner: idcrook
- License: mit
- Created: 2023-02-14T21:05:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T20:34:54.000Z (11 days ago)
- Last Synced: 2025-01-14T04:13:36.543Z (7 days ago)
- Language: Python
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# picow-projects
Projects for Raspberry Pi Pico W
## `mpremote`
```console
pip install --user --break-system-packages mpremote
```## [bme280](bme280)
A sensor node proof-of-concept for Pico W in MicroPython.
![example program running](bme280/bootup.gif)
## [grow_monitor](grow_monitor)
The bme280 code extended to include a 1-Wire DS18B20 temperature probe.