# Raspberry Pi Spotify Connect

# Raspberry Pi setup

## Bake OS

For this project you can also use a 32-bit system it doesn't matter to be honest

Download the Raspberry Pi imager from [https://www.raspberrypi.com/software/](https://www.raspberrypi.com/software/) and install write the OS on your SD card.

1\. Select: Raspberry Pi OS Lite (64-bit) [![image.png](https://wiki.togogo.ch/uploads/images/gallery/2022-07/scaled-1680-/8X6image.png)](https://wiki.togogo.ch/uploads/images/gallery/2022-07/8X6image.png)

2\. Select the SD card as Storage device

3\. Define the hostname and enable SSH  
[![image.png](https://wiki.togogo.ch/uploads/images/gallery/2022-07/scaled-1680-/sXyimage.png)](https://wiki.togogo.ch/uploads/images/gallery/2022-07/sXyimage.png)

4\. Enter your credentials which you want to login later  
[![image.png](https://wiki.togogo.ch/uploads/images/gallery/2022-07/scaled-1680-/7jhimage.png)](https://wiki.togogo.ch/uploads/images/gallery/2022-07/7jhimage.png)

5\. If you are not via LAN connected you can configure the Wifi as well in the setting.

6\. Execute it! After that stick the SD card into the Raspberry Pi and power it on.

## Connect via SSH

### Windows

Download [https://www.advanced-ip-scanner.com/de/](https://www.advanced-ip-scanner.com/de/) and scan your network. You'll see the IP address and hostname.

Connect with putty [https://www.putty.org/](https://www.putty.org/) or use WSL (Windows Subsystem for Linux) [https://docs.microsoft.com/de-de/windows/wsl/install](https://docs.microsoft.com/de-de/windows/wsl/install)

Enter `ssh <a href="mailto:username@192.168.1.222">username@192.168.1.222</a>` and provide your password

### MAC / Linux

Open the terminal and scan the network with NMAP.

```
nmap -sn 192.168.1.0/24
```

Then enter `ssh <a href="mailto:username@192.168.1.222">username@192.168.1.222</a>` and provide your password