Hi,
We are working on a product based around the ESP8266 (WROOM-02). We are having problems requiring FCC approval due to the fact that the ESP radiates on channels 13 and 14, which is not allowed for the North America market.
I have found this topic (viewtopic.php?f=7&t=2206) and implement a custom scan for each channel so that we can limit the active scans to channels 1-12.
However, during FCC tests the ESP still radiates on channels 13 and 14. It seems to be scanning for the latest known AP on every channel when auto re-connect is activated after boot.
Because the chip itself is FCC approved it should be possible to complete disable channels 13-14. Can you please tell me how this can be achieved and what API's to use in order to do so?
With kind regards,
Pim Knops
The Netherlands
Limit WiFi channels for FCC compliance
Re: Limit WiFi channels for FCC compliance
Postby blubb » Wed Dec 20, 2017 12:24 am
Have you tried this?
Edit: Please report if it worked and if calling it in user_init is enough. Otherwise try putting it in user_rf_pre_init, I guess.
Code: Select all
wifi_country_t wc = {.cc="USA", .schan=1, .nchan=12, .policy=WIFI_COUNTRY_POLICY_AUTO};
wifi_set_country(&wc);
Edit: Please report if it worked and if calling it in user_init is enough. Otherwise try putting it in user_rf_pre_init, I guess.
Who is online
Users browsing this forum: No registered users and 285 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.