Page 1 of 1

ESP32 software behaviour during radiated emissions tests

Posted: Fri Feb 28, 2020 12:23 pm
by andyn_ff
Hi,

I would like to find out about the radiated emissions from the ESP32-WROVER-B module, so that I know what to expect for EMC / RED testing of my product when we use the module in our design.

I have found the test report from FCC compliance tests (report number RSHA180425002-00B, for FCC ID 2AC7Z-ESP32WROVERB), and I see some useful results in the 'Radiated Emissions' section (page 17).

The question I have is: What was the behaviour of the ESP32 software for this test? Is the ESP32 software on the module sitting in the IDLE task for this test, or is it continously sending and receiving WI-FI packets, for example, or something else?

I have found the "RF Performance Test Demonstration" document for ESP32, which says how to use the provided test binary and configure test modes, but this does not tell me what the modes used for FCC complicance tests were, and I cannot find this in the test report either.

Thanks for your advice!
Andy Normington

Re: ESP32 software behaviour during radiated emissions tests

Posted: Fri Feb 28, 2020 1:06 pm
by ESP_Peter
In the radiated emissions testing, you should select the "TX Continue" test mode in the ESP RF Test Tool . The duty cycle is above 90% in the "TX Continue" mode.

Re: ESP32 software behaviour during radiated emissions tests

Posted: Tue Mar 03, 2020 1:16 pm
by andyn_ff
Thanks - that's just what I needed.
Andy