Skip to content

Commit 8488ef8

Browse files
committed
add wifi module docs
1 parent a745889 commit 8488ef8

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed
+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
sidebar_label: 'WIFI Module'
3+
sidebar_position: 50
4+
---
5+
6+
# WIFI Module
7+
8+
Megrez has an E Key (SDIO/UART) and supports WIFI modules (SDIO/UART).
9+
10+
The following are verified WIFI module models:
11+
12+
- AP6575S
13+
14+
## AP6275S
15+
16+
The AMPAK Technology® AP6275S is a fully Wi-Fi and Bluetooth functionalities module with seamless roaming capabilities and advance security, also it could interact with different vendors’ 802.11a/b/g/n/ac/ax 2x2 Access Points with MIMO standard and can accomplish up to speed of 1200Mbps with dual stream in 802.1ax to connect the wireless LAN. Furthermore AP6275S included SDIO interface for Wi-Fi, UART/PCM interface for Bluetooth.
17+
18+
In addition, this compact module is a total solution for a combination of Wi-Fi + BT technologies. The module is specifically developed for tablet, OTT box and portable devices.
19+
20+
### Key Feature
21+
22+
- IEEE 802.11 Key Feature
23+
- Lead Free design which is compliant with ROHS requirements.
24+
- TX and RX low-density parity check (LDPC) support for improved range and power efficiency.
25+
- Dual-stream spatial multiplexing up to 1200 Mbps data rate.
26+
- 20, 40, 80 MHz channels with optional SGI (1024 QAM modulation)
27+
- Real simultaneous dual-band
28+
- Client MU-MIMO
29+
- Supports standard SDIO v3.0, compatible with SDIO v2.0 HOST interfaces.
30+
- Bluetooth Key Feature
31+
- BT host digital interface:
32+
- HCI UART (up to 4 Mbps)
33+
- PCM for audio data
34+
- Complies with Bluetooth Core Specification Version 5.0 with provisions for supporting future specifications. With Bluetooth Class 1 or Class2 transmitter operation.
35+
- Supports extended synchronous connections (eSCO), for enhanced voice quality by allowing for retransmission of dropped packets.
36+
- Adaptive frequency hopping (AFH) for reducing radio frequency interference.
37+
38+
### Resources Download
39+
40+
- [AP6275S Datasheet](https://github.com/milkv-megrez/megrez-files/blob/main/hardware/ap6275s-datasheet.pdf?raw=ture)
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
sidebar_label: 'WIFI Module'
3+
sidebar_position: 50
4+
---
5+
6+
# WIFI 模块
7+
8+
Megrez 拥有 E Key(SDIO/UART),支持WIFI模组(SDIO/UART)。
9+
10+
以下是经过验证的WIFI模组型号
11+
12+
- AP6575S
13+
14+
## AP6275S
15+
16+
AMPAK Technology® AP6275S 是一款功能齐全的 Wi-Fi 和蓝牙模块,具有无缝漫游能力和高级安全性,还能与不同厂商的 802.11a/b/g/n/ac/ax 2x2 接入点(支持 MIMO 标准)交互,在 802.11ax 双流模式下可实现高达 1200Mbps 的速度,以连接无线局域网。此外,AP6275S 包括用于 Wi-Fi 的 SDIO 接口和用于蓝牙的 UART/PCM 接口。
17+
18+
此外,这款紧凑型模块是 Wi-Fi + 蓝牙技术组合的完整解决方案。该模块专为平板电脑、OTT 盒子和便携式设备开发。
19+
20+
### 主要特性
21+
22+
- IEEE 802.11 主要特性
23+
- 无铅设计,符合 ROHS 要求。
24+
- 支持发送和接收低密度奇偶校验 (LDPC),提升范围和电源效率。
25+
- 双流空间复用,数据速率高达 1200 Mbps。
26+
- 支持 20、40、80 MHz 信道,带可选 SGI(1024 QAM 调制)。
27+
- 真正的同步双频。
28+
- 客户端 MU-MIMO。
29+
- 支持标准 SDIO v3.0,兼容 SDIO v2.0 HOST 接口。
30+
- 蓝牙主要特性
31+
- 蓝牙主机数字接口:
32+
- HCI UART(最高 4 Mbps)
33+
- PCM 用于音频数据
34+
- 符合蓝牙核心规范版本 5.0,并预留支持未来规范的功能。支持蓝牙 Class 1 或 Class 2 发射器操作。
35+
- 支持扩展同步连接 (eSCO),通过允许重新传输丢弃的数据包提升语音质量。
36+
- 自适应跳频 (AFH),用于减少无线电频率干扰。
37+
38+
### 资源下载
39+
40+
- [AP6275S Datasheet](https://github.com/milkv-megrez/megrez-files/blob/main/hardware/ap6275s-datasheet.pdf?raw=ture)

sidebars.js

+1
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,7 @@ const sidebars = {
492492
"megrez/getting-started/setup",
493493
"megrez/getting-started/boost",
494494
"megrez/getting-started/resources",
495+
"megrez/getting-started/wifimodule",
495496
],
496497
},
497498
{

0 commit comments

Comments
 (0)