This commit is contained in:
2025-08-23 15:15:57 +08:00
commit b5fbaa9db5
167 changed files with 2087 additions and 0 deletions

View File

@ -0,0 +1,7 @@
AT^PSTM=0
AT+CIPCA=0
AT^UELOCSET=86.227731,41.553194,893.234
at+cfun=1
AT+CGDCONT=1,"IP","cscnnet"
AT+CGACT=1,1

10
调试指令/AP.md Normal file
View File

@ -0,0 +1,10 @@
# 公共
## 网络
###### 向CP传输文件
``` bash
python3 -m http.server 8000
```
# 典格
# 菁蓉

4
调试指令/AT指令.md Normal file
View File

@ -0,0 +1,4 @@
单音400M最大
```
AT+PHYDBG=6,2,3800000,0,0,0,0,0,0,0
```

7
调试指令/CP.md Normal file
View File

@ -0,0 +1,7 @@
## 网口
### 新版
eth2连接天线
eth1连接AP
### 旧版
eth2连接AP

View File

@ -0,0 +1,29 @@
###### at指令
```
at^pstm=2
```
```
AT^STOREFREQXW=1,1696664,0
```
```
at+cfun=1
```
查询分配的ip
```
AT+CGPADDR
```
##### 业务网卡配置
###### CP
发送at指令AT+DNNHWCFG=1 //gmac模式
###### AP
``` bash
ip link set eth1_dat1 down
ip link set eth1_dat1 address 08:01:02:03:04:05 #修改mac地址
ifconfig eth1_dat1 10.16.65.188 #配置为核心网分配的ip
route add -host 45.62.1.1 eth1_dat1 #配置路由
arp -s 45.62.1.1 01:02:02:03:04:05 #配置静态arp
```
CP
手动延迟开机
run mmcboot