Setting Up the Raspberry Pi

Instructions to set up and configure the Raspberry Pi.

By Kevin McAleer,    1 Minute

Page last updated August 02, 2024


Setup Pi


Setting Up the Raspberry Pi

Setup the Pi for the Scrawly Wally robot:

Item Action
Install Raspberry Pi OS Download and install the latest version of Raspberry Pi OS on a microSD card. Insert the microSD card into the Raspberry Pi and boot it up.

Connect to WiFi: Follow the on-screen instructions to connect your Raspberry Pi to your WiFi network.

Update the System: Open a terminal and run: sudo apt-get update && sudo apt-get upgrade

Enable I2C, SPI, and Serial Interfaces: Run sudo raspi-config and enable the necessary interfaces.
Setup Pi

Your Raspberry Pi is now set up. Next, we’ll install the software needed for the robot.


< Previous Next >