Hi Guys,
Is there any example or document describing how to gracefully use either WiFi or Ethernet connection to send or receive data?
Thanks,
Abhishek
Enabling WiFi & Ethernet together
Re: Enabling WiFi & Ethernet together
Hello Abhishek,abhishekbn wrote: ↑Thu Mar 16, 2023 11:43 amHi Guys,
Is there any example or document describing how to gracefully use either WiFi or Ethernet connection to send or receive data?
Thanks,
Abhishek
So, Do you need help to send data only one specific interface like Wi-Fi or EThernet? or both together like if Wi-Fi is not connected then send data through Ethernet if connected and vice versa?
Which ESP32 IDF are you using? Because i belive there are few examples available to send data through Wi-Fi or EThernet with good explanation as well.
Regards,
Ritesh Prajapati
Ritesh Prajapati
-
- Posts: 1
- Joined: Tue Nov 14, 2023 10:27 am
Re: Enabling WiFi & Ethernet together
Hi Espressif System Developers,
I have to develop a device that is a Modbus TCP Server on ethernet but which also implements a WebServer on WiFi.
Is it possible to have an ethernet port and a wifi that can work simultaneously?
Thank you
I have to develop a device that is a Modbus TCP Server on ethernet but which also implements a WebServer on WiFi.
Is it possible to have an ethernet port and a wifi that can work simultaneously?
Thank you
Re: Enabling WiFi & Ethernet together
Hello,vlengineering wrote: ↑Tue Nov 14, 2023 1:22 pmHi Espressif System Developers,
I have to develop a device that is a Modbus TCP Server on ethernet but which also implements a WebServer on WiFi.
Is it possible to have an ethernet port and a wifi that can work simultaneously?
Thank you
Yes, you can use both together as per requirements.
There will be some delay or interference you will face while using both Wi-Fi and Ethernet together because Wireless Radio and Ethernet Hardware is common, but network stack and buffer is common which i believe so that you need to have good synchronization while using it.
Regards,
Ritesh Prajapati
Ritesh Prajapati
Who is online
Users browsing this forum: Baidu [Spider], Bing [Bot] and 75 guests