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

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

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

![thonny setup 01](./docs/setup_thonny_01.png)

![thonny setup 02](./docs/setup_thonny_02.png)


## 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
```

![setup arduino](./docs/setup_arduino.png)


## PlatformIO Setup

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

![setup platformio](./docs/setup_platformio.png)