Auto137
Auto137 copied to clipboard
I cant find the call to start the SDR
Hey!
Sorry for such a silly issue, I cant find the call to start up the SDR, i want to adapt it to run with a HackRF.
Can you point me in the right direction please ? :D
Hi! There are 2 calls of rtl_fm : https://github.com/altillimity/Auto137/blob/2888a292fcde7f3bbb74626ffd052f6ae1c08f80/passutils.py#L96 https://github.com/altillimity/Auto137/blob/2888a292fcde7f3bbb74626ffd052f6ae1c08f80/passutils.py#L122 You should just be able to switch it out for rx_fm and that should work!
I'll probably make this a setting and test it out since I've got a HackRF myself.