Page 1 of 1

RuneAudio_rpi2_rp3_0.4-beta_2017 + Audiophonics PI-SPC V2

PostPosted: 05 Nov 2018, 21:10
by dom_france
Hello,

I just buy this board here :
https://www.audiophonics.fr/fr/accessoi ... 10912.html

And I test it : it works !

"Cocorico" : It's a French product !!! VIVE LA FRANCE !!!
good product... compact... easy to implement...

see my photo :
Image

Re: RuneAudio_rpi2_rp3_0.4-beta_2017 + Audiophonics PI-SPC V

PostPosted: 05 Nov 2018, 21:20
by dom_france
Implementation :

1) Connect to the Raspberry Pi with ssh protocol : (password : rune)
Image

2)
Code: Select all
cd /var/www

Code: Select all
git pull

+ Y
Image

Re: RuneAudio_rpi2_rp3_0.4-beta_2017 + Audiophonics PI-SPC V

PostPosted: 05 Nov 2018, 21:26
by dom_france
3) Install Library wiringpi:
Code: Select all
pacman -Sy wiringpi

Image

+
Code: Select all
Y

Re: RuneAudio_rpi2_rp3_0.4-beta_2017 + Audiophonics PI-SPC V

PostPosted: 05 Nov 2018, 21:29
by dom_france
4) get file sds.sh

Code: Select all
wget -O /usr/local/bin/sds.sh "https://raw.githubusercontent.com/audiophonics/Raspberry-pwr-management/master/runeaudio.sds.sh"

Image

Image

Re: RuneAudio_rpi2_rp3_0.4-beta_2017 + Audiophonics PI-SPC V

PostPosted: 05 Nov 2018, 21:33
by dom_france
5)
Code: Select all
chmod +x /usr/local/bin/sds.sh


Image

6)
Code: Select all
mv /var/www/command/rune_shutdown /var/www/command/rune_shutdown.sav
wget -O /var/www/command/rune_shutdown "https://raw.githubusercontent.com/audiophonics/Raspberry-pwr-management/master/runeaudio.rune_shutdown"
chmod +x /var/www/command/rune_shutdown


Image

Re: RuneAudio_rpi2_rp3_0.4-beta_2017 + Audiophonics PI-SPC V

PostPosted: 05 Nov 2018, 21:38
by dom_france
7) active the new service on start :

Code: Select all
cd /usr/lib/systemd/system

Code: Select all
systemctl daemon-reload

Code: Select all
systemctl enable sds.service

Code: Select all
systemctl start sds.service


Image

option :
You can check if the new service is running with this :
Code: Select all
systemctl status sds.service

Re: RuneAudio_rpi2_rp3_0.4-beta_2017 + Audiophonics PI-SPC V

PostPosted: 05 Nov 2018, 21:44
by dom_france
Very good product to switch on or off my runeaudio station !

Bye

DOM

from France

Re: RuneAudio_rpi2_rp3_0.4-beta_2017 + Audiophonics PI-SPC V

PostPosted: 07 Nov 2018, 00:30
by Ripa
Hi Dome_France,

do you know how a can add the Oled display?
what must i do to make this work

thanks man

Re: RuneAudio_rpi2_rp3_0.4-beta_2017 + Audiophonics PI-SPC V

PostPosted: 07 Nov 2018, 06:18
by dom_france
Hi Ripa,

you can go to my older post here : rasperri-pi-runeaudio-lcd-i2c-2004-20x4-t6242.html

Bye