Search found 2 matches

by thag8keepr
Mon Sep 14, 2020 5:21 pm
Forum: ESP-IDF
Topic: Layer 2 bridging
Replies: 4
Views: 5771

Re: Layer 2 bridging

I would say it's doable, and esp-idf has a very simple example showing how to bridge Wi-Fi and Ethernet on Layer II https://github.com/espressif/esp-idf/tree/master/examples/ethernet/eth2ap Thanks, I'll look into this. So I think you can do it only if you put the esp32 on your rover into AP mode. T...
by thag8keepr
Sun Sep 13, 2020 1:08 pm
Forum: ESP-IDF
Topic: Layer 2 bridging
Replies: 4
Views: 5771

Layer 2 bridging

Hi, I would like to create a wifi bridge between two networks - a server on my home network, and one or more ethernet clients on a small rover. I would like to use the LR-mode as I value range over throughput in this use case. My idea was to setup one ESP32 in AP-STA mode, with STA connecting to my ...