This video is a general software installation tutorial for the Raspberry Pi robot product. It also includes problems that may be encountered during the installation process and the corresponding solutions.
URLs mentioned in the video and other content that needs to be copied:
Putty download address:https://www.chiark.greenend.org.uk/~s...
Win32 Disk Imager download address https://sourceforge.net/projects/win3...
Raspberry Pi official website:https://www.raspberrypi.org/
Content needed to fill in the wpa_supplicant.conf 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
}
Python official website:https://www.python.org/
OpenCV_python.whl download address:https://www.lfd.uci.edu/~gohlke/pytho...
(#opencv may need to be manually entered)
Solution for No matching distribution found for opencv-contrib-python:
https://raspberrypi.stackexchange.com...
https://stackoverflow.com/questions/4...