Hi friends!
I have a big trouble with esp32
I develop a system based on esp32 in mexico, basically scan the networks to show it on application and works really good here in mexico:
wifi_scan_config_t scan_config = {
.ssid = 0,
.bssid = 0,
.channel = 0,
.show_hidden = true
};
I send the devices to turkey, but for my surprise, there no detects any network in turkey, do you have any idea of whats is happening
My customer has 2.4 ghz networks arround.
ESP32 Not see networks in turkey
Re: ESP32 Not see networks in turkey
Take a look at this Wikipedia article:
https://en.wikipedia.org/wiki/List_of_WLAN_channels
Basically, you've designed the device to work with WiFi systems based on North American Standards, and are expecting it to work on European/Middle-East WiFi Systems.
Every country in the world designs their WiFi infrastructure and impose standards or variations of Standards depending upon what measure of control the government wants to impose on their citizens. You cannot design a system device without first researching the differences between the environments that you expect it to work in.
Good luck with that...
https://en.wikipedia.org/wiki/List_of_WLAN_channels
Basically, you've designed the device to work with WiFi systems based on North American Standards, and are expecting it to work on European/Middle-East WiFi Systems.
Every country in the world designs their WiFi infrastructure and impose standards or variations of Standards depending upon what measure of control the government wants to impose on their citizens. You cannot design a system device without first researching the differences between the environments that you expect it to work in.
Good luck with that...
-
- Posts: 9764
- Joined: Thu Nov 26, 2015 4:08 am
Re: ESP32 Not see networks in turkey
I doubt that's the case, as North-America only lacks channel 12 and 13. As WiFi channels overlap, even with that handicap, there's a distinct possibility that a device scanning on the NA channels will still see the beacons on these channels. For all other channels, there isn't a problem to begin with; the device happily uses them as is.
Re: ESP32 Not see networks in turkey
Hi,grayefx wrote: ↑Wed Feb 13, 2019 2:25 pmHi friends!
I have a big trouble with esp32
I develop a system based on esp32 in mexico, basically scan the networks to show it on application and works really good here in mexico:
wifi_scan_config_t scan_config = {
.ssid = 0,
.bssid = 0,
.channel = 0,
.show_hidden = true
};
I send the devices to turkey, but for my surprise, there no detects any network in turkey, do you have any idea of whats is happening
My customer has 2.4 ghz networks arround.
Would you please check that any WiFi channel is being prohibited into Turkey and Mexico?
If possible then erase whole flash and again flash firmware with same configuration.
Regards,
Ritesh Prajapati
Ritesh Prajapati
Re: ESP32 Not see networks in turkey
Somehow I'm not even surprised. Buggy processor, no support. Switch to another MCU
Re: ESP32 Not see networks in turkey
Hi,
I believe that processor is not buggy but it is depending on place where you are going to test which depends on wifi network as well.
There might be chances like in Turkey they might have prohibited few channels which we don't know. So, we will face issue in that type of place.
Regards,
Ritesh Prajapati
Ritesh Prajapati
Who is online
Users browsing this forum: Baidu [Spider] and 266 guests