Either provision a radiodan from scratch using:
https://github.com/radiodan/provision
If you already have a provisioned radiodan, run the following commands to update the software:
pi$ cd /home/pi/provision
pi$ sudo ./provision monit radiodan-example
There’s currently a problem with installing the Avahi node library so you have to do this manually:
pi$ cd /opt/radiodan/example
pi$ sudo chown pi:pi -R .
pi$ rm -rf node_modules/avahi_pub
pi$ npm install
Then, change the type of Radiodan you have by running:
pi$ sudo radiodan-device-type radiodan-example
Then restart the Radiodan for the changes to take effect:
pi$ sudo reboot
On start-up, http://raspberrypi.local should show you a basic web interface for the radio.
Clone/download:
https://github.com/mediascape/discovery-helper-app
https://github.com/mediascape/discovery-extension
https://github.com/mediascape/discovery-bbc-radio
- Open Chrome
- Goto chrome://extensions/
- Tick “Developer mode”
- Click “Load unpacked extension"
- Find the directory where you’ve cloned the helper app
- Add the directory
- Repeat for other 2
Clicking the MediaScape icon in your web browser should show the radio device listed. Clicking the device name should open a remote control interface.