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

https://github.com/znitche/pico-esp8266

Wrapper for using ESP8266 WiFi modules with RaspberryPi Pico
https://github.com/znitche/pico-esp8266

esp8266 micropython raspberry-pi-pico wrapper

Last synced: 8 months ago
JSON representation

Wrapper for using ESP8266 WiFi modules with RaspberryPi Pico

Awesome Lists containing this project

README

          

### Pico ESP8266

Wrapper for using ESP8266 WiFi modules with RaspberryPi Pico

---

#### Wiring

| ESP8266 | Pico Pin |
|---------|:---------:|
| VCC | 36 (3V3) |
| GND | 38 (GND) |
| REST | 26 (GP20) |
| CH_PC | 27 (GP21) |
| TX | 2 (GP1) |
| RX | 1 (GP0) |