Speaker, preferably USB (see recommended USB
or 3.5mm-jack)
An SD card with NOOBS
pre-installed. NOOBS is an OS installer that contains Raspbian by default
and simplifies OS setup.
You may also want to have a USB keyboard, USB mouse, and a monitor with an
HDMI cable. These simplify initial hardware setup (and are required to
install NOOBS).
You'll now set up the hardware and configure network access.
Connect the hardware and configure network access
Connect the microphone and speaker to the Raspberry Pi.
Insert the SD card into the Raspberry Pi (with NOOBS or Raspbian with
Desktop already loaded).
Connect a USB keyboard, USB mouse and HDMI monitor to your Raspberry Pi. If
you don't have these, you can always
connect to the Pi remotely.
After you configure access, you can connect to the Raspberry Pi via SSH
(optional).
Configure the date and time
Check that the date and time are set correctly on the device.
date
Connect to the Raspberry Pi via SSH (Optional)
To run commands on the Raspberry Pi, you need to open the terminal
on the device or use an SSH connection. You must use an SSH connection from your
development machine if you do not have a monitor, keyboard, and mouse connected
to the Raspberry Pi.
On Raspbian, the default password for the pi user is raspberry. You should
change this password immediately (run passwd in a terminal on the Pi).
Use the terminal or the SSH session you set up in this step to enter the
commands in the rest of this guide. The working directory for both is
/home/pi.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["This guide details setting up a Raspberry Pi (3/Zero/Zero W) with audio input/output for a project."],["You will need a Raspberry Pi, microphone, speaker, SD card (with NOOBS or Raspbian), and optionally a monitor, keyboard, and mouse for initial setup."],["The guide involves configuring hardware, network access, date/time, and potentially connecting via SSH for remote access."],["Ensure your Raspberry Pi's SSH is enabled for remote command execution if not using a directly connected monitor, keyboard, and mouse."],["Following setup, the next step involves configuring and testing the audio functionality."]]],["Users need a Raspberry Pi (3 or Zero), power supply, USB microphone, and speaker. An SD card with NOOBS or Raspbian is essential. Connect the hardware: microphone, speaker, and SD card to the Raspberry Pi. Additionally, plug in a USB keyboard, mouse, and HDMI monitor (optional). Connect to the network, and check/correct the date and time. Optionally, enable and connect via SSH using the default credentials (change the password). All subsequent terminal commands should be entered in the /home/pi directory.\n"]]