ESP32 SDK(M5Stack)+W5500 Ethernet(LAN Base) (1. Basic Example DHCP)
ESP32 SDK(M5Stack)+W5500 Ethernet(LAN Base) (1. Basic Example DHCP)
COMPONENTS
Hardware components
- M5Stack Core
M5Stack(ESP32)
- LAN BASE
W5500 Ethernet Module
Software Apps and online services
PROJECT DESCRIPTION
M5Stack is a module with built-in WiFi and BLE communication. However, Ethernet, which is a wired connection, is not supported by itself, and a separate LAN BASE (W5500) must be connected to use Ethernet. This article describes the process of running Ethernet Basic Example using M5Stack and LAN BASE.
Ethernet Basic Example is a basic example of connecting to a Dynamic Host Configuration Protocol (DHCP) server. M5Stack(ESP32) + LAN BASE(W5500) will be assigned an IP after being connected to the DHCP server, and Ping (Packet Internet Grouper) test can be performed with the assigned IP.
Documents
-
-
LAN Base
M5Stack(ESO32) W5500
Comments
Write