Wiznet makers

louis_m

Published March 04, 2024 ©

89 UCC

13 WCC

38 VAR

0 Contests

0 Followers

0 Following

Original Link

pcbcrew-esp32-router

ESP-IDF Project for Wi-Fi, Ethernet, and 4G/LTE Network Router

COMPONENTS Hardware components

WIZnet - W5500

x 1


Espressif - ESP32

x 1


PROJECT DESCRIPTION

Overview

Note: 4G LTE network routing is still work-in-progress.

How to use example

Hardware Required

PCBCrew Easymeal IoTPCBCrew BLDGOT kWhESP32-Ethernet-Kit
pcbcrew-easymeal-iotpcbcrew-bldgot-kwh-pcbaesp32-ethernet-kit
ESP32-S3 / W5500 / mini-PCIeESP32-S3 / Wiznet W5500ESP32-WROVER / IP101

Configure the project

idf.py menuconfig

In addition to the common configurations for Ethernet, you might also need to update the default value of following configurations:

In the Example Configuration menu:

  • Set the SSID and password for Wi-Fi ap interface under Wi-Fi SSID and Wi-Fi Password.
  • Set the maximum connection number under Maximum STA connections.

Build, Flash, and Run

Build the web frontend in the webapp/ folder. For more details, read this blog post: "Creating A Svelte Web Application For ESP32"

Build the project and flash it to the board, then run monitor tool to view serial output:

idf.py -p PORT build flash monitor

References

Documents
Comments Write