Changes

Raspberry Pi

365 bytes added, 13:58, 12 April 2013
FM Transmitter
*FM transmitter with python code - http://www.icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter
**this works!!
*get file with wget:
**<code>wget http://www.icrobotics.co.uk/wiki/images/c/c3/Pifm.tar.gz</code>
*unzip the file:
**<code>tar -xvzf Pifm.tar.gz </code>
*Where did it put the file?
**<code>ls -la</code>
*Make a Pifm folder and move the files in. Or alternately, unzip the files into the folder.
**<code>mkdir pifm</code>
**<code>tar -xzvf Pifm.tar.gz pifm</code>
 
==gphoto2==
*installing: