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: content/posts/nb-iot-internet-connection-with-simcom-sim7070g-modem/index.en.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ The initial switching to the high level can be carried out as follows:
40
40
echo "out" > /sys/class/gpio/gpio4/direction
41
41
echo "0" > /sys/class/gpio/gpio4/value
42
42
43
-
_Reminder: "0" causes a low level on the NPN transistor and therefore an inverted "high" level on the modem!
43
+
_Reminder: "0" causes a low level on the NPN transistor and therefore an inverted "high" level on the modem!_
44
44
45
45
This command sequence is packed into the file `/etc/rc.local` before the `exit 0` instruction and thus executed once after each boot. By default, the modem should start after it has been supplied with power.
46
46
@@ -101,7 +101,7 @@ You can then start Minicom by entering
101
101
102
102
to check whether AT commands are accepted. This ensures that we are talking to the correct console. If an "OK" is returned, everything is OK and the modem is responding to our commands.
103
103
104
-
Minicom can be exited again via `STRG+A` and `X`.
104
+
Minicom can be exited again via `CTRL+A` and `X`.
105
105
106
106
107
107
## Switch to the Raspberry Pi's own serial interface
0 commit comments