JetRacer: Teach-In Tutorial: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 15: | Zeile 15: | ||
# 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.<br> | # 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.<br> | ||
<code>sudo nmcli device wifi list</code> | <code>sudo nmcli device wifi list</code> | ||
# Verbinden Sie sich mit dem WIFI mit: <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:53 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
jetsonein. - Öffenen Sie einen Terminal in
Jupyter LabmitFile -> New -> Terminal. - In the terminal, type the following command to list available WiFi networks, and find the
ssid_nameof your network (ArduMower). You can also skip this step if you have known the available network.
sudo nmcli device wifi list
- Verbinden Sie sich mit dem WIFI mit:
sudo nmcli device wifi connect <ArduMower> password <password>