Changes

Raspberry Pi

414 bytes added, 14:00, 12 April 2013
FM Transmitter
=Software=
==FM Transmitter==
*FM transmitter with python code - http://www.icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter, [https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CDYQIDAA&url=http%3A%2F%2Fwebcache.googleusercontent.com%2Fsearch%3Fq%3Dcache%3A2sSuOAJQhN4J%3Awww.icrobotics.co.uk%2Fwiki%2Findex.php%2FTurning_the_Raspberry_Pi_Into_an_FM_Transmitter%2B%26cd%3D1%26hl%3Den%26ct%3Dclnk%26gl%3Dus&ei=hRNoUdL8BOjNiwKcyoHQDQ&usg=AFQjCNGyc_GeDwSk8vkDfCza2kXyzizQQg&sig2=KDBObi8f6eNfyZo8TMYJOg&bvm=bv.45175338,d.cGE cached]
**this works!!
*get file with wget:
*unzip the file:
**<code>tar -xvzf Pifm.tar.gz </code>
*Where What files were created extracted, and where did it put the filethem?
**<code>ls -la</code>
*Make a Pifm '''radio''' folder and move the files in. Or alternately, unzip the files into the folder.**<code>mkdir pifmradio</code>**<code>tar -xzvf Pifmmv pifm.tar.gz pifm* radio</code>
==gphoto2==