Page 1 of 1

[SOLVED] ESP32-C3, I can't understand this specification

Posted: Mon Feb 07, 2022 11:17 am
by filo_gr
Hello,

from the ESP32-C3's datasheet I saw the following feature (I underlined it):
Cattura.PNG
WiFi
Cattura.PNG (72.19 KiB) Viewed 2299 times
I searched for it to understand the meaning/how to use it, however I'm not able to find an official explanation about it (and how to use it using ESP-IDF).
Maybe I can handle more devices simultaneously when using ESP32 as a AP?
Thanks in advance

Re: ESP32-C3, I can't understand this specification

Posted: Mon Feb 07, 2022 3:11 pm
by ESP_Sprite
The idea is that you can handle 4 different 'modes' at the same time, for example STA + AP + ESPNow + monitor mode. ESP-IDF handles this 'under the hood', you can simply e.g. set WiFi to sta+ap mode and start up esp-now.

Re: ESP32-C3, I can't understand this specification

Posted: Wed Feb 09, 2022 7:53 am
by filo_gr
ESP_Sprite wrote:
Mon Feb 07, 2022 3:11 pm
The idea is that you can handle 4 different 'modes' at the same time, for example STA + AP + ESPNow + monitor mode. ESP-IDF handles this 'under the hood', you can simply e.g. set WiFi to sta+ap mode and start up esp-now.
Thank you, now it's clearer the meaning of virtual