Search found 3 matches

by VBKesha
Fri Sep 24, 2021 9:28 am
Forum: ESP-IDF
Topic: Ethernet + IPv6 got addres but ping not work.
Replies: 5
Views: 8311

Re: Ethernet + IPv6 got addres but ping not work.

Thanks work fine!
by VBKesha
Thu Sep 23, 2021 12:53 pm
Forum: ESP-IDF
Topic: Ethernet + IPv6 got addres but ping not work.
Replies: 5
Views: 8311

Re: Ethernet + IPv6 got addres but ping not work.

Code: Select all

    netif->flags |= NETIF_FLAG_MLD6;
Thanks its worked. But can it issue in IDF or i can set this flag from user code without pacth components?
by VBKesha
Thu Sep 16, 2021 9:02 am
Forum: ESP-IDF
Topic: Ethernet + IPv6 got addres but ping not work.
Replies: 5
Views: 8311

Ethernet + IPv6 got addres but ping not work.

Hello!
I try to start ESP32+Ethernet+IPv6. i use very easy code for this:



#define E_ETH_PHY_ADDR 0
#define E_ETH_PHY_RST_GPIO -1
#define E_ETH_MDC_GPIO 23
#define E_ETH_MDIO_GPIO 18

static esp_eth_handle_t s_eth_handle = NULL;
static uint8_t s_eth_mac[6];
esp_netif_t *eth_netif;

static void ...

Go to advanced search