Panasonic PAN9520 Integration Manual page 29

Embedded wi-fi module
Hide thumbs Also See for PAN9520:
Table of Contents

Advertisement

PAN9520 Wi-Fi Module
Editing "Phy Init Data" in the Source Code
6.1.2.2
Per default, the "phy init data" set defined in the source code is used by the PAN9520.
Therefore, adapting this data is also an option to comply with the regulations. The data can be
found in [ESP-IDF] > components > esp_wifi > esp32s2 > include >
phy_init_data.h.
The structure phy_init_data of type phy_init_data_t contains the configuration bytes.
These are the same as described in
bytes and end bytes are missing. Therefore, the byte enumeration is decreased by eight.
The code examples for RED (EU) and FCC/IC (USA and Canada) are described below.
"Phy Init Data" for RED
/**
* @brief Structure containing default recommended PHY initialization parameters.
*/
static const esp_phy_init_data_t phy_init_data= { {
3,
0,
0x04,
0x05,
0x04,
0x05,
0x05,
0x04,
0x06,
0x06,
0x06,
0x05,
0x06,
0x00,
0x00,
0x00,
0x00,
0x05,
0x09,
0x06,
0x05,
0x03,
0x06,
0x05,
0x00,
0x00,
0x00,
0x00,
0x00,
Module Integration Guide Rev. 1.1
6 Regulatory and Certification Information
 6.1.2.1 Using "phy_init_data"
Binary, but the eight start
Page 29 of 44

Advertisement

Table of Contents
loading

Table of Contents