Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AUDIO OUTPUT #600

Open
EASDK8600 opened this issue Jul 21, 2023 · 4 comments
Open

AUDIO OUTPUT #600

EASDK8600 opened this issue Jul 21, 2023 · 4 comments

Comments

@EASDK8600
Copy link

Please Describe the problem to be solved
During debugging it would be very nice to have an audiosignal when satellits are passing

(Optional): Suggest A Solution
The Raspberry Pi's (A pi3b and above) has a audio output (3.5 mm Jack) and I was just thinking of a option switch in the CONFIG file to enable / disable audio output from the passing satellits.

Best regards
Esben, Denmark

@bradjtrammell
Copy link

+1 for this. I think it be great for debugging! I have to use a Windows laptop with an SDR++ setup split off my NOAA setup to do live monitoring and it's a PITA. It'd be great to do it natively and just have live monitoring be an option.

@EASDK8600
Copy link
Author

+1 for this. I think it be great for debugging! I have to use a Windows laptop with an SDR++ setup split off my NOAA setup to do live monitoring and it's a PITA. It'd be great to do it natively and just have live monitoring be an option.

Thanks Brad.... Exsagtly My thoughts.
My Project will have an ampilifer and speakers build in the Box anyways... So audio signal of satellits passing would just be great during debugging (or just for fun 🤭)
/Esben., Denmark

@scm2000
Copy link

scm2000 commented Aug 25, 2023

For similar reasons, debugging, what I did was install icecast2 and ezstream, then I added a tee command on the noaa script for receiving, so basically rtl_fm pipes to tee, and tee pipes to both the original sox command to write the file, and another sox command piping to ezstream...
Now I am able to go to the icecast mount point url with chrome on my laptop and listen to the live audio stream. The stream automatically starts at the begining of the pass and shuts down at the end.
This works better for me than getting audio out the audio jack, since ultimately my raspbery pi is going to be inside a waterproof box in my garden, run by a battery and solar panel-- the begining of my garden weather station.

@MihajloPi
Copy link
Collaborator

This could technically be implemented for both GNU Radio and RTL_FM, but not for SatDump live reception. Although isn't it better to just use GQRX for live reception? That's an SDR app and is used to receive signals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants