Wiznet makers

josephsr

Published December 04, 2023 ©

59 UCC

6 WCC

10 VAR

0 Contests

0 Followers

0 Following

Original Link

[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.

COMPONENTS Hardware components

WIZnet - W5100S-EVB-Pico

x 1

Software Apps and online services

microsoft - VS Code

x 1


PROJECT DESCRIPTION
  • 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.
Documents
  • https://github.com/Wiznet/RP2040-HAT-C/tree/main/examples/http/server

    http server example of RP2040-HAT-C

Comments Write