c79065fb49c33b08ad800ff0bfa43e71aa60446e
Chip-cn-dat/SIMCOM/SIM7020-DAT/SIM7020-DAT.md
... | ... | @@ -2,6 +2,8 @@ |
2 | 2 | # SIM7020 DAT |
3 | 3 | |
4 | 4 | |
5 | + |
|
6 | + |
|
5 | 7 | ## quick setup guide |
6 | 8 | |
7 | 9 | * Please use a USB-serial adapter like CP2102 or FT232RL, connect 5V, GND, VTXD and VRXD. |
... | ... | @@ -10,20 +12,19 @@ |
10 | 12 | * Now you can send AT commands via serial uart COM port. |
11 | 13 | * (USB port is NOT working for debugging, please do not connect to use it.) |
12 | 14 | |
15 | +## Application Note |
|
13 | 16 | |
17 | +## Power supply |
|
14 | 18 | |
15 | -- [[SIMCOM-low-power-Dat/SIMCOM-PSM-Dat/SIMCOM-PSM-Dat]] |
|
16 | - |
|
17 | - |
|
19 | +- VBAT Module power voltage min. 2.1 typ. 3.3 max. 3.6 V |
|
18 | 20 | |
19 | -## Application Note |
|
20 | 21 | |
21 | 22 | ### PSM Mode |
22 | 23 | |
23 | 24 | - AT commands to enter into PSM power save mode |
24 | 25 | - pull down RTC_EINT or PWR_KEY to quit PSM mode |
25 | 26 | |
26 | - |
|
27 | +- [[SIMCOM-PSM-Dat]] |
|
27 | 28 | |
28 | 29 | ## REF |
29 | 30 |
Chip-cn-dat/SIMCOM/SIMCOM-low-power-Dat/SIMCOM-PSM-Dat/SIMCOM-PSM-Dat.md
... | ... | @@ -16,6 +16,7 @@ Test based on our current SIM7020E module |
16 | 16 | |
17 | 17 | |
18 | 18 | ### To enter into PSM mode |
19 | + |
|
19 | 20 | * AT+CFUN=0,0 // minimium function mode |
20 | 21 | * AT+CFUN=1,1 // full working mode |
21 | 22 | * AT+CPSMS=1 // turn on PSM mode |
... | ... | @@ -25,6 +26,10 @@ Test based on our current SIM7020E module |
25 | 26 | |
26 | 27 | |
27 | 28 | |
29 | +## Demo video |
|
30 | + |
|
31 | +- https://www.youtube.com/shorts/S57VZSJNvnw |
|
32 | + |
|
28 | 33 | |
29 | 34 | |
30 | 35 | ## PSM AT commands demo |
... | ... | @@ -41,7 +46,7 @@ turn on/off PSM mode examples |
41 | 46 | |
42 | 47 | AT+CEREG=4 |
43 | 48 | OK |
44 | - AT+C EREG? |
|
49 | + AT+CEREG? |
|
45 | 50 | +CEREG: |
46 | 51 | 4,1,"5B57","01A50B1A",9,"00",,,"11100000","1110000 |
47 | 52 | 0" |
... | ... | @@ -117,3 +122,21 @@ turn on/off PSM mode examples |
117 | 122 | //发送数据到 UDP 服务器 |
118 | 123 | //从 UDP 服务器接收数据 |
119 | 124 | //如果数据传输完毕,模式将自动进入 PSM 模式 |
125 | + |
|
126 | + |
|
127 | + |
|
128 | +## Sleep mode |
|
129 | + |
|
130 | +AT+CSCLK=1 |
|
131 | +OK |
|
132 | +//进入慢时钟模式,然后拉高 DTR,模块就会进入休眠模式 |
|
133 | +//拉低 DTR,模块会退出休眠模式 |
|
134 | + |
|
135 | + |
|
136 | +6.4.2 方法二 |
|
137 | + |
|
138 | +//sleep 模式示例 |
|
139 | +AT+CSCLK=2 |
|
140 | +OK |
|
141 | +//自动进入慢时钟模式,当没有外部设备与模块交互时,模块会自动进入休眠模式 |
|
142 | +//发两次 AT 给模块即可唤醒模块 |
|
... | ... | \ No newline at end of file |
Home.md
... | ... | @@ -30,7 +30,7 @@ |
30 | 30 | - The most updated and comprehensive documentation |
31 | 31 | - The detailed youtube demo and teaching video |
32 | 32 | - Worldwide unique boards and solutions, Aisa cost-effective chips offer |
33 | -- 100+ years support |
|
33 | +- 100+ years support, support world peace |
|
34 | 34 | |
35 | 35 | |
36 | 36 | - [[edragon]] |
... | ... | \ No newline at end of file |