Monday 21 April 2014

PiFm | RaspberryPi Tutorial

Turn Your Raspberry Pi into an FM Radio Broadcaster!!!





Set-Up

  1. Basic RaspberryPi setup
  2. GPIO Ribbon OR a ~20cm wire connected to GPIO pin 4 ie. pin 7 on header 1.
  3. Tune an FM radio to 103.3Mhz

Installation:

  1.  Git Clone The Repo
    git clone git://github.com/Make-Magazine/PirateRadio
  2. cd PirateRadio
  3. Build (not required but recommended)
    g++ -o pifm pifm.c
  4. FUN TIME
    sudo ./pifm <mono.wav> <frequency>
    ex. sudo ./pifm auido.wav 103.3
Note: Audio should be mono wav file

This is definitely illegal in most countries !!!

No comments:

Post a Comment