108640 Views
83860 Views
59555 Views
48723 Views
48311 Views
47806 Views
Build a laser-cut robot
Robots and Lasers
Arduino Plug and Make Kit Review
Pi to Pico W Bluetooth Communication
Two-Way Bluetooth Communication Between Raspberry Pi Picos
Gamepad 2
Introduction to the Linux Command Line on Raspberry Pi OS
How to install MicroPython
Wall Drawing Robot Tutorial
BrachioGraph Tutorial
Intermediate level MicroPython
Introduction to FreeCAD for Beginners
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 >