Skip to content

Files

Latest commit

Aug 25, 2024
c8f8931 · Aug 25, 2024

History

History
28 lines (17 loc) · 1.14 KB

RP2040-ETH.md

File metadata and controls

28 lines (17 loc) · 1.14 KB

Example code for RP2040-ETH in MicroPython

  • examples from WaveShare wiki: Demo and MQTT

  • Github examples by nichokap

  • documentation by the chip manufacturer WCH

  • download specs from here

The internal connection between CH9120 and RP2040:

CH9120 pins RP2040 pins Function
RXD GP21 Serial data input
TXD GP20 Serial data output
TCPCS GP17 In TCP client mode, indicates connection status, low level for successful connection
CFG0 GP18 Network configuration enabled pin, low level for serial debugging mode
RSTI GP19 Reset, active LOW

Code and documentation for Pico-ETH-CH9121