Page 1 of 1

Can ESP32 be configured in Adhoc WiFi Mode?

Posted: Fri Mar 04, 2022 10:14 am
by shaunakvyas1
I am working on ESP32CAM AI Thinker and need to configure it in Adhoc WiFi mode. Is it possible? If yes, please share the method.

Re: Can ESP32 be configured in Adhoc WiFi Mode?

Posted: Sat Mar 05, 2022 1:34 am
by ESP_Sprite
I don't think we support AdHoc mode; it's actually been removed from later versions of the WiFi spec. Suggest configuring the ESP32 in STA or AP mode instead, dependent on what you need it to be connected to.

Re: Can ESP32 be configured in Adhoc WiFi Mode?

Posted: Sat Mar 05, 2022 2:38 pm
by shaunakvyas1
Thank you for the information.