mirror of https://github.com/F5OEO/rpitx
Add minimal explanation on rtlmenu
This commit is contained in:
parent
da3fda1189
commit
f9e22250a9
25
README.md
25
README.md
|
|
@ -99,7 +99,30 @@ This is state of the art opensource digital modulation. You need Freedv for demo
|
||||||

|

|
||||||
This a beacon mode which sound like Morse. You need opera in mode 0.5 to decode.
|
This a beacon mode which sound like Morse. You need opera in mode 0.5 to decode.
|
||||||
|
|
||||||
## To continue
|
## Rpitx and low cost RTL-SDR dongle ##
|
||||||
|

|
||||||
|
|
||||||
|
**rtlmenu** allows to use rtl-sdr receiver dongle and **rpitx** together. This combine receiver and transmission for experimenting.
|
||||||
|
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 **rpitx**.
|
||||||
|
|
||||||
|
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.**
|
||||||
|
|
||||||
|
|
||||||
|
### Record and play ###
|
||||||
|

|
||||||
|
|
||||||
|
A typical application, is to replay a signal. Picture above shows a replay of a signal from a RF remote switch.
|
||||||
|
So first, record few seconds of signal, CTRL^C for stop recording. Then replay it with play.
|
||||||
|
|
||||||
|
### Transponder ###
|
||||||
|

|
||||||
|
We can also live transmitting a received band frequency. Here the input frequency is a FM broadcast station which is retransmit on 434MHZ.
|
||||||
|
|
||||||
|
# To continue
|
||||||
**rpitx** is a generic RF transmitter. There is a lot of modulation to do with it and also documentation to make all that easy to contribute. This will be the next step ! Feel free to inspect scripts, change parameters (frequencies, audio input, pictures...).
|
**rpitx** is a generic RF transmitter. There is a lot of modulation to do with it and also documentation to make all that easy to contribute. This will be the next step ! Feel free to inspect scripts, change parameters (frequencies, audio input, pictures...).
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue