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
------------

Monitor the temperature of your Raspberry Pi using an I2C LCD without an external temperature sensor

Untuk memantau suhu Raspberry Pi menggunakan LCD I2C tanpa sensor suhu,  anda boleh melihat suhu CPU terus dari Raspberry Pi dan memaparka...