Product:
https://shop.pimoroni.com/products/phat-beat
https://shop.pimoroni.com/products/pirate-radio-pi-zero-w-project-kit
Code on Github:
https://github.com/pimoroni/phat-beat
https://github.com/pimoroni/clean-shutdown
https://github.com/pimoroni/phat-beat/tree/master/projects/vlc-radio
@k-plan
Looks great, i'll get one ordered. Had my eye on this one aswell for a while: https://shop.pimoroni.com/products/speaker-phat
Lets get them both added :)
Worth a shot, lets see:
https://twitter.com/DietPi_/status/847139159672324096

arm_freq=1050
core_freq=500
sdram_freq=500
gpu_freq=500
sd_clock=100.000 MHz😃

cons:
@k-plan
pHAT BEAT Web-Radio based on Mopidy with ODROID-SHOW2 as display:
Epic 👍
have to disable clean-shutdown because this script give rise to 100% cpu load
Try moving this line:
https://github.com/pimoroni/clean-shutdown/blob/master/daemon/usr/bin/cleanshutd#L65
To, below the fi line:
https://github.com/pimoroni/clean-shutdown/blob/master/daemon/usr/bin/cleanshutd#L66
eg:
while [ $daemon = "on" ]; do
if [ $(raspi-gpio get $trigger_pin | grep -c "level=0 fsel=0 func=INPUT") = 1 ]; then
echo "BCM $trigger_pin asserted low, system shutdown in $shutdown_delay minutes"
daemon="off" && shutdown -h +$shutdown_delay
fi
sleep $polling_rate
done
@k-plan Great project
root@DietPi:~# speaker-test -c2
speaker-test 1.0.28
Playback device is default
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
ALSA lib pcm_direct.c:896:(snd1_pcm_direct_initialize_slave) slave plugin does not support mmap interleaved or mmap noninterleaved access
ALSA lib pcm_dmix.c:1034:(snd_pcm_dmix_open) unable to initialize slave
Playback open error: -22,Invalid argument
Most helpful comment
arm_freq=1050 core_freq=500 sdram_freq=500 gpu_freq=500 sd_clock=100.000 MHz😃
cons: