Page 1 of 1

Station <-> SoftAP brigde (not eth)

Posted: Wed Aug 17, 2022 10:19 pm
by cruvus
Has anyone succeeded in creating a bridge between Station and SoftAP? So that devices connected to the SoftAP are transparently integrated into the same subnet as the Station is.

Phone <-> Router <-> ESP_A <-> ESP_B

Station of ESP_A might get an IP 192.168.1.2 from the router and is accessible from my phone using this IP.
Station of ESP_B is connected to SoftAP of ESP_A and gets an IP in the SAME subnet, e.g. 192.168.1.3 AND is, too, accessible from my phone using this IP.

I looked at forward/NAT projects, but this is not quite what I want. The remote ESPs would get their own subnet if I understand it correctly.

Re: Station <-> SoftAP brigde (not eth)

Posted: Thu Aug 18, 2022 9:07 pm
by LucasRocha
Hi I have the same problem.
I have 4 ESP32, one has to connect to the other. I need the first to read the others, but within the same IP range.

Can anybody help me?