KevsRobots Learning Platform
54% Percent Complete
By Kevin McAleer, 1 Minute
Page last updated August 02, 2024
The software for this project is avialable on GitHub - https://www.github.com/kevinmcaleer/scrawly-wally.git.
To install this on your Raspberry Pi, follow these steps:
Open a terminal and run:
sudo apt-get install python3 python3-pip
pip3 install RPi.GPIO pigpio
Note - pigpio
is a library for controlling the GPIO pins on the Raspberry Pi; it needs to be run as a daemon process. You can start it by running:
sudo pigpiod
To clone the software, Run:
git clone https://www.github.com/kevinmcaleer/scrawly-wally.git
The software is now installed. Letβs move on to writing the control code.
Note: The software for this project is a work in progress and may be updated. Check the GitHub repository for the latest version and updates.
To update the software, navigate to the cloned repository and run
git pull
to fetch the latest changes.
You can use the arrows β β
on your keyboard to navigate between lessons.