Chat freely about anything...

User avatar
By cmab1995
#50800 Hi, I'm new in here and I want to know if there is a way I can put NodeMCU in STATIONAP mode and communicate between two networks (the network which the esp8266 is the access point and the network which the esp8266 is the station).

Thanks
User avatar
By martinayotte
#50809 Although ESP can be set in STA+AP mode, it can not play the role of a router since there is nothing to do "ip-forwarding" in lower layer. The best you can do is writing some code to play the role of proxy, but with limited speed response.
So, it is all depends about what you wish to do...