Hello. I am a fairly good customer of Pimoroni products, for which I have so far a spotless experience (see my blog https://raspicolas.wordpress.com/) – until now.
I have purchased recently the Pirate Radio kit as a present for father’s day. After some troubles building it (the construction page is not fully clear – I had to reorder a pHat Beat card), I am now facing the challenge of installing the software package.
I have followed faithfully the instructions page but I am facing two serious issues:
The bash says that it cannot install vlc on latest PiOS Buster Lite version (dunno why)
I have tried installing Raspian Stretch Lite but when launching “curl https://get.pimoroni.com/vlcradio | bash” I get an “expired certificate” error (and curl -k solves only partly the problem)
Any hint ?
Note: Installing PiratePython works, but is too limited for my usage.
if you could tell me how to relaunch the whole vlc-radio without restarting, it would be nice.
I want to use the radio as an alarm radio, so I want to play music at 08.00 in the morning, but with working buttons and the flashing LEDs… I can’t figure out what exactly I need to put in my crontab…
you can get it installed with buster, forgot to tell you:
in stead of vlc vox, you need to install vlc-bin and vlc-plugin-base:
sudo apt-get install vlc-bin
sudo apt-get install vlc-plugin-base
then run the setup.sh (sudo bash setup.sh) after you added the rules with buster in the script
if you do that, all will work