Skip to content
Discussion options

You must be logged in to vote

Hi Dave, Are you still interested in the possibility of running AP+STA on the ESP32 at the same time? I have a sample script that does just that.

The script is running on an ESP32, both AP and STA network are enabled, AP will listen for WIFI client request, I use an old smartphone as client here. STA will connect to my home network through my Wifi router.

The script starts two TCP servers listening on port 23, one bound to the AP IP address and the other bound to the STA IP address.

Using the smartphone, I connect to the AP and launch a telnet client application to connect to the AP's IP address. Then on my Linux PC, I start a telnet session to the IP address of the STA. The idea is to se…

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
4 replies
@davefes
Comment options

@Sagarhs45
Comment options

@davefes
Comment options

@Sagarhs45
Comment options

Comment options

You must be logged in to vote
1 reply
@davefes
Comment options

Answer selected by davefes
Comment options

You must be logged in to vote
1 reply
@shariltumin
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
5 participants