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
- Host: GitHub
- URL: https://github.com/wisehackermonkey/pirate-radio
- Owner: wisehackermonkey
- License: mit
- Created: 2020-04-20T01:53:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T02:51:21.000Z (about 6 years ago)
- Last Synced: 2025-10-30T14:43:16.772Z (8 months ago)
- Size: 1.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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




```
burn dietpi to an sd card
```
### once burned to sd card plug back into pc and edit the boot config files


```
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

```
ping
example:
ping 192.168.1.74
```
## login to machine

```
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
```