rpitx icon indicating copy to clipboard operation
rpitx copied to clipboard

Start recorded file with command

Open phoenix-blue opened this issue 6 years ago • 1 comments

Hello,

Question is it possible with an external command to replay different recorded files at different freq? Purpose of this option is to made an connection to my domotica environment to control (start/stop) devices using this script. Regards,

phoenix-blue avatar Feb 02 '19 09:02 phoenix-blue

in the rtlmenu.sh file this command is used to tx recorded signal: sudo ./sendiq -s 250000 -f "$OUTPUT_FREQ"e6 -t u8 -i record.iq So, you need to adjust variables like; sudo ./sendiq -s 250000 -f 434e6 -t u8 -i myrecord1.iq sudo ./sendiq -s 250000 -f 315e6 -t u8 -i myrecord2.iq sudo ./sendiq -s 250000 -f 868e6 -t u8 -i myrecord3.iq

You need to check output frequency especially on the higher frequencies. There are some frequency errors proportional to the tx frequency and I couldn't find how to tune yet.

onemikedelta avatar Feb 17 '19 22:02 onemikedelta