Search found 3 matches

by pardonme
Fri Jan 24, 2020 2:23 am
Forum: ESP32 Arduino
Topic: How to create a ethernet to wifi trasparent bridge?
Replies: 8
Views: 19837

Re: How to create a ethernet to wifi trasparent bridge?

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?
by pardonme
Fri Jan 24, 2020 2:22 am
Forum: ESP32 Arduino
Topic: ESP32 SoftAP crashes on specific hardware (wesp32)
Replies: 2
Views: 2886

Re: ESP32 SoftAP crashes on specific hardware (wesp32)

This was exactly it - a broken USB cable. Thanks!
by pardonme
Thu Jan 23, 2020 4:32 am
Forum: ESP32 Arduino
Topic: ESP32 SoftAP crashes on specific hardware (wesp32)
Replies: 2
Views: 2886

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...