You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docu/CELLULAREXPLORER.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,9 +62,10 @@ Install the App and connect the `Thingy:91`.
62
62
63
63
The most [nRF9160 AT-commands](https://infocenter.nordicsemi.com/pdf/nrf9160_at_commands_v2.3.pdf) are supported. Additionally some shortcuts and extra functions are available. Type `help` and press the "send button" :
64
64
65
+
{#help}
65
66

66
67
67
-
(The screenshot shows only the list of commands in July 2023, the current list may contain more commands.)
68
+
(The screenshot shows only the list of commands in August 2023, the current list may contain more commands.)
68
69
69
70
If the smart phone App offers macros, add you favorite AT-commands or commands as macro.
70
71
@@ -76,11 +77,9 @@ Hopefully in the most areas the device should be able to connect to the network
76
77
77
78
If that doesn't work or if you want to see, which cellular networks are available at your location, then type `scan` and press the "send button" 
78
79
79
-
The displayed list of networks will vary. As default, `scan` measure the currently already known channels. If you want to search for new channels, provide additional parameters. For such cases, a command comes also with a specific help. Type `help scan` and press the "send button" 
80
+
The displayed list of networks will vary. As default, `scan` measure the currently already known channels. If you want to search for new channels, provide additional parameters. For such cases, a command comes also with a specific help. Type `help scan` and press the "send button"  (see [screenshot above](#help)).
To perform a scan with new channels, use `scan 5 <n>` where `n` is the maximum expected number of network. It will take a while. The provided parameters will become the new default. if you decide to use `scan 5 6`, the next execution of `scan` will also use these parameters.
82
+
To perform a scan with searching for new channels, use `scan 5 <n>` where `n` is the maximum expected number of network. It will take a while. The provided parameters will become the new default. if you decide to use `scan 5 6`, the next execution of `scan` will also use these parameters.
0 commit comments