espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.72k stars 7.3k forks source link

Firmware for compliance testing (RF) (IDFGH-3654) #5589

Closed renanfgpascoal closed 4 years ago

renanfgpascoal commented 4 years ago

Hello everyone!

I'm facing a RF test for my project with ESP32 to get a national standard certification by ANATEL (Brazil).

I need to do a few configurations on my device, for each test.

I read the IDF user guide, but i can't found out a way to set the bluetooth modulation between GFSK and 8-DPSK.

It has a kind of default firmware for compliance testing? Or, a way to set bluetooth modulation by API?

Please help me.

renanfgpascoal commented 4 years ago

I found it at espressif idf tools. https://www.espressif.com/sites/default/files/tools/ESP32%26ESP8266_RF_Performance_Test_EN.zip

mfalconf commented 2 years ago

Hi @renanfgpascoal, Did the ESPRFTestTool help you with the certification requested by ANATEL?

menachg commented 2 years ago

do we have the source for the EspRftestTool firmware? i need it for rf testing in conjunction with other modules enabled

natanael127 commented 1 year ago

I have the same issues of @mfalconf and @menachg

guilhermep-git commented 6 months ago

I have the same issues to set the different types of modulation for Bluetooth Classic, BLE and Wi-Fi with EspRFTestTool_v3.6 software. Aparently the software not able to choose modultaion. I need this to get certification of my product by ANATEL.

The Certificate of Conformity for ESP32-WROOM-32D in Brazil (ANATEL) show several modulations. ANATEL_ESP32_modulations

DevxMike commented 2 months ago

Hello, @guilhermep-git @menachg @natanael127 @mfalconf can you please share some insights regarding this topic? I have found this tool, could not find any demo software with CLI tho. Did it work for any of you?

https://www.espressif.com/en/support/download/other-tools https://www.espressif.com/en/products/socs/esp32/resources

guilhermep-git commented 2 months ago

Hello @DevxMike, ESP RF Test Tool worked in my case. It was used by certification laboratory with success. The ESP RF Test Guide was used as reference.

DevxMike commented 2 months ago

Hello @guilhermep-git , Thank you very much.