ADEEPT RaspClaws User Manual page 11

Smart robot kit for raspberry pi
Hide thumbs Also See for RaspClaws:
Table of Contents

Advertisement

search on the Internet by yourself for how to display the filename extension (suffix) in your
own system.
For example, in Windows 7, you may go to My Computer ->Organization ->Folder and
Search->View, and uncheck the Hide extensions for known file types.
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="W
IFI"
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:
8
www.adeept.com
and write the

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Subscribe to Our Youtube Channel

Table of Contents