Page 1 of 1

Share PPP connection with ESP32's WiFi

Posted: Wed Oct 24, 2018 7:05 am
by Ansics
Hi,
I have interfaced SIM5360(3G modem) over UART with ESP32.I have enabled PPP connection in SIM5360.
I am able to connect ESP32 with my server (MQTT broker) over PPP connection(By using PPPoS example in ESP IDF). ESP32's Wifi is working in AP mode and I am able to connect my PC with ESP32.

Now the problem is I want to share PPP connection with ESP32's WIFI. So that the devices which are connected to ESP32 can have internet access. Basically I need a bridge between ESP32's WIFI adapter and PPP connection.
How can I implement this.

Re: Share PPP connection with ESP32's WiFi

Posted: Wed Nov 07, 2018 9:03 am
by hewooranek
Hi.
I have the same task. Have you found a solution?

Re: Share PPP connection with ESP32's WiFi

Posted: Fri Nov 09, 2018 7:51 am
by Ritesh
Hi,

As per my knowledge, this type of bridging Mechanism can not be happened into ESP32 because both interfaces are different with respect to TCP IP Adapter.

But, Still there might be chances like if they have provided support to route it but I am not sure for that.

Hi ESP32 SDK Developers,

Did you guys try this type of activity before with WiFi and GSM or with WiFi and Ethernet?