Edit Wording, Black navbar
Changed nav bar to black Changed wording on a few spots Added lots of AT commands for easy copy/paste
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Quectel Simple Admin</title>
|
<title>RM520N-GL AT Commands</title>
|
||||||
|
|
||||||
<script src="/js/alpinejs.min.js" defer></script>
|
<script src="/js/alpinejs.min.js" defer></script>
|
||||||
<link rel="stylesheet" href="/css/bulma.css">
|
<link rel="stylesheet" href="/css/bulma.css">
|
||||||
@@ -15,11 +15,11 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- START NAV -->
|
<!-- START NAV -->
|
||||||
<nav class="navbar is-white" x-data="{ isOpen: false }">
|
<nav class="navbar is-black" x-data="{ isOpen: false }">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand">
|
||||||
<a class="navbar-item brand-text" href="/">
|
<a class="navbar-item brand-text" href="/">
|
||||||
Quectel Simple Admin
|
Quectel RM520N-GL
|
||||||
</a>
|
</a>
|
||||||
<a role="button" class="navbar-burger burger" @click="isOpen = !isOpen">
|
<a role="button" class="navbar-burger burger" @click="isOpen = !isOpen">
|
||||||
<span aria-hidden="true"></span>
|
<span aria-hidden="true"></span>
|
||||||
@@ -30,13 +30,13 @@
|
|||||||
<div id="navMenu" class="navbar-menu" :class="isOpen ? 'is-active' : ''">
|
<div id="navMenu" class="navbar-menu" :class="isOpen ? 'is-active' : ''">
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
<a class="navbar-item" href="/">
|
<a class="navbar-item" href="/">
|
||||||
Home
|
Connection Info
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="/atcommander.html">
|
<a class="navbar-item" href="/atcommander.html">
|
||||||
ATI Commander
|
AT Commands
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="/ttl.html">
|
<a class="navbar-item" href="/ttl.html">
|
||||||
TTL Enabler
|
TTL Changer
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -111,9 +111,40 @@
|
|||||||
<!-- Add your useful commands content here -->
|
<!-- Add your useful commands content here -->
|
||||||
<p>Here are some useful commands:</p>
|
<p>Here are some useful commands:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>AT+CGDCONT=1,"IP","APN": Set APN</li>
|
<li>See https://github.com/iamromulan/RM520N-GL#at-commands for more </li>
|
||||||
<li>AT+CFUN=1,1: Restart Modem.</li>
|
<li>AT+CFUN=1,1 (reboot)</li>
|
||||||
<li>AT+GSN: Show IMEI.</li>
|
<li>AT+QMAPWAC? (get current status of auto connect, 0=disabled 1=enabled)</li>
|
||||||
|
<li>AT+QMAPWAC=1 (enable auto connect internet for ethernet)</li>
|
||||||
|
<li>AT+QMAPWAC=0 (disable auto connect for ethernet; use when you want internet over usb to work; IPPT must be disabled)</li>
|
||||||
|
<li>AT+QUIMSLOT? (get active sim slot; 1=Slot 1; 2=Slot 2)</li>
|
||||||
|
<li>AT+QUIMSLOT=1 (switch to sim slot 1)</li>
|
||||||
|
<li>AT+QUIMSLOT=2 (switch to sim slot 2)</li>
|
||||||
|
<li>AT+CGDCONT? (Get active APN profle list 1 through 8)</li>
|
||||||
|
<li>AT+CGDCONT=1,"IPV4V6","APNHERE" (Sets APN profle 1 to APNHERE using both IPV4 and IPV6)</li>
|
||||||
|
<li>AT+GSN (Show current IMEI)</li>
|
||||||
|
<li>AT+EGMR=1,7,"IMEIGOESHERE" (sets/repairs IMEI)</li>
|
||||||
|
<li>AT+QCAINFO (Show all connected bands/CA info)</li>
|
||||||
|
<li>AT+QNWPREFCFG="mode_pref" (Check what the current network search mode is set to)</li>
|
||||||
|
<li>AT+QNWPREFCFG="mode_pref",AUTO (Set network search mode to automatic)</li>
|
||||||
|
<li>AT+QNWPREFCFG="mode_pref",NR5G:LTE (Set network search mode to 5G/NR and 4G/LTE only)</li>.
|
||||||
|
<li>AT+QNWPREFCFG="mode_pref",NR5G (Set network search mode to 5G/NR only)</li>
|
||||||
|
<li>AT+QNWPREFCFG="mode_pref",LTE (Set network search mode to 4G/LTE only)</li>
|
||||||
|
<li>AT+QNWPREFCFG="nr5g_disable_mode" (Check to see if SA or NSA NR5G is disabled)</li>
|
||||||
|
<li>AT+QNWPREFCFG="nr5g_disable_mode",0 (Enable Both SA and NSA 5G/NR)</li>
|
||||||
|
<li>AT+QNWPREFCFG="nr5g_disable_mode",1 (Disable SA 5G/NR only)</li>
|
||||||
|
<li>AT+QNWPREFCFG="nr5g_disable_mode",2 (Disable NSA 5G/NR only)</li>
|
||||||
|
<li>AT+QNWPREFCFG="nr5g_band" (Get current 5G/NR bandlock settings)</li>
|
||||||
|
<li>AT+QNWPREFCFG="nr5g_band",1:2:3:4:5:6 (Example: Lock to 5G/NR bands n1,n2,n3,n4,n5, and n6)</li>
|
||||||
|
<li>AT+QNWPREFCFG="lte_band" (Get current 4G/LTE bandlock settings)</li>
|
||||||
|
<li>AT+QNWPREFCFG="lte_band",1:2:3:4:5:6 (Example: Lock to 4G/LTE bands 1,2,3,4,5, and 6)</li>
|
||||||
|
<li>AT+QMAP="WWAN" (Show currently assigned IPv4 and IPv6 from the provider)</li>
|
||||||
|
<li>AT+QMAP="LANIP" (Show current DHCP range and Gateway address for VLAN0)</li>
|
||||||
|
<li>AT+QMAP="LANIP",IP_start_range,IP_end_range,Gateway_IP (Set IPv4 Start/End range and Gateway IP of DHCP for VLAN0)</li>
|
||||||
|
<li>AT+QMAP="DHCPV4DNS","disable" (disable the onboard DNS proxy; recommended for IPPT)</li>
|
||||||
|
<li>AT+QMAP="MPDN_rule",0,1,0,1,1,"FF:FF:FF:FF:FF:FF" (Turn on IP Passthrough for Ethernet)</li>
|
||||||
|
<li>AT+QMAP="MPDN_rule",0 (turn off IPPT/clear MPDN rule 0; Remember to run AT+QMAPWAC=1 and reboot after)</li>
|
||||||
|
<li>AT+GSN (Show current IMEI)</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Quectel Simple Admin</title>
|
<title>RM520N-GL Connection Info</title>
|
||||||
<script src="/js/alpinejs.min.js" defer></script>
|
<script src="/js/alpinejs.min.js" defer></script>
|
||||||
<link rel="stylesheet" href="/css/bulma.css">
|
<link rel="stylesheet" href="/css/bulma.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/css/admin.css">
|
<link rel="stylesheet" type="text/css" href="/css/admin.css">
|
||||||
@@ -14,11 +14,11 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- START NAV -->
|
<!-- START NAV -->
|
||||||
<nav class="navbar is-white" x-data="{ isOpen: false }">
|
<nav class="navbar is-black" x-data="{ isOpen: false }">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand">
|
||||||
<a class="navbar-item brand-text" href="/">
|
<a class="navbar-item brand-text" href="/">
|
||||||
Quectel Simple Admin
|
Quectel RM520N-GL
|
||||||
</a>
|
</a>
|
||||||
<a role="button" class="navbar-burger burger" @click="isOpen = !isOpen">
|
<a role="button" class="navbar-burger burger" @click="isOpen = !isOpen">
|
||||||
<span aria-hidden="true"></span>
|
<span aria-hidden="true"></span>
|
||||||
@@ -29,13 +29,13 @@
|
|||||||
<div id="navMenu" class="navbar-menu" :class="isOpen ? 'is-active' : ''">
|
<div id="navMenu" class="navbar-menu" :class="isOpen ? 'is-active' : ''">
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
<a class="navbar-item" href="/">
|
<a class="navbar-item" href="/">
|
||||||
Home
|
Connection Info
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="/atcommander.html">
|
<a class="navbar-item" href="/atcommander.html">
|
||||||
ATI Commander
|
AT Commands
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="/ttl.html">
|
<a class="navbar-item" href="/ttl.html">
|
||||||
TTL Enabler
|
TTL Changer
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -50,7 +50,7 @@
|
|||||||
<div class="hero-body">
|
<div class="hero-body">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title">
|
<h1 class="title">
|
||||||
Welcome to Quectel RJ45 Board Simple Admin
|
Connection Info
|
||||||
</h1>
|
</h1>
|
||||||
<h2 class="subtitle">
|
<h2 class="subtitle">
|
||||||
Data Updated: <span x-text="lastUpdate"></span>
|
Data Updated: <span x-text="lastUpdate"></span>
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>Quectel Simple Admin</title>
|
<title>RM520N-GL TTL Changer</title>
|
||||||
|
|
||||||
<script src="/js/alpinejs.min.js" defer></script>
|
<script src="/js/alpinejs.min.js" defer></script>
|
||||||
<link rel="stylesheet" href="/css/bulma.css">
|
<link rel="stylesheet" href="/css/bulma.css">
|
||||||
@@ -15,11 +15,11 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<!-- START NAV -->
|
<!-- START NAV -->
|
||||||
<nav class="navbar is-white" x-data="{ isOpen: false }">
|
<nav class="navbar is-black" x-data="{ isOpen: false }">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="navbar-brand">
|
<div class="navbar-brand">
|
||||||
<a class="navbar-item brand-text" href="/">
|
<a class="navbar-item brand-text" href="/">
|
||||||
Quectel Simple Admin
|
Quectel RM520N-GL
|
||||||
</a>
|
</a>
|
||||||
<a role="button" class="navbar-burger burger" @click="isOpen = !isOpen">
|
<a role="button" class="navbar-burger burger" @click="isOpen = !isOpen">
|
||||||
<span aria-hidden="true"></span>
|
<span aria-hidden="true"></span>
|
||||||
@@ -30,13 +30,13 @@
|
|||||||
<div id="navMenu" class="navbar-menu" :class="isOpen ? 'is-active' : ''">
|
<div id="navMenu" class="navbar-menu" :class="isOpen ? 'is-active' : ''">
|
||||||
<div class="navbar-start">
|
<div class="navbar-start">
|
||||||
<a class="navbar-item" href="/">
|
<a class="navbar-item" href="/">
|
||||||
Home
|
Connection Info
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="/atcommander.html">
|
<a class="navbar-item" href="/atcommander.html">
|
||||||
ATI Commander
|
AT Commands
|
||||||
</a>
|
</a>
|
||||||
<a class="navbar-item" href="/ttl.html">
|
<a class="navbar-item" href="/ttl.html">
|
||||||
TTL Enabler
|
TTL Changer
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user