A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.espressif.com/projects/esp-at/en/latest/AT_Command_Set/Ethernet_AT_Commands.html below:

Website Navigation


ESP32 Ethernet AT Commands - ESP32

ESP32 Ethernet AT Commands

[中文]

Introduction Prerequisite

Before you run any Ethernet AT Commands, please make the following preparations:

Note

This prerequisite takes ESP32-Ethernet-Kit as an example. If you use other modules or development boards, please refer to corresponding datasheets for RX/TX pins.

AT+CIPETHMAC: Query/Set the MAC Address of the ESP32 Ethernet Query Command

Function:

Query the MAC address of the ESP32 Ethernet.

Command:

Response:

Set Command

Function:

Set the MAC address of the ESP32 Ethernet.

Command:

Response:

Parameter Notes Example
AT+CIPETHMAC="1a:fe:35:98:d4:7b"
AT+CIPETH: Query/Set the IP Address of the the ESP32 Ethernet Query Command

Function:

Query the IP address of the ESP32 Ethernet.

Command:

Response:

+CIPETH:ip:<"ip">
+CIPETH:gateway:<"gateway">
+CIPETH:netmask:<"netmask">
OK
Set Command

Function:

Set the IP address of the ESP32 Ethernet.

Command:

AT+CIPETH=<"ip">[,<"gateway">,<"netmask">]

Response:

Parameters Notes Example
AT+CIPETH="192.168.6.100","192.168.6.1","255.255.255.0"

Provide feedback about this document


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4