Wi-Fi Blocking Test
The Wi-Fi Blocking Test evaluates the device’s reception performance in environments with strong interference. By introducing high-intensity interference signals, it measures the reception sensitivity and anti-interference capability of a device, ensuring reliable operation in complex wireless environments.
Set Up Test Environment
UART Connection Description
The Device Under Test (DUT) is a product designed based on Espressif chips or modules. The DUT is connected to the USB-to-UART adapter board via UART.
Note
The CHIP_EN pin of the DUT is pulled up by default. If it is not pulled up in the product design, you need to manually connect the CHIP_EN to the 3V3 pin.
Some serial communication boards have already swapped RXD and TXD internally, so there is no need to reverse them. The wiring should be adjusted according to the actual situation.
Espressif chips have a power-on self-calibration function, so the RF connection line must be connected to the test instrument before the DUT is powered on for testing.
Flash Firmware
Open DownloadTool.
Set
ChipType,Com Port,Baud Rate, clickOpen, select to download toFlash.Flash ESP32-C2 Wi-Fi Adaptivity Test/Blocking Test Firmware (26 MHz) or ESP32-C2 Wi-Fi Adaptivity Test/Blocking Test Firmware (40 MHz) to 0x0 via
UART.
Flashing Firmware
After the flashing is completed, continue with the following steps for the adaptivity test.
Start Testing
Note
If the main crystal oscillator is 26 MHz, set BaudRate to 74880; if the main crystal oscillator is 40 MHz, set BaudRate to 115200.
Check Power-on log
Use a serial communication tool, such as SerialPortUtility, and configure the port number and the baud rate. If the device under test prints similar information as below after being powered on again, you can confirm that the test status is OK:
Device Power-on Serial Port Print Log
Test with Serial Port Commands
Enter the following commands in the serial port in sequence to set up the network:
// Device Provisioning
// Configure the prototype to enter station mode
op -S -o 1
// Connect to AP, SSID is CMW-AP, password is 12345678
sta -C -s CMW-AP -p 12345678
Note
The
-pparameter is used to set the AP password. If the AP has no password, this parameter is not needed.
If the following information is printed on the serial port, the connection is successful and the Wi-Fi Blocking Test can be performed.
Serial Port Log for Device Provisioning
Test with ESPRFTestTool
Open the EspRFTestTool package, configure
ChipTypeandCOM, select 115200 forBaudRate, open the port, and select theWiFi Adaptivitytest interface.In
STAmode, enterAP ssidandAP pwd, and clickConnect APto connect.After successful connection, the following log should be printed:
Serial Port Log for Device Provisioning
After successful connection, you can start the Wi-Fi Blocking Test.