Karit Posted March 28, 2016 Posted March 28, 2016 Hi, Has anyone come across any good tutorials on transmitting on the HackRF. I can find stuff on record replay but that isn't want I want. I know the bits I want to send and need to send them PPM on a frequency just trying to find an example so I can repeat it. Quote
Odaju Posted April 1, 2016 Posted April 1, 2016 (edited) Try using rfcat to transmit sudo rfcat -r d.setFreq(433000000) d.setMdmModulation(MOD_ASK_OOK) d.RFxmit("HALLO") And then you can write a Python script that does that for you with rfcat. Edited April 1, 2016 by Odaju Quote
Karit Posted April 1, 2016 Author Posted April 1, 2016 Try using rfcat to transmit sudo rfcat -r d.setFreq(433000000) d.setMdmModulation(MOD_ASK_OOK) d.RFxmit("HALLO") And then you can write a Python script that does that for you with rfcat. THanks, But I am needing to use HackRF due to frequency requirements. RFCat only works with Yardstick One (and similar chipsets). Plus RFCat doesn't do PPM. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.