Page 1 of 1

ESP32 as access_point

Posted: Mon May 22, 2017 8:45 pm
by khazi123
Hi,

I have added ESP32 libraries on Arduino platform , I have configured esp32 as an access point(named 'esp32_AP', first it connect to local network and generate its own ssid to other users) and now i can connect my smartphone to esp32_AP, till then its fine but the problem is i am unable to surf internet on my smartphone?

How can i use google.com via esp32 accesspoint, is there any way?





Thanks & regards

Khazi

Re: ESP32 as access_point

Posted: Mon May 22, 2017 8:53 pm
by martinayotte
Be aware that ESP32 is not a router, so this behaviour is pretty normal.
Some people did some kind of proxy firmware that could re-direct requests received from AP to STA.