Skip to content

gschaetz/oldradio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Old Radio

This repo contains the source code used to configure my 1941 radio. This radio as been setup so that it is now supports chromecast and bluetooth. Retro Electronics redone so that it is now up-to-date.

Getting Started

Your will need a raspberry pi zero. The radio was a 1941 rca radio and has been updated to chromecast and bluetooth. All buttons are configured to control a modern amp and speaker box that i built. The amp is found on Amazon here.

Installing

Steps to get the code working on your pi:

  1. Clone this repo
git clone https://github.com/gschaetz/oldradio.git
  1. cd into the repo
cd ./oldradio/
  1. Use the most recent version of Raspbian for your pi
  2. sftp into your raspberry pi
ssh pi@(your ip)
  1. Create a directory for developement and logs
mkdir development
cd ./development
mkdir logs
  1. Open a second bash shell
  2. sftp in to the pi
sftp pi@(your ip)
  1. Change remote directory to development/
cd development/
  1. Copy oldradio.py to remote
put oldradio.py
put launcher.sh
  1. Use shell for ssh and add crontab. Add the following to the crontab
sudo crontab -e
Add the following line:
@reboot sleep 10 && sudo -u pi bash /home/pi/development/launcher.sh > /home/pi/development/logs/cronlog 2>&1
  1. Reboot pi
sudo shutdown
  1. Restart pi

Authors

  • Gary Schaetz - Builder of fun stuff

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published