ESP32 WROVER-E Ethernet Kit V1.2 - Question on AT+CIFSR
Posted: Fri Jul 26, 2024 1:31 am
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:
In the AT Command document, this is the expected response:
My question is, how to get the ETHIP6LL and ETHIP6GL to appear? Thank you in advance.
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.