spelling fixe only (rpitx pull 233)
This commit is contained in:
parent
7173ee5cc2
commit
d4cae8f605
|
|
@ -1,7 +1,7 @@
|
|||
if you wanna use pifmrds, then scroll down to pifmrds usage ([here](https://github.com/KubaPro010/rpitx2#pifmrds-usage))
|
||||

|
||||
# About rpitx2
|
||||
**rpitx2** is a general radio frequency transmitter for Raspberry Pi which doesn't require any other hardware unless filter to avoid intererence. It can handle frequencies from 5 KHz up to 1500 MHz.
|
||||
**rpitx2** is a general radio frequency transmitter for Raspberry Pi which doesn't require any other hardware unless filter to avoid interference. It can handle frequencies from 5 KHz up to 1500 MHz.
|
||||
|
||||
Rpitx2 is a software made for educational on RF system. It has not been tested for compliance with regulations governing transmission of radio signals. You are responsible for using your Raspberry Pi legally.
|
||||
|
||||
|
|
@ -20,7 +20,7 @@ Be sure to have git package installed :
|
|||
sudo apt-get update
|
||||
sudo apt-get install git
|
||||
```
|
||||
You can now clone the repository. A script (install.sh) is there for easy installation. You could inspect it and make steps manualy in case of any doubt. You can note that /boot/config.txt should be prompt to be modified during the installation. If it is not accepted, **rpitx2** will be unstable.
|
||||
You can now clone the repository. A script (install.sh) is there for easy installation. You could inspect it and make steps manually in case of any doubt. You can note that /boot/config.txt should be prompt to be modified during the installation. If it is not accepted, **rpitx2** will be unstable.
|
||||
|
||||
```sh
|
||||
git clone https://github.com/KubaPro010/rpitx2
|
||||
|
|
@ -114,7 +114,7 @@ To launch it, go to rpitx folder and launch rtlmenu.sh :
|
|||
```sh
|
||||
./rtlmenu.sh
|
||||
```
|
||||
You have first to set receiver frequency and gain of rtl-sdr. Warning about gain, you should ensure that you have enough gain to receive the signal but not to strong which could saturate it and will not be usefull by **rpitx2**.
|
||||
You have first to set receiver frequency and gain of rtl-sdr. Warning about gain, you should ensure that you have enough gain to receive the signal but not to strong which could saturate it and will not be useful by **rpitx2**.
|
||||
|
||||
Choose your choice with arrows and enter to start it.**Don't forget, some test are made in loop, you have to press CTRL^C to exit and back to menu.**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue