QUERY · ISSUE
esp8266: Allow forwarding between AP and STA interfaces
enhancementport-esp8266
I oppened a question some days ago about it and have not found anything anywhere https://stackoverflow.com/questions/44781305/micropython-nat-between-interfaces-on-esp8266
turns out that I can connect to a hotspot and act as a hotspot at the same time, but forwarding among interfaces is not permitted. I've being redirected to other software like NodeMCU but I would really like to use Micropython (and not having to compile ti myself)
CANDIDATE · ISSUE
How to use ap + station mode at the same time?
port-esp8266
Hi everyone.
I need to use esp8266 on Nodemcu in AP+STA mode together.
But when I config AP in my code, I can't connect to another wifi network.
the error is:
can query only one param
What is the problem?
And can I use esp8266 as AP and Station together? is it possible?