This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
products:sbc:common:add-ons:em06-lte-4g-module [2024/08/06 22:43] ivan [Ubuntu] |
products:sbc:common:add-ons:em06-lte-4g-module [2025/08/21 00:25] (current) nick |
||
---|---|---|---|
Line 16: | Line 16: | ||
=== Setup LTE Module === | === Setup LTE Module === | ||
- | |||
- | Install '' | ||
- | |||
- | ```shell | ||
- | sudo apt update | ||
- | sudo apt install minicom | ||
- | ``` | ||
Setting to '' | Setting to '' | ||
```shell | ```shell | ||
- | sudo minicom | + | echo -e " |
``` | ``` | ||
- | After open '' | ||
- | |||
- | ```txt | ||
- | AT+QCFG=" | ||
- | |||
- | OK | ||
- | ``` | ||
LTE module needs power down and restart to switch mode. Unplug your SBC and plug again. LTE module now works in '' | LTE module needs power down and restart to switch mode. Unplug your SBC and plug again. LTE module now works in '' | ||
Line 43: | Line 29: | ||
``` | ``` | ||
- | AT+QCFG=" | + | echo -e "AT+QCFG=\" |
``` | ``` | ||