[Recuration] W5100s evb PICO Ethernet http server tutorial
This tutorial introduces w5100s-evb-pico and Shows the whole process of coding and working screen with http server example.
- original youtube link:
- Overview of W5100s EVB PICO development board from Wiznet.
- Demonstrated connection setup using an Ethernet cable and computer port.
- Entering boot mode, connecting to Visual Studio Code, and cloning repositories from GitHub for local setup.
- Example focused on HTTP server with C/C++, utilizing printf statements for serial output and demonstrating initialization hang without Ethernet connection.
- Detailed steps for running CMake, making files, and compiling code within the examples HTTP server directory.
-
https://github.com/Wiznet/RP2040-HAT-C/tree/main/examples/http/server
http server example of RP2040-HAT-C