ADEEPT RaspArm Manual page 12

Smart robot kit for raspberry pi
Table of Contents

Advertisement

Enable SHH and Setup WiFi
Keep the SD card connected with the computer. Open the root directory of the card and
create a file named ssh without any suffixes.
Under the root directory of the SD card, create a file wpa_supplicant.txt
following contents into the file:
country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
ssid="WIFI"
psk="PASSWORD"
key_mgmt=WPA-PSK
priority=1
}
In the code above, replace WIFI with your own WiFi SSID name and PASSWORD with
your password for the WiFi network. Save the file and change the name of the file
wpa_supplicant.txt into wpa_supplicant.conf.
* Make sure MAC filtering has been turned off for the router.
* The WPA-PSK behind key_mgmt= is the common encryption method for most routers. If
the network connection fails, you may log in and check on the router management page.
* For more about the network connection for Raspberry Pi, please visit the related page
via this link:
https://www.raspberrypi.org/forums/viewtopic.php?t=203716
The two files newly created are as shown below:
Download and Install PuTTy
PuTTy is a software that connects with the Raspberry Pi via ssh. With the tool, you may
control the Raspberry Pi by the computer.
Download:
https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
www.adeept.com
and write the
9

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the RaspArm and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents