An open API service indexing awesome lists of open source software.

https://github.com/wisehackermonkey/pirate-radio

how to setup a raspberry pi pirate radio in 2020
https://github.com/wisehackermonkey/pirate-radio

Last synced: 4 months ago
JSON representation

how to setup a raspberry pi pirate radio in 2020

Awesome Lists containing this project

README

          

# pirate-radio
how to setup a raspberry pi pirate radio in 2020
```
by oran collins
github.com/wisehackermonkey
oranbusiness@gmail.com
20200419
```

# how to install
![Screenshot_5](https://i.imgur.com/XJ2kUkd.jpg)

![Screenshot_6](https://i.imgur.com/8ZPZLWU.jpg)

![Screenshot_2](https://i.imgur.com/9X0zBFA.jpg)
![Screenshot_7](/assets/Screenshot_7.jpg)
```
burn dietpi to an sd card
```

### once burned to sd card plug back into pc and edit the boot config files
![Screenshot_8](/assets/Screenshot_8.jpg)
![Screenshot_1](https://i.imgur.com/5OyR0Vm.jpg)
```
edit the dietpi.txt and
dietpi-wifi.txt for the correct settings
```
##### NOTE: I've included the setting i used for my dietpi install in in the repo

## test for successfull install of dietpi
![Screenshot_3](/assets/Screenshot_3.jpg)
```
ping
example:
ping 192.168.1.74
```

## login to machine
![Screenshot_4](/assets/Screenshot_4.jpg)
```
ssh root@
example:
ssh root@192.168.1.74
```

## TODO
```
- finish installing dietpi
- finish installing pifm
```

##
```
```

## Links
```
install instructions pifm
https://www.instructables.com/id/Raspberry-Pi-PiFMPlay-Simplified-FM-Transmitter/

alternate
https://pimylifeup.com/raspberry-pi-pirate-radio/

https://github.com/MichaIng/DietPi/blob/master/dietpi.txt
```