'2021/12/16'에 해당되는 글 2건

  1. 2021.12.16 rpitx
  2. 2021.12.16 hdsdr 프로그램
embeded/raspberry pi2021. 12. 16. 16:10

5kHz ~ 1.5GHz 까지 송출이 가능한데, 밴드패스 필터 쓰지 않고 송출하다가는

다른 대역을 쓰면서 전파법에 철퇴 맞을수 있으니 주의가 필요하다고 경고가 써있는데

밴드패스 필터 따위 만들줄 모르니 일단 패~~~~쓰 ㅠㅠ

[링크 : https://github.com/F5OEO/rpitx]

[링크 : https://hellocomputer.tistory.com/8]

 

pifm의 GPIO 4를 쓰는것이 동일한걸 보면

DMA를 통한 ext. clk out을 쓰는 것 같은데 pifm은 1MHz~250MHz를 할 수 있다고 하는데 반해

rpitx는 1.5GHz 까지 가능하다고 한데 무슨 차이가 있어서 범위의 변화가 생기는지 궁금해지네?

[링크 : https://github.com/rm-hull/pifm]

 

 

+

pifm은 FM만 되는데 반해 pitx는 fm, am, ssb, sstv, fsq 와 같이 다양한 모듈레이션을 제공한다고 한다.

PiTx is a software which permit to transmit HF directly through a pin of Raspberry Pi GPIO. Unlike PiFM which transmit only in FM, PiTx is able to perform multi modulation (FM,AM,SSB,SSTV,FSQ) : it has an I/Q input to be agnostic.
The demonstration here is done in several steps :
– Record an I/Q file from a doorbell transmitter on 434MHZ (first part)
– Playing it with the Raspberry Pi using Pitx on HF on same frequency
– Listen to the doorbell receiver which recognize the signal

[링크 : https://www.rtl-sdr.com/transmitting-fm-am-ssb-sstv-and-fsq-with-just-a-raspberry-pi/]

'embeded > raspberry pi' 카테고리의 다른 글

rpi DSI 7인치 터치 스크린  (0) 2022.01.20
rpitx on rpi4  (0) 2021.12.22
wayland on rpi  (0) 2021.11.22
rpi 3b 2초 부팅 fs  (0) 2021.11.20
img 파일 마운트 하기  (0) 2021.11.20
Posted by 구차니
프로그램 사용/rtl-sdr2021. 12. 16. 14:01

어우 겨우겨우(?) 네트워크로 쓰는법 터득!

아래는 그냥 실행하니 사운드 카드로 부터 MIC 입력을 통해 분석하고 있고

[링크 : https://www.hdsdr.de/index.html]

 

하드웨어 쪽에서 dll을 받아서 설정해 써야 하는 듯?

[링크 : https://www.hdsdr.de/hardware.html]

[링크 : http://hdsdr.de/RTLSDR_with_HDSDR.pdf]

 

+

이녀석만을 이용해서 독립적으로 쓰는 방법이 있는건가?

ExtIO DLL

 

 

+

hardware에서 rtl_tcp 버전 dll을 받아서 추가하고

해당 파일을 ExtIO DLL로 선택하고 아래와 같이 설정해주니 잘 나온다.

 

다만 아직  쓰는게 익숙하지 않아서 헤매는 중 ㅠㅠ

Posted by 구차니