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

  1. 2024.09.06 openwebrx
  2. 2024.09.06 gnu radio를 이용한 커스텀 gqrx 만들기
  3. 2024.08.26 pulseaudio error : access denied
  4. 2024.08.21 gqrx, gnu radio, rfcat
  5. 2022.08.30 rtl sdr 다중 채널 디코딩
  6. 2022.07.20 ubuntu 18.04에 사운드 카드가 갑자기 사라졌다?
  7. 2022.01.07 RTL-SDR 11시 땡!
  8. 2022.01.07 gqrx 오디오 스트리밍
  9. 2022.01.07 rpi gqrx
  10. 2022.01.07 rtl sdr am

웹으로 rtl-sdr 파형을 볼 수 있게 해주는 프로젝트

 

[링크 : https://youtu.be/YGd9Ym96pFY?si=KiSS0aq5OcmYcr7q]

[링크 : https://www.openwebrx.de/]

 

20.04 / 22.04 / 24.04를 지원하는 것 같은데, 24.04는 아직 experimental 이다.

 

wget -O /usr/share/keyrings/openwebrx.gpg https://repo.openwebrx.de/openwebrx.gpg
echo "deb [signed-by=/usr/share/keyrings/openwebrx.gpg] https://repo.openwebrx.de/ubuntu/ jammy main" > /etc/apt/sources.list.d/openwebrx.list
apt-get update
apt-get install openwebrx

[링크 : https://www.openwebrx.de/download/ubuntu.php]

 

Posted by 구차니

한번 따라해봐야지

rtl-sdr source만 보고 만들어 보려다가 실패했는데.. 크흡.

 

[링크 : https://youtu.be/BIPXoBCDJv4?si=YVgi1l0vG3WbhOXq]

[링크 : https://gallicchio.github.io/learnSDR/]

 

아래 동영상에서는 gnu radio 프로젝트를 제공하니 볼만 할 듯.

[링크 : https://youtu.be/XDkOhlztMLs?si=p70mxFkmCPVsOZoh]

[링크 : https://drive.google.com/file/d/1jdY02lUwggLtajoxtmGiTDyCdC6gSnE_/view]

 

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

openwebrx  (0) 2024.09.06
pulseaudio error : access denied  (0) 2024.08.26
gqrx, gnu radio, rfcat  (0) 2024.08.21
rtl sdr 다중 채널 디코딩  (0) 2022.08.30
ubuntu 18.04에 사운드 카드가 갑자기 사라졌다?  (0) 2022.07.20
Posted by 구차니
프로그램 사용/rtl-sdr2024. 8. 26. 14:44

gqrx를 설치해서 원격으로 음악이나 들으려고 했더니

연결 거부되었다고 에러가 나서 검색.

 

$ gqrx 
"Pulseaudio error: 연결 거부됨"
$ pax11publish -r

$ gqrx 
gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.10.1.1

[링크 : https://unix.stackexchange.com/questions/193208/program-run-in-ssh-accessing-pulseaudio-on-the-machine-where-it-runs]

 

-r 곱션을 찾아보니 remove의 r인 것 같은데.

$ pax11publish -help
pax11publish [-D display] [-S server] [-O sink] [-I source] [-c file]  [-d|-e|-i|-r]

 -d    X11 디스플레이에 연결된 최신 PulseAudio 데이터 표시 (기본값)
 -e    X11 디스플레이에 로컬 PulseAudio 데이터를 내보내기
 -i    X11 디스플레이에서 로컬 환경 변수 및 쿠키 파일에 PulseAudio 데이터 가져오기.
 -r    X11 디스플레이에서 PulseAudio 데이터 삭제

 

이걸 한다고 해서 SSH client 쪽으로 소리가 나는 것도 아니고.. 애매하네

$ man pax11publish
pax11publish(1)             General Commands Manual            pax11publish(1)

NAME
       pax11publish - PulseAudio X11 Credential Utility

SYNOPSIS
       pax11publish -h
       pax11publish [options] [-d]
       pax11publish [options] -e
       pax11publish [options] -i
       pax11publish [options] -r

DESCRIPTION
       The pax11publish utility can be used to dump or manipulate the PulseAu‐
       dio server credentials that can be stored as properties on the X11 root
       window.

       Please  note  that  the  loadable module module-x11-publish exports the
       same information directly from the PulseAudio sound server, and  should
       in most cases be used in preference over this tool.

       Use the following command to dump the raw PulseAudio-specific data that
       is stored in your X11 root window:

       xprop -root | grep ^PULSE_

OPTIONS
       -h     Show help.

       -d     Read the PulseAudio server credentials currently set on the  X11
              root  window  and dump them in a human readable form. This reads
              the  PULSE_SERVER,  PULSE_SINK,  PULSE_SOURCE  and  PULSE_COOKIE
              properties.

       -i     Similar  to  -d, however dumps them in a Bourne shell compatible
              format so they may be used together with the eval shell  command
              to set the $PULSE_SERVER, $PULSE_SINK, $PULSE_SOURCE environment
              variables. Also reads the authentication cookie  from  the  root
              window and stores it in ~/.config/pulse/cookie.

       -e     Export  the  currently  locally  used sound server, sink, source
              configuration to the X11 root window. This takes the  data  from
              the  $PULSE_SERVER, $PULSE_SINK, $PULSE_SOURCE environment vari‐
              ables  and  combines   them   with   the   data   from   ~/.con‐
              fig/pulse/client.conf  (or  /etc/pulse/client.conf  if that file
              does not exist). If specific options are passed on  the  command
              line (-S, -O, -I, -c, see below), they take precedence. Also up‐
              loads the local authentication cookie ~/.config/pulse/cookie  to
              the X11 server.

       -r     Removes  the  configured  PulseAudio  configuration from the X11
              root window.

       -D DISPLAY
              Connect to the specified X11 display, instead of the default one
              configured in $DISPLAY.

       -S SERVER
              Only valid for -e: export the specified PulseAudio server as de‐
              fault to the X11 display instead of the one configured via local
              configuration.

       -O SINK
              Only  valid for -e: export the specified sink as default sink to
              the X11 display instead of the one configured via local configu‐
              ration.

       -I SOURCE
              Only valid for -e: export the specified source as default to the
              X11 display instead of the one configured via  local  configura‐
              tion.

       -c FILE
              Only  valid  for -e: export the PulseAudio authentication cookie
              stored in the specified file to the X11 display instead  of  the
              one stored in ~/.config/pulse/cookie.

AUTHORS
       The   PulseAudio   Developers   <pulseaudio-discuss  (at)  lists  (dot)
       freedesktop (dot) org>; PulseAudio is  available  from  http://pulseau‐
       dio.org/

SEE ALSO
       pulseaudio(1), xprop(1)

Manuals                              User                      pax11publish(1)

 

Posted by 구차니
프로그램 사용/rtl-sdr2024. 8. 21. 21:19

자동차 RF 키가 발생시키는 rf 주파수를 녹음하고, 분석하고, 송신하는 예제

[링크 : https://leonjza.github.io/blog/2016/10/02/reverse-engineering-static-key-remotes-with-gnuradio-and-rfcat/]

Posted by 구차니
프로그램 사용/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' 카테고리의 다른 글

pulseaudio error : access denied  (0) 2024.08.26
gqrx, gnu radio, rfcat  (0) 2024.08.21
ubuntu 18.04에 사운드 카드가 갑자기 사라졌다?  (0) 2022.07.20
RTL-SDR 11시 땡!  (0) 2022.01.07
gqrx 오디오 스트리밍  (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' 카테고리의 다른 글

gqrx, gnu radio, rfcat  (0) 2024.08.21
rtl sdr 다중 채널 디코딩  (0) 2022.08.30
RTL-SDR 11시 땡!  (0) 2022.01.07
gqrx 오디오 스트리밍  (0) 2022.01.07
rpi gqrx  (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 구차니