Page 1 of 1

Wifi Extender application?

Posted: Sat Jul 06, 2019 12:25 pm
by smith.randallscott
I have an ESP32 setup in sta+ap mode, but am unable to get an internet connection on the access point side. I have the dns set to googles dns sever (8.8.8.8) and I have the gateway set to the address of my main wifi router. My goal is to turn the ESP32 into a wifi extender. Is this possible?

Re: Wifi Extender application?

Posted: Sat Jul 06, 2019 11:23 pm
by jimmo
Whether this is possible with the ESP32 at all, I have no idea, but unfortunately with MicroPython it's going to be hard.

To be a wifi extender you need to be an ethernet bridge. But MicroPython only provides you with an IP-level API.

Re: Wifi Extender application?

Posted: Sat Jul 20, 2019 5:25 am
by emperor101
Hello from Peru :

This is my first post.... Thanks for bringing the power of Python to these boards !!!!!

Probably the best option is to have ** 2 ** ESP32s.

One will act as an access point and the other will be connected to the Internet.

Both boards will be connected and transfer the data back and forward ( ** not sure how exactly ** )

Comments ??

Cheers !!