pull/70/head
Marcin Kondej 2019-01-08 13:36:11 +01:00
rodzic 56407e5fa3
commit 2427b8865b
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1,6 +1,8 @@
# fm_transmitter
Use Raspberry Pi as FM transmitter. Works on every Raspberry Pi board.
This project uses the general clock output to produce frequency modulated radio communication. It is based on idea originaly presented by [Oliver Mattos and Oskar Weigl](http://icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter) on [PiFM project](http://icrobotics.co.uk/wiki/index.php/Turning_the_Raspberry_Pi_Into_an_FM_Transmitter).
Just get an FM receiver and connect 20 - 40 cm plain wire to GPIO4 (PIN 7 on Raspberry Pi GPIO header) to act as an antena.
## How to use it
To use this project You will have to build it. First, clone this repository, then use "make" command as shown below: