embeded/raspberry pi
rpitx
구차니
2021. 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/]