'프로그램 사용/rtl-sdr'에 해당되는 글 69건

  1. 2022.08.30 rtl sdr 다중 채널 디코딩
  2. 2022.07.20 ubuntu 18.04에 사운드 카드가 갑자기 사라졌다?
  3. 2022.01.07 RTL-SDR 11시 땡!
  4. 2022.01.07 gqrx 오디오 스트리밍
  5. 2022.01.07 rpi gqrx
  6. 2022.01.07 rtl sdr am
  7. 2021.12.27 /dev/dsp snd pcm
  8. 2021.12.27 rtl-sdr noaa 안테나 만들어서 재시도
  9. 2021.12.27 부품 도착! + 공짜 도착! 2
  10. 2021.12.26 wxtoimg linux
프로그램 사용/rtl-sdr2022. 8. 30. 18:16

 

SDRangel can decode multiple broadcast FM channels simultaneously

[링크 : https://www.reddit.com/r/RTLSDR/comments/ql1jpe/problem_rtl_sdr_recording_multiple_fm_channel/]

 

SDRangel is an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.

[링크 : https://github.com/f4exb/sdrangel]

[링크 : https://github.com/f4exb/sdrangelcli]

 

[링크 : https://github.com/szpajder/RTLSDR-Airband]

[링크 : https://github.com/pvachon/tsl-sdr]

  [링크 : https://www.rtl-sdr.com/a-multichannel-fm-demodulator/]

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

ubuntu 18.04에 사운드 카드가 갑자기 사라졌다?  (0) 2022.07.20
RTL-SDR 11시 땡!  (0) 2022.01.07
gqrx 오디오 스트리밍  (0) 2022.01.07
rpi gqrx  (0) 2022.01.07
rtl sdr am  (0) 2022.01.07
Posted by 구차니
프로그램 사용/rtl-sdr2022. 7. 20. 13:23

22.04 시대에 18.04라니.. 긴 한데

아무튼 gqrx 틀어 보니 가짜 출력(fake? dummy?) 라고 나오길래 찾아보니

 

아래의 모듈이 없어서 그렇다는데, 실행하고 나니 아래와 같이 헤드폰으로 잘 나온다.

$ sudo modprobe snd-hda-intel

[링크 : https://www.linuxuprising.com/2018/06/fix-no-sound-dummy-output-issue-in.html]

 

 

 

생각해보니.. rtl-sdr 관련 /dev/dsp 이런거 해보려고 oss 설치했던게 생각이 나네 -_-

젠장 역시나!!

/etc/modprobe.d$ grep -rni intel .
./blacklist-modem.conf:3:# blacklist snd-intel8x0m
./blacklist-framebuffer.conf:13:blacklist intelfb
./alsa-base.conf:31:options snd-intel8x0m index=-2
./oss4-base_noALSA.conf:83:blacklist snd-hda-intel
./oss4-base_noALSA.conf:94:blacklist snd-intel8x0
./oss4-base_noALSA.conf:95:blacklist snd-intel8x0m
./blacklist.conf:21:# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem to support much
./blacklist.conf:23:blacklist snd_intel8x0m

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

rtl sdr 다중 채널 디코딩  (0) 2022.08.30
RTL-SDR 11시 땡!  (0) 2022.01.07
gqrx 오디오 스트리밍  (0) 2022.01.07
rpi gqrx  (0) 2022.01.07
rtl sdr am  (0) 2022.01.07
Posted by 구차니

두개 방송국이 같이 보이는데 동시에 땡~! 해주니까 파형도 이쁘게 종모양으로 나온다.

어떻게 보면..  AND 게이트 3개가 보이는 느낌이네 ㅋㅋ

 

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

rtl sdr 다중 채널 디코딩  (0) 2022.08.30
ubuntu 18.04에 사운드 카드가 갑자기 사라졌다?  (0) 2022.07.20
gqrx 오디오 스트리밍  (0) 2022.01.07
rpi gqrx  (0) 2022.01.07
rtl sdr am  (0) 2022.01.07
Posted by 구차니

gqrx에 네트워크로 스트리밍 하는 옵션을 본 것 같은데 

찾아보니 오디오를 스트리밍 하고 해당 기능은 아래 명령을 이용하여 aplay로 재생이 가능 하다고..

 

$ nc -l -u 7355 | aplay -r 48k -f S16_LE -t raw -c 1

[링크 : https://gqrx.dk/doc/streaming-audio-over-udp]

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

ubuntu 18.04에 사운드 카드가 갑자기 사라졌다?  (0) 2022.07.20
RTL-SDR 11시 땡!  (0) 2022.01.07
rpi gqrx  (0) 2022.01.07
rtl sdr am  (0) 2022.01.07
/dev/dsp snd pcm  (0) 2021.12.27
Posted by 구차니

호오.. 소스로 받아서 하면 된다는데

라즈베리 파이 3 정도면 FFT 사이즈를 줄이면(PC에서는 64K 정도지만..) 가능은 한 듯?

 

Tudor has also reduced the FFT size to 8192 points and the FFT rate to 15 Hz, which helps keep the CPU load low.

Download Gqrx for the Raspberry Pi 3

[링크 : https://gqrx.dk/blog/airspy-hf-and-gqrx-running-on-raspberry-pi]

[링크 : https://gqrx.dk/download/gqrx-sdr-for-the-raspberry-pi]

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

RTL-SDR 11시 땡!  (0) 2022.01.07
gqrx 오디오 스트리밍  (0) 2022.01.07
rtl sdr am  (0) 2022.01.07
/dev/dsp snd pcm  (0) 2021.12.27
rtl-sdr noaa 안테나 만들어서 재시도  (0) 2021.12.27
Posted by 구차니

생각해보니.. direct_samp 주고 리눅스에서 해보고

윈도우에서는 i branch, q branch 둘다 해봤는지 기억이 안나네

 

[링크 : https://www.youtube.com/watch?v=I6Kh9A1Nd_s]

 

+

rtl_tcp 에서 옵션을 보는데 direct sampling에 대한 건 없는 듯..

$ rtl_tcp --help
rtl_tcp: invalid option -- '-'
rtl_tcp, an I/Q spectrum server for RTL2832 based DVB-T receivers

Usage:  [-a listen address]
        [-p listen port (default: 1234)]
        [-f frequency to tune to [Hz]]
        [-g gain (default: 0 for auto)]
        [-s samplerate in Hz (default: 2048000 Hz)]
        [-b number of buffers (default: 15, set by library)]
        [-n max number of linked list buffers to keep (default: 500)]
        [-d device index (default: 0)]
        [-P ppm_error (default: 0)]
        [-T enable bias-T on GPIO PIN 0 (works for rtl-sdr.com v3 dongles)

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

gqrx 오디오 스트리밍  (0) 2022.01.07
rpi gqrx  (0) 2022.01.07
/dev/dsp snd pcm  (0) 2021.12.27
rtl-sdr noaa 안테나 만들어서 재시도  (0) 2021.12.27
부품 도착! + 공짜 도착!  (2) 2021.12.27
Posted by 구차니
프로그램 사용/rtl-sdr2021. 12. 27. 21:30

/dev/dsp는 OSS의 일부인데

해당 기능을 활성화 하려면 아래의 모듈을 불러오면 된다고

# modprobe snd-pcm-oss

 

아래처럼 하면 소리가 난다는 것 같다.

sudo sh -c 'cat file.wav > /dev/dsp'

[링크 : https://unix.stackexchange.com/questions/103746/why-wont-linux-let-me-play-with-dev-dsp]

 

+

2022.01.03

xwxtoimg 에서 해보려고 찾아두고는 얼마나 안해보고 있는거냐..

 

+

2022.06.08

ubuntu 18.04에서 시도해보았으나 동일한 모듈은 없고.

비슷한걸 찾아서 넣어봐도 /dev/dsp나 sound 등이 생성되진 않았다.

$ grep -rni oss  /lib/modules/5.4.0-113-generic/
/lib/modules/5.4.0-113-generic/modules.alias:26312:alias sound-service-?-0 snd_mixer_oss
/lib/modules/5.4.0-113-generic/modules.order:1161:kernel/drivers/net/ethernet/alacritech/slicoss.ko
/lib/modules/5.4.0-113-generic/modules.order:4550:kernel/sound/core/oss/snd-mixer-oss.ko

$ sudo modprobe snd_mixer_oss

$ lsmod | grep oss
snd_mixer_oss          24576  0
snd                    86016  18 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_pcm,snd_hda_codec_idt,snd_rawmidi,snd_mixer_oss

 

+
pulseaudio와 osspd 라는 녀석을 설치하니 뜬다!

$ sudo apt-get install pulseaudio libpulse-dev osspd
$ ls -al /dev/dsp
crw-rw-rw- 1 root root 14, 3  6월  8 12:14 /dev/dsp

[링크 : https://askubuntu.com/questions/1025532/initaudi-cannot-open-oss-audio-device-dev-dsp]

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

rpi gqrx  (0) 2022.01.07
rtl sdr am  (0) 2022.01.07
rtl-sdr noaa 안테나 만들어서 재시도  (0) 2021.12.27
부품 도착! + 공짜 도착!  (2) 2021.12.27
wxtoimg linux  (0) 2021.12.26
Posted by 구차니
프로그램 사용/rtl-sdr2021. 12. 27. 20:47

흐음.. 여전하네 머가 문제일까?

이번 변경사항

1. 안테나 만듦

2. hardware gain off / gain 34dB 정도로 고정

 

 

 

 

여긴 윈도우 버전 (2.11.2 beta)

 

 

 

아 몰라 귀찮아 안할래!!!

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

rtl sdr am  (0) 2022.01.07
/dev/dsp snd pcm  (0) 2021.12.27
부품 도착! + 공짜 도착!  (2) 2021.12.27
wxtoimg linux  (0) 2021.12.26
multiple rtl-sdr 사용하기  (0) 2021.12.26
Posted by 구차니
프로그램 사용/rtl-sdr2021. 12. 27. 20:43

오늘은 크리스마스에 맞춰 산게 죄다 밀려서 오늘 우르르 온 날!

 

BNC / MCX / SMA 커넥터들

orange pi 3

 

'프로그램 사용 > rtl-sdr' 카테고리의 다른 글

/dev/dsp snd pcm  (0) 2021.12.27
rtl-sdr noaa 안테나 만들어서 재시도  (0) 2021.12.27
wxtoimg linux  (0) 2021.12.26
multiple rtl-sdr 사용하기  (0) 2021.12.26
rtl-sdr rpi 와 윈도우 드라이버 차이?  (0) 2021.12.25
Posted by 구차니
프로그램 사용/rtl-sdr2021. 12. 26. 19:52

우분투용 패키지로 wxtoimg/xwxtoimg를 설치했는데

장치(사운드카드)로 /dev/padsp, /dev/dsp, /dev/adsp 등으로만 나와서 찾아보는 중.

 

[링크 : https://forums.opensuse.org/.../512322-WXtoIMG-program-for-APT-satellites-no-dev-dsp-Opensuse-13-2]

[링크 : https://community.libre.space/t/wxtoimg-not-able-to-find-soundcard/7883]

 

Posted by 구차니