Search found 2 matches

by Pedro Hugo PSC
Tue Mar 26, 2024 1:48 pm
Forum: General Discussion
Topic: [ESP32-WROOM-32D] How to use WiFi and Ethernet at same time?
Replies: 1
Views: 1066

Re: [ESP32-WROOM-32D] How to use WiFi and Ethernet at same time?

I receive this errors: E (21:00:02.915) esp_eth: esp_eth_start(271): send ETHERNET_EVENT_START event failed and E (686) esp_core_dump_flash: Core dump data check failed: Calculated checksum='d8b4d44e' Image checksum='ffffffff' . This happen when i comment code's part associated with netif on ModBus ...
by Pedro Hugo PSC
Mon Mar 25, 2024 12:44 am
Forum: General Discussion
Topic: [ESP32-WROOM-32D] How to use WiFi and Ethernet at same time?
Replies: 1
Views: 1066

[ESP32-WROOM-32D] How to use WiFi and Ethernet at same time?

Hello, I am working on a project that requires utilizing WiFi for a mesh network and Ethernet for connecting the ESP32 to another device via ModBus TCP simultaneously. In the Modbus TCP example, I am utilizing netif, and my WiFi solution also employs netif. Is it possible to use netif for both netwo...