Thursday, August 15, 2019

DSDPlus Fastlane setup

start "" /AboveNormal "FMP24-VC.bat"
TIMEOUT 2
start "" /AboveNormal "DSD-VC.bat"
TIMEOUT 2
start FMP24-CC.bat
TIMEOUT 2
start DSD-CC.bat
------------

FMP24-VC.bat (-i1 adalah numbor dongle)(-Pxx.x adalah ppm correction) (-gxx.x adalah rf gain)
------------
FMP24 -i1 -o20002 -Pxx.x -rv -gxx.x
------------

DSD-VC.bat (-o1 adalah sound output device)
------------
DSDPlus -F1 -f1 -rv -o1 -i20002 -OM NUL
------------

FMP24-CC.bat (-fxxx.xxxxx adalah CC frequency)
------------
FMP24 -i2 -o20003 -fxxx.xxxxx -b9.5 -Pxx.x -gxx.x
------------

DSD-CC.bat
------------
DSDPlus -F2 -e -f1 -i20003 -rc -OM NUL
------------

Connect a GPS module to a Raspberry Pi 4

  To connect a GPS module with four wires (RST, TX, VCC, and GND) to a Raspberry Pi 4, follow these steps:  Materials Needed: 1. GPS module ...