Wiznet / RP2040-HAT-C

Ethernet Example for RP2040
64 stars 35 forks source link

Http Websocket examples request #7

Closed diasrobson closed 2 years ago

diasrobson commented 2 years ago

Hi, there thank you for putting all this together. I do have a request through the HTTP example is extremely basic and I was wondering if you could make an example that uses Websocket and has a webpage that contains some inputs and outputs. For example, a Text Box with a submit button, a Button that toggles a pin on the RP2040, and a sort of led Indicators on the webpage that shows the state of a pin.

I know it's a lot to ask for but I really want to use these chips in one of my projects but having some trouble on where to start.

GiungKim commented 2 years ago

Hello @diasrobson,

I don't know if this will help, but Please refer to the link below.

diasrobson commented 2 years ago

Hi @GiungKim I was hoping for something based around the RP2040 and that uses WebSockets not Ajax Which is what that demo uses unfortunately but thanks for you link