Search found 3 matches

by dedoz
Tue Sep 03, 2019 12:10 pm
Forum: ESP8266 boards
Topic: No Internet access when connecting to the AP
Replies: 5
Views: 3346

Re: No Internet access when connecting to the AP

This can't be done in Python as the sockets interface doesn't give you what you need. The hardware does support this though -- here's a (non-MicroPython) example (layer 3 NAT). https://github.com/martin-ger/esp_wifi_repeater I'd recommend trying to work from that, much easier than trying to add all...
by dedoz
Mon Sep 02, 2019 11:44 pm
Forum: ESP8266 boards
Topic: No Internet access when connecting to the AP
Replies: 5
Views: 3346

Re: No Internet access when connecting to the AP

[quote=jimmo post_id=39060 time=1567433801 user_id=3071] I think your question is that you have an ESP8266 connected as a station to your home wifi network, but it's also simultaneously configured as an AP for another network. You'd like a device connected to the ESP8266 AP to be able to access the ...
by dedoz
Mon Sep 02, 2019 11:52 am
Forum: ESP8266 boards
Topic: No Internet access when connecting to the AP
Replies: 5
Views: 3346

No Internet access when connecting to the AP

Hi, New member here. Iam impressed about the Micropython and all the possibilities it opens for these small devices. I have the Micropython running on the ESP8266. all seems to be working, STA and AP networks. STA find the router and connects to the home wifi. I have verified that the esp8266 has ac...