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. <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. <code>sudo nmcli device wifi list</code> | ||
# Verbinden Sie sich mit dem WIFI mit: <code>sudo nmcli device wifi connect <ArduMower> password <password></code> | # Verbinden Sie sich mit dem WIFI mit: <code>sudo nmcli device wifi connect <ArduMower> password <password></code> | ||
# Nach der erfolgreichen Verbindung prüfen Sie bitte die IP-Adresse (<code>ip_addtess</code> der <code>Wlan0<code> Schnittstelle mit diesem Befehl: <code>ifconfig</code> |
Version vom 25. Januar 2023, 08:56 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
- Verbinden Sie sich mit dem WIFI mit:
sudo nmcli device wifi connect <ArduMower> password <password>
- Nach der erfolgreichen Verbindung prüfen Sie bitte die IP-Adresse (
ip_addtess
derWlan0
Schnittstelle mit diesem Befehl:
ifconfig