1

Are there any standardised test standards to test the Wifi Range of my ESP32 inside of my products enclosure. I want to know what range(s) it can operate so I can provide recommendations to users of my product.

oh.dae.su
  • 560
  • 1
  • 6
  • 14
Divraj
  • 11
  • 1

1 Answers1

1

I don't know any standardized test for ESP32 but I found these links which will surely guide you and help you to check the ESP32 signal strength and range.

1.ESPressif production testing guide:

You should read this testing guide which is officially provided by the ESPressif (owner and manufactures of ESPxxx chips).

In this, they have stated the PC testing tool to test the product and everything. I can't post specific things from this so...Please read it.

2.According to theseESP32 / 8266 WiFi Signal Strength:

Use WiFi Analyzer which is an application that finds WiFi networks available around us. It also shows the signal strength in dBm and the channel for each network. We will use it to do our analysis, which is possible through visualization in the modes: list or graph.

PHOTO APP --- The app can be downloaded from the Google Play Store through the link:

Wi-Fi Analyser App Link

After downloading the app create an access point in your ESP32 (Which is already done by you I guess) and connect your mobile with ESP32 Wi-Fi and open the App.

You will get a signal graph like this:

enter image description here

1. check the graph generated according to the intensity of the signal, both near the chips and in a more remote environment with walls in the way.

2. Close to chips - 1 meter. In the above image the first notes of the application. The best performances were from ESP02 and ESP32.

Moving away from the device 15 meters you will get a graph like:

enter image description here

In this second stage, the highlight again is the ESP02, which has an external antenna of its own.

3. According to theseESP8266 Range Test with and without External Antenna:

You have to connect any device to the ESP32 inside of your product enclosure and measure the distance according to the connectivity and signal strength of the Wi-Fi.

This link is the ".cpp" code for testing the ESP32ESP32RangeTest-Slave.cpp. There was no guide or any document regarding it so...

Lucifer
  • 346
  • 1
  • 12