Page 1 of 1

ESP32 WROVER-E Ethernet Kit V1.2 - Question on AT+CIFSR

Posted: Fri Jul 26, 2024 1:31 am
by hadigan
Hi all,

I am running ESP-AT at my Ethernet Kit board and now trying the Ethernet connectivity. I would like to get the IPV6 address when the ESP32 board is connected to my router via ethernet. When using the AT+CIFSR command, this is what I got:
AT+CIFSR
+CIFSR:STAIP,"0.0.0.0"
+CIFSR:STAMAC,"24:d7:eb:bb:89:f0"
+CIFSR:ETHIP,"192.168.0.11"
+CIFSR:ETHMAC,"24:d7:eb:bb:89:f3

In the AT Command document, this is the expected response:
+CIFSR:APIP,<"APIP">
+CIFSR:APIP6LL,<"APIP6LL">
+CIFSR:APIP6GL,<"APIP6GL">
+CIFSR:APMAC,<"APMAC">
+CIFSR:STAIP,<"STAIP">
+CIFSR:STAIP6LL,<"STAIP6LL">
+CIFSR:STAIP6GL,<"STAIP6GL">
+CIFSR:STAMAC,<"STAMAC">
+CIFSR:ETHIP,<"ETHIP">
+CIFSR:ETHIP6LL,<"ETHIP6LL">
+CIFSR:ETHIP6GL,<"ETHIP6GL">
+CIFSR:ETHMAC,<"ETHMAC">

OK

My question is, how to get the ETHIP6LL and ETHIP6GL to appear? Thank you in advance.

Re: ESP32 WROVER-E Ethernet Kit V1.2 - Question on AT+CIFSR

Posted: Tue Aug 06, 2024 7:28 am
by esp-at
have you send AT+CIPV6=1 command before. could you please get latest AT code, and enable AT logs, compile it and see what happened.

Compile doc:
https://docs.espressif.com/projects/esp ... le_it.html

Enable AT logs:
python build.py mencuonfig -> Component config -> Log output -> Default log verbosity -> Info
python build.py mencuonfig -> Component config -> AT -> Enable ESP-AT Debug
python build.py mencuonfig -> Component config -> AT -> Enable ESP-AT Debug -> Enable Network Debug