projects:howtos:pirateradio

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:howtos:pirateradio [2014/06/28 14:18] – [Introduction] prometheusprojects:howtos:pirateradio [2015/07/15 21:54] (current) – external edit 127.0.0.1
Line 34: Line 34:
 ===== PiFM ===== ===== PiFM =====
  
-Log on to your system and download the relating software you need to transmit your messages!+Log on to your system and download the [[https://download.c3l.lu/dlbase/scripts/Pifm.tar.gz|PiFM]] software you need to transmit your sound!
  
 <sxh bash> <sxh bash>
 +[user@hostname ~]$ mkdir pifm; cd pifm
 [user@hostname ~]$ wget --no-check-certificate https://download.c3l.lu/dlbase/scripts/Pifm.tar.gz [user@hostname ~]$ wget --no-check-certificate https://download.c3l.lu/dlbase/scripts/Pifm.tar.gz
 </sxh> </sxh>
  
 +Extract the content from its archive and enter the directory.
 +
 +<sxh bash>
 +[user@hostname ~]$ tar xfv Pifm.tar.gz
 +</sxh>
 +
 +Let's kick-off some waves!
 +
 +<sxh bash; title:Playing a wav file>
 +[user@hostname ~]$ sudo ./pifm sound.wav 103.3 22050 stereo
 +</sxh>
 +
 +<sxh bash; title:Playing a mp3 file>
 +[user@hostname ~]$ ffmpeg -i sound.mp3 -f s16le -ar 22.05k -ac 1 - | sudo ./pifm -
 +</sxh>
 ===== Increase the range ===== ===== Increase the range =====
  
  • projects/howtos/pirateradio.1403957911.txt.gz
  • Last modified: 2015/07/15 21:54
  • (external edit)