Hi, did you manage to get this working with Arduino core?
I have the board running with ethernet and Wifi however there is no bridge (lwip NAT comes with arduino as standard).
Did you find an example for bridging the connections on the correct layer?
Search found 3 matches
- Fri Jan 24, 2020 2:23 am
- Forum: ESP32 Arduino
- Topic: How to create a ethernet to wifi trasparent bridge?
- Replies: 8
- Views: 21859
- Fri Jan 24, 2020 2:22 am
- Forum: ESP32 Arduino
- Topic: ESP32 SoftAP crashes on specific hardware (wesp32)
- Replies: 2
- Views: 3412
Re: ESP32 SoftAP crashes on specific hardware (wesp32)
This was exactly it - a broken USB cable. Thanks!
- Thu Jan 23, 2020 4:32 am
- Forum: ESP32 Arduino
- Topic: ESP32 SoftAP crashes on specific hardware (wesp32)
- Replies: 2
- Views: 3412
ESP32 SoftAP crashes on specific hardware (wesp32)
Hi, I am developing with ESP32 on PlatformIO with Arduino. I am using the SoftAP example and it works perfectly on all boards I have except one hardware with ethernet. I use the ethernet example for the hardware board I have (https://wesp32.com/software/) and it works fine. But I want to make a brid...