114532 Views
101685 Views
86270 Views
54891 Views
51137 Views
49962 Views
Level Up your CAD Skills
Operation Pico
Raspberry Pi Home Hub
Hacky Temperature and Humidity Sensor
Robot Makers Almanac
High Five Bot
Using the Raspberry Pi Pico's Built-in Temperature Sensor
Getting Started with SQL
Introduction to the Linux Command Line on Raspberry Pi OS
How to install MicroPython
Wall Drawing Robot Tutorial
BrachioGraph Tutorial
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:
pigpio
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.
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.
git pull
< Previous Next >