An open API service indexing awesome lists of open source software.

https://github.com/fluse/as-if

Raspberry Pi, Arduino Jukebox
https://github.com/fluse/as-if

Last synced: 3 months ago
JSON representation

Raspberry Pi, Arduino Jukebox

Awesome Lists containing this project

README

          

# Jukebox

## Installation

run following command

```
> cd scripts/ && sh install.sh
```

### Raspberry Pi

```
> amixer controls
```

```
> alsamixer
```

store sound settings

```
> sudo alsactl store
```

#### Install Audio

```
> apt-get install libasound2-dev
```

#### Connect to Pi
```
> ssh pi@192.168.100.79
```