Electronic – How to cycle a WiFi transmitter through all modes, for FCC intentional radiator EMC testing

ceemcfccregulationswifi

I'm integrating a WiFi/Bluetooth module into a consumer product, however
the module does not have a modular grant, will not have a modular grant, and is anyway getting paired with a unique internal antenna.

Per https://apps.fcc.gov/eas/comments/GetPublishedDocument.html?id=50&tn=916170 (FCC publication 996369 Section 15.212), that means certification as an intentional radiator.

I have also read http://www.emcfastpass.com/rf-modules/ on the benefits of single-modular and limited single-modular certification.

The question is: if I must certify as an intentional radiator, how is the WiFi module cycled through testing modes? My testing lab says we must do low, and mid on each band, plus each modulation mode and speed, for each regulatory region. The permutations are huge:

  • Two bands (2.4Ghz and 5Ghz)
  • Eight protocols (802.11a, 802.11b, 802.11g, 802.11n, 802.11ac, Bluetooth, BTLE)
  • Six modulation techniques (FHSS DSSS OFDM HR-DSSS 256-QUAM CKM) at various data rates from 1 to 54 Mbps.
  • Two channel pairings (20 Mhz, 40 Mhz)
  • Three regulatory regions (US/Canada, Japan, Europe).

A few of the above are documented at http://www.intel.com/content/www/us/en/support/network-and-i-o/wireless-networking/000005725.html

Perhaps this is why I was quoted $50k and up for the testing, and 12 weeks, with 10 days of lab time at 8 hours of chamber time per day.

Is this really what's done?
And how are those modes set anyway? I can imagine:

  1. Load special software into the Linux driver which runs through test modes. This requires cooperation with the chip vendor (internal chip is Broadcom BCM43341). However, this is not representative of the product in real use. The WiFi driver is not fully under my control, so running software from the module maker may be difficult or impossible.
  2. Have a trick Access Point, that can cycle through the modes. Each time have the product connect to the AP and stream data until the test data is collected.

The device pre-tests perfectly for unintentional radiation: passing with flying colors, even with an active AP co-resident in the chamber.

It's an IoT kind of device, so has no way to hook to a Windows PC for testing.

Best Answer

In my experience, the WiFi module supplier will have programmed test modes into the module that support the testing that is required for product certification. Hopefully your supplier has done so as well.

The problem I've seen is that the documentation for these modes is not publicly available, so we have to call and establish an engineering relationship to get it. Often times it is not as stable as we'd like (meaning: we've seen "undocumented features" in test modes).

My group had to hound a very large and well known silicon manufacturer to get their certification documentation (which we found was incomplete and nudged them to get it up to date) and information on how the test API worked. Once we got it, we wrote custom test software packages to set up the proper transmission for the proper test.

We included a user interface since fiddling with software configurations at a test lab is the wrong place to be doing that - better to make it quick, easy and foolproof.

When we started with WiFi modules, we thought that it was super easy - simply put the module into the product and use it in the way that it was certified by the manufacturer, put their FCC ID on the sticker and done. Not so. WiFi module manufacturers may not certify to all product applications - or in fact only a few generic ones - and so you may find yourself having to go to the lab for a wireless cert because you put it in a product whose application didn't conform to the FCC cert the module manufacturer did.