import React from 'react'; // Created on: 2016-03-23 const RaspberryJukebox = () => { return (
Software

Raspberry Pi Jukebox

Streaming internet radio

Here I used a Raspberry Pi to stream internet radio. Python and Flask were used to create a simple website interface that resided on the Raspberry Pi using the Apache web engine. This simple site had buttons to control the LEDs, the station to stream and to adjust the volume.

The LEDs were controlled using an Arduino and a Maxim MAX7219 IC.

Jukebox disassembly Jukebox old interiour L E D Matrix Fully assembled jukebox with lights
) } export default RaspberryJukebox;