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
- Host: GitHub
- URL: https://github.com/znitche/pico-esp8266
- Owner: zNitche
- Archived: true
- Created: 2023-03-16T21:05:50.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T14:44:54.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T06:51:55.140Z (12 months ago)
- Topics: esp8266, micropython, raspberry-pi-pico, wrapper
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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) |