ESP32 SDK(M5Stack)+W5500 Ethernet(LAN Base) (1. Basic Example DHCP)

This article describes the process of running Ethernet Basic Example using M5Stack and LAN BASE.
ORIGINAL POST
By KangSi, (Matthew)
components
Hardware Components
M5Stack Core
X 1
M5Stack(ESP32)
LAN BASE
X 1
W5500 Ethernet Module
USB Cable
X 1
Cable
LAN Cable
X 1
Cable
Software Apps and online services
ESP-idf
ESP SDK
Python
Python
details

BASIC M5Stack 표지.png jh34r32df

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.

 

BASIC M5Stack 표지.png jh34r32df

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
Code
ESP-idf
ESP SDK
Schematics
LAN Base
M5Stack(ESO32) W5500

COMMENTS

Please Login to comment
  Subscribe  
Notify of
POSTED BY
Reusable S/W