I have a question about the following.
- Is it possible to communicate with an end device connected to SoftAP using ESP32S3 and RNDIS?
- Please advise me on how to implement the following
I have several devices connected to the SSID of the ESP32S3's SoftAP feature.
I want to use a USB connection (RNDIS) between the PC and the ESP32 to allow the PC and the terminals connected to the ESP32 to communicate.
I assume the following
PC <-RNDIS-> ESP32S3 <-WiFi(SoftAP)-> End Devices
Each of the following seemed to be useful.
The USB Dongle can communicate through RNDIS during STA, but even if I start SoftAP at the same time and connect the end device, the end device cannot communicate with either the PC or the router.
The wifi_router does not seem to be able to communicate via RNDIS.
Thank you,