Skip to content
Discussion options

You must be logged in to vote

There's nothing specific to this core or the RP2350 for using that wired Ethernet chip, so you might be better asking on the Arduino Forums for the best Arduino library to use with that dumb "smart" Ethernet chip. None of the libraries here (WebServer, HTTPClient, etc.) can work with the CH9120. They need low-level Ethernet control, like the WizNet and ENCJ28 chips provide.

At a high level for the world's worst HTTP server, you'll need to tell the CH9120 chip to start a TCP server on port 80, then poll it to see any connections. When there's a connection you should be able to read out the request (1st line will be the GET/POST followed by other headers/cookies/etc.) process it, and then s…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by idvst37
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants