Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.15 KB

File metadata and controls

55 lines (36 loc) · 1.15 KB

EV3dev

EV3 WLAN

Attribute Value
SSID: EV3 WLAN
Modus: WPA2 + WPA3
Netzwerkschlüssel: 1804 9665 3704 6384

User & Password

> login as: robot
> password: maker

Connecting to ev3dev Using SSH

IP-Address Range


192.168.179.3 => EV3#1 [yellow]
192.168.179.4 => EV3#2 [red]
192.168.179.5 => EV3#3 [green]
192.168.179.6 => EV3#4 [blue]
192.168.179.7 => EV3#5 [grey]


192.168.179.8 => EV3#6 [black]
192.168.179.9 => EV3#7 [white]


Commands Examples

python3 -V

sudo apt -y install python3-numpy

sudo pip3 install jsonschema

C:\Users<...>\Python\reinforcement_learning>scp -r robot
> robot@192.168.179.XX: ./

chmod +x filename.py

python3 filename.py

micropython filename.py
> MicroPython Documentation

shutdown

sudo shutdown -P

restart

sudo shutdown -r