Update README.md

pull/199/head
Marcin Kondej 2024-09-07 00:22:06 +02:00 zatwierdzone przez GitHub
rodzic ae7d02eedb
commit bea0a666b7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
# FM Transmitter
Use the Raspberry Pi as an FM transmitter. Works on every Raspberry Pi board.
Use the Raspberry Pi as an FM transmitter. Works on Raspberry Pi board up to 4 (RPi 5 uses different peripherial chip).
Just get an FM receiver, connect a 20 - 40 cm plain wire to the Raspberry Pi's GPIO4 (PIN 7 on GPIO header) to act as an antenna, and you are ready for broadcasting.
@ -33,7 +33,7 @@ Other options:
* -b bandwidth - Specifies the bandwidth in kHz, 100 by default
* -r - Loops the playback
After transmission has begun, simply tune an FM receiver to chosen frequency, you should hear the playback.
After transmission has begun, simply tune an FM receiver to the chosen frequency, and you should hear the playback.
### Raspberry Pi 4
On Raspberry Pi 4 other built-in hardware probably interfers somehow with this software making transmitting not possible on all standard FM broadcasting frequencies. In this case it is recommended to:
1. Compile executable with option to use GPIO21 instead of GPIO4 (PIN 40 on GPIO header):