< Return
In addition, PCIe wiring must avoid proximity to power or CLK wiring.
2. The PCIe wiring impedance needs to be controlled at 100 ohms. PCIe TXP/TXN is a set of parallel and equally long differential pairs that need to be processed on both sides; RXP/RXN is a set of parallel equal length differential pairs that need to be processed on both sides; RCLKP/RCLKN is a set of parallel and equal length differential pairs, with both sides wrapped to avoid interference.
3. The next layer of the module needs to be fully paved, and it is prohibited for power or CLK wiring to pass through the lower edge of the module or the next layer.
4. The circuit diagram for PCIe reference design is as follows. The host end TX needs to be connected in series with a 0. luF DC isolation capacitor and close to the host.
5. The TX of the Host is connected to the RX of the Module, similarly, the RX of the Host is connected to the TX of the Module.
Customer Product Hardware Design Guide - PCB Stack
Qualcomm module 2.4G will not enable HT40 requires the following
/lib/firmware/wlan/qcom_cfg.ini File add gChannelBonding Mode24GHz=1 or 2
1: HT40+ 2: HT40- 1~7 channels Can be used HT 40+, 5~13 channels available HT40-
rtkbt/code/bt/include/bt_target.h
/* The IO capability of the local device (for Simple Pairing) */
#ifndef BTM_LOCAL_IO_CAPS
-#define BTM_LOCAL_IO_ CAPS BTM_IO_CAP_IO
+#define BTM_LOCAL_IO_CAPS BTM_IO_CAP_NONE
#endif
The above configuration is only available for TV drivers, and when you get the driver, pay attention to ask whether it is a TV version driver.
To enable roaming, simply turn on both macros in autoconfig.h.
#define CONFIG_LAYER2_ROAMING
#define CONFIG_LAYER2_ROAMING_RESUME
The above opening is for the Linux/Android system.
Find Data\ 8188EU.ini in the windows driver file, change the following location to solve the problem of popping out of the WPS configuration interface.
WiFiProtectSetPage_SHOW = 0
External_Registrar_SHOW =0
Just reinstall. It is also possible to modify the corresponding files directly in the installation directory.
Find Data\ 8188EU.ini in the windows driver file, change the following location to solve the problem of popping out of the WPS configuration interface.
WiFiProtectSetPage_SHOW = 0
External_Registrar_SHOW =0
Just reinstall. It is also possible to modify the corresponding files directly in the installation directory.