JetRacer: Teach-In Tutorial: Unterschied zwischen den Versionen

Aus HSHL Mechatronik
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 13: Zeile 13:
# 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>
# 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 connect <ArduMower> password <password></code>
<code>sudo nmcli device wifi connect <ArduMower> password <password></code>

Version vom 25. Januar 2023, 07: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

  1. Öffnen Sie im Chrome-Browser folgende URL: 192.168.55.1:8888
  2. Loggen Sie sich mit dem Passwort jetson ein.
  3. Öffenen Sie einen Terminal in Jupyter Lab mit File -> New -> Terminal.
  4. 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>