Skip to content

Instantly share code, notes, and snippets.

@chokelive
Last active January 12, 2020 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chokelive/533fdbd3df8d79feeea103ce6e9a57f2 to your computer and use it in GitHub Desktop.
Save chokelive/533fdbd3df8d79feeea103ce6e9a57f2 to your computer and use it in GitHub Desktop.
Satnogs Command
journalctl -u satnogs-client.service //ดู Service การทำงานของ Satnogs
sudo satnogs-setup // เข้าไป config satnogs
// วิธีการเปิด BIAS-T
https://www.rtl-sdr.com/forum/viewtopic.php?t=4877
SATNOGS-DEV-ARGS
rtl,buffers=32,buflen=16384,bias=1
POST-OBSERVATION-SCRIPT
/home/pi/rtl_biast/build/src/rtl_biast -b 0
ต้องลงตัวนี้เพิ่มด้วย https://www.rtl-sdr.com/rtl-sdr-blog-v-3-dongles-user-guide/
// วิธีการเซ็ตในกรณีใช้ RTL-SDR หลายๆ ตัว
http://www.cloud-sdr.com/tutorial-sharing-two-rtlsdr-receivers/
ใน SATNOGS-DEV-ARGS
rtl="หมายเลข Seril No",buffers=32,buflen=16384,bias=1
ต้องมีการเปลี่ยน Serial ใน RTL-SDR เพื่อไม่ให้ชนกัน
rtl_eeprom -s "ตามด้วยหมายเลข Srial ที่ต้องการเปลี่ยน"
อาจจะใช้คำสั่ง lsusb เช็คดูว่ามี RTL-SDR ที่ต่ออยู่ทั้งหมดอีกตัวด้วย หลังจากนั้นค่อยใช้ rtl_eeprom -d "หมายเลข device ID" -s "หมายเลข Serial ที่ต้องการเปลี่ยน"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment