Search found 154 matches

by esp-at
Mon Nov 06, 2023 7:11 am
Forum: ESP-AT
Topic: ESP32 WiFi and Ethernet connected same time
Replies: 5
Views: 41187

Re: ESP32 WiFi and Ethernet connected same time

i think you can specify the "local ip" parameter of AT+CIPSTART command in your case.
https://docs.espressif.com/projects/esp ... #cmd-start
by esp-at
Mon Nov 06, 2023 6:52 am
Forum: ESP-AT
Topic: Error when try to set the MAC address of the ESP32 Ethernet
Replies: 9
Views: 31885

Re: Error when try to set the MAC address of the ESP32 Ethernet

i reproduced your issue, let me try to fix it, thanks for your report.
by esp-at
Mon Nov 06, 2023 6:51 am
Forum: ESP-AT
Topic: How to set the mDNS instance name
Replies: 3
Views: 44100

Re: How to set the mDNS instance name

you could change service name by AT+MDNS command: https://docs.espressif.com/projects/esp ... s-function
by esp-at
Mon Nov 06, 2023 6:47 am
Forum: ESP-AT
Topic: ESP32 AWS Fleet Provisioning with AT Commands Problem
Replies: 2
Views: 38711

Re: ESP32 AWS Fleet Provisioning with AT Commands Problem

could you please provide the more details, such as log output. and query certificate information by AT+SYSMFG command (does the two ways return the different certificates?), AT+GMR, etc.

thanks.
~
by esp-at
Mon Nov 06, 2023 6:44 am
Forum: ESP-AT
Topic: ESP01 last firmware version for MQTT AT commands
Replies: 4
Views: 42831

Re: ESP01 last firmware version for MQTT AT commands

The ESP01 module is not an espressif product; it is a module developed based on the ESP8266 chip. Espressif has not directly developed AT firmware for the ESP01. If you are looking for AT firmware, we recommend considering chips such as ESP32-C3, ESP32-C2, or ESP32-C6 as a priority. If you are havin...
by esp-at
Fri Nov 03, 2023 12:00 pm
Forum: ESP-AT 中文讨论版
Topic: +ipd数据包最开始的0x0d, 0x0a
Replies: 2
Views: 17935

Re: +ipd数据包最开始的0x0d, 0x0a

对的。输出格式是 \r\n+IPD,<len>:<data>\r\n

AT 文档应该再完善一下,谢谢。
by esp-at
Fri Nov 03, 2023 11:58 am
Forum: ESP-AT 中文讨论版
Topic: ESP32C2 AP 无法被连接
Replies: 1
Views: 17251

Re: ESP32C2 AP 无法被连接

请按照这个模板,提供更多的信息。
https://github.com/espressif/esp-at/iss ... me_bug.yml
by esp-at
Fri Nov 03, 2023 7:12 am
Forum: ESP-AT
Topic: Error when try to set the MAC address of the ESP32 Ethernet
Replies: 9
Views: 31885

Re: Error when try to set the MAC address of the ESP32 Ethernet

and do you have the AT download port logs, does the log have "xx:xx:xx:xx:xx:xx\r\n" output?