george-edwards / tardis-radio

Time machine radio on the Raspberry Pi Zero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tardis-radio

Time machine radio on the Raspberry Pi Zero

YouTube


A video showing a `time machine radio` made possible by a Raspberry Pi Zero

Buy the hardware

Software Installation instructions

Enable the DAC AMP SHIM

place the following in your SD card's /boot/config.txt

dtoverlay=hifiberry-dac

enable the SPI Interface through the raspberry pi's config

sudo raspi-config

# Interface > SPI > Enable

Install git

sudo apt install git

Clone repo

git clone https://github.com/byte-rider/tardis-radio.git

Run installer script

cd tardis-radio
sudo ./install.sh

Hardware modifications

stub

Wiring diagrams

alt text alt text

About

Time machine radio on the Raspberry Pi Zero

License:GNU General Public License v3.0


Languages

Language:Python 93.6%Language:Shell 6.4%