Uploaded July 2019 | Updated September 2026, 3 hours ago
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:chiark.greenend.org.uk/~sgtatham/putty/latest.html
Win32 Disk Imager download address sourceforge.net/projects/win32diskimager
Raspberry Pi official website: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:python.org
OpenCV_python.whl download address:https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
(#opencv may need to be manually entered)
Solution for No matching distribution found for opencv-contrib-python:
raspberrypi.stackexchange.com/questions/94990/installation-of-opencv-contrib-python-through-pip3-fails
stackoverflow.com/questions/45293933/could-not-find-a-version-that-satisfies-the-requirement-opencv-python
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:chiark.greenend.org.uk/~sgtatham/putty/latest.html
Win32 Disk Imager download address sourceforge.net/projects/win32diskimager
Raspberry Pi official website: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:python.org
OpenCV_python.whl download address:https://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
(#opencv may need to be manually entered)
Solution for No matching distribution found for opencv-contrib-python:
raspberrypi.stackexchange.com/questions/94990/installation-of-opencv-contrib-python-through-pip3-fails
stackoverflow.com/questions/45293933/could-not-find-a-version-that-satisfies-the-requirement-opencv-python










