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
- Host: GitHub
- URL: https://github.com/fluse/as-if
- Owner: fluse
- Created: 2016-03-14T19:17:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-01T12:06:55.000Z (over 9 years ago)
- Last Synced: 2025-03-24T23:02:09.801Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```