dernasherbrezon / r2cloud

Decode satellite signals on Raspberry PI or any other 64-bit CPU.
Apache License 2.0
262 stars 29 forks source link

I am connected and running but not seeing any files saved. #58

Closed jeffreypkelly closed 4 years ago

jeffreypkelly commented 4 years ago

Any suggestions? I have an rtlsdr feed by a 137 mhz QFH antenna. Where are files stored locally? How can I trouble shoot?

Screen Shot 2019-10-26 at 9 49 40 AM

dernasherbrezon commented 4 years ago

Hi! You can click on observation and check spectogram. Also, logs are available in journald:

journalctl -u r2cloud -n 200

jeffreypkelly commented 4 years ago

In the log I am getting the usb_claim_interface error -6 error message.

When I reboot and run rtf_test or a FM radio command: "rtl_fm -g 50 -f 95.9M -M wfm -s 180k -E deemp | play -r 180k -t raw -e s -b 16 -c 1 -V1 - lowpass 16k” everything works well.

Do I have a permissions issue?

Jeff

On Oct 26, 2019, at 1:13 PM, dernasherbrezon notifications@github.com wrote:

Hi! You can click on observation and check spectogram. Also, logs are available in journald:

journalctl -u r2cloud -n 200

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dernasherbrezon/r2cloud/issues/58?email_source=notifications&email_token=AIGIVP5ZZVEMEVAPTD2TULLQQR3BZA5CNFSM4JFNLJI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECKMVDA#issuecomment-546622092, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIGIVPYBFHLFU47VWHCDT3LQQR3BZANCNFSM4JFNLJIQ.

dernasherbrezon commented 4 years ago

Maybe. Can you: 1) Check if no other software is using RTL-SDR 2) Check if kernel driver loaded first: lsmod |grep rtl ( See some remediation here https://stackoverflow.com/questions/43879570/usb-claim-interface-error-6-on-rtl-sdr)

dernasherbrezon commented 4 years ago

There are 2 options: 1) Check the logs for the actual command. It should output something like: ./etc/rtl_sdr_wrapper.sh -rtl rtl_sdr -f .... You can run this command manually 2) REST API. Authenticate using REST API and execute immediate observation. See https://github.com/dernasherbrezon/r2cloud/blob/master/src/test/java/ru/r2cloud/it/ObservationTest.java for code example.