Skip to content

Configure Raspberry Pi OS

ReefSpy edited this page Mar 30, 2024 · 3 revisions

These instructions are written assuming the username is "pi" and password is "reefberry". If you decide to use different credentials, you will need to substitute them in the appropriate places throughout the guides.

Update Raspberry Pi OS

It is good practice to update Raspberry Pi OS to ensure latest patches are installed

sudo apt update -y
sudo apt upgrade -y

After installing you should enable the following interfaces either through the guide, or via command line with

sudo raspi-config
  • SSH - for remote login
  • VNC - useful for remote debugging
  • SPI - for MCP3008 analog to digital chip integration
  • 1-Wire - for ds1b820 temperature probe communication
Clone this wiki locally