This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
technical:lte [2022/11/23 14:24] admin [Supported hardware] |
technical:lte [2022/11/23 14:56] (current) admin [Using AT Commands] |
||
---|---|---|---|
Line 38: | Line 38: | ||
* qmi-utils | * qmi-utils | ||
* picocom | * picocom | ||
+ | * luci-proto-qmi | ||
<code bash> | <code bash> | ||
opkg update | opkg update | ||
- | opkg install picocom qmi-utils | + | opkg install picocom qmi-utils |
</ | </ | ||
Line 54: | Line 55: | ||
<code bash> | <code bash> | ||
uqmi -d / | uqmi -d / | ||
+ | #This is the return | ||
+ | " | ||
+ | |||
uqmi -d / | uqmi -d / | ||
+ | #This is the return | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | |||
uqmi -d / | uqmi -d / | ||
+ | #This is the return | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | } | ||
</ | </ | ||
===== UCI Configuration ===== | ===== UCI Configuration ===== | ||
+ | * The UCI system includes support for LTE confguration in /// | ||
+ | * The MESHdesk firmware will create the config section based on the configuration returned by the controller. | ||
+ | * Here is a sample section as reference | ||
+ | <code bash> | ||
+ | config interface ' | ||
+ | option ifname ' | ||
+ | option disabled ' | ||
+ | option wan_bridge ' | ||
+ | option device '/ | ||
+ | option apn ' | ||
+ | option proto ' | ||
+ | option auth ' | ||
+ | </ | ||
+ | * You can also install the **luci-proto-qmi** package which essentially does the same that MESHdesk and APdesk does but only local on the Access Point. | ||
Line 79: | Line 133: | ||
</ | </ | ||
+ | * You can allos issue the following command without needing to log into picocom | ||
+ | <code bash> | ||
+ | echo ' | ||
+ | #Here is what my provider returned | ||
+ | +CUSD: 0," | ||
+ | </ | ||