Hi all
As different countries support different wifi channels. so there is a testing about wifi channel support in laboratory.
is there any tool or console Cmd which could set the esp32 to link the assigned channel?
BR!
does ESP32 support console cmd mode to test wifi channel link?
Re: does ESP32 support console cmd mode to test wifi channel link?
There is an API called esp_wifi_set_country() which is used to set the operating country. It may be that also chooses the correct channels.
When calling esp_wifi_set_config() one of the properties that can be set is called "channel" which I believe instructs the WiFi connection to use a specific channel.
When calling esp_wifi_set_config() one of the properties that can be set is called "channel" which I believe instructs the WiFi connection to use a specific channel.
Free book on ESP32 available here: https://leanpub.com/kolban-ESP32
Re: does ESP32 support console cmd mode to test wifi channel link?
yeah you are right ,
but what i need is something like console cmd which could be writing in a script file 。
so Tester using a PC to run the script file ,then it would be autorun ( set different channel different SSID ,key ..) to linked and dislinked,
and ESP connect PC by UART or something other。。。
it seems that those action is to confirm the software wifi channel setting part,to check whether its setting is right or not !!!!
but what i need is something like console cmd which could be writing in a script file 。
so Tester using a PC to run the script file ,then it would be autorun ( set different channel different SSID ,key ..) to linked and dislinked,
and ESP connect PC by UART or something other。。。
it seems that those action is to confirm the software wifi channel setting part,to check whether its setting is right or not !!!!
Re: does ESP32 support console cmd mode to test wifi channel link?
I would try to add something like that:
https://github.com/JoaoLopesF/RemoteDebug
or that:
https://github.com/espressif/esp-idf/tr ... em/console
https://github.com/JoaoLopesF/RemoteDebug
or that:
https://github.com/espressif/esp-idf/tr ... em/console
Who is online
Users browsing this forum: No registered users and 342 guests