PC/CP320 Physical Computing
Raspberry Pi Serial Console Wi-Fi
Objectives
- To explain wi-fi use from the command line on the
Raspberry Pi
Preparation
Equipment
- Raspberry Pi
- TTL-serial to USB adapter
Procedure
- At the command prompt, type wpa_cli
wpa_cli is a command line interface to the wireless
setup.
- In the program at the prompt, type
identity eduroam your login
to input your account identity.
- In the program at the prompt, type
password eduroam your password
to input your account password. Note that it will be in plain
text.
- In the program at the prompt, type
status
to see information about the connection.
- Once you are connected, type
quit
to exit the program. The connection will remain once it has
been established.
- You can test it by typing
ping www.wlu.ca
at the command prompt to see that the network is visible.
Downloading using wget
To download a file from a URL, type
wget http://someplace/somefile -O
test.txt to copy somefile to
test.txt
Wilfrid Laurier University
© 2019 Wilfrid Laurier University