JetRacer: Teach-In Tutorial: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 12: | Zeile 12: | ||
# Öffnen Sie im Chrome-Browser folgende URL: <code>192.168.55.1:8888</code> | # Öffnen Sie im Chrome-Browser folgende URL: <code>192.168.55.1:8888</code> | ||
# Loggen Sie sich mit dem Passwort <code>jetson</code> ein. | # Loggen Sie sich mit dem Passwort <code>jetson</code> ein. | ||
# Öffenen Sie einen Terminal in <code>Jupyter Lab</code> mit <code> File -> New -> Terminal</code> | # Öffenen Sie einen Terminal in <code>Jupyter Lab</code> mit <code>File -> New -> Terminal</code>. | ||
# In the terminal, type the following command to list available WiFi networks, and find the <code>ssid_name</code> of your network (<code>ArduMower</code>). You can also skip this step if you have known the available network. <code>sudo nmcli device wifi list</code> | |||
<code>sudo nmcli device wifi connect <ArduMower> password <password></code> | <code>sudo nmcli device wifi connect <ArduMower> password <password></code> |
Version vom 25. Januar 2023, 08:52 Uhr
Autor: Prof. Ulrich Schneider
Vorbereitung
- Allgemeines Tutorial
- SW auf Memory Card des JetRacers sichern. (2. Software setup)
- Verbindung des JetRacers mit dem Router
- Verbindung des PCs mit dem Router
= Step 3: Connect JeRacer to WIFI
- Öffnen Sie im Chrome-Browser folgende URL:
192.168.55.1:8888
- Loggen Sie sich mit dem Passwort
jetson
ein. - Öffenen Sie einen Terminal in
Jupyter Lab
mitFile -> New -> Terminal
. - In the terminal, type the following command to list available WiFi networks, and find the
ssid_name
of your network (ArduMower
). You can also skip this step if you have known the available network.sudo nmcli device wifi list
sudo nmcli device wifi connect <ArduMower> password <password>