https://github.com/cch0/raspberry-pi-pico-w
experiments on Raspberry Pi Pico W
https://github.com/cch0/raspberry-pi-pico-w
Last synced: about 1 year ago
JSON representation
experiments on Raspberry Pi Pico W
- Host: GitHub
- URL: https://github.com/cch0/raspberry-pi-pico-w
- Owner: cch0
- License: apache-2.0
- Created: 2023-12-30T18:46:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-31T04:22:31.000Z (over 2 years ago)
- Last Synced: 2025-02-12T15:36:53.551Z (over 1 year ago)
- Language: C++
- Size: 11.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Experiments on Raspberry Pi Pico W
This repository contains setup, configuration and code for various experiments on Pico W device.
## Experiments
- [Blink](./blink/README.md) - classic exercise to verify the basis.
- [bme280](./bme280/README.md) - reading humidity, pressure and temperature from BME280 sensor.
- [wifi](./wifi/README.md) - obtain a wifi connection together with bme280 sensor.
## Thonny Setup


## Arduino Setup
In Arduino IDE, go to **Preferencess**, add the following URL to the list of **Additional Boards Manager URLs**
```
https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
```

## PlatformIO Setup
In VSCode, add **PlatformIO IDE** extension.
