Karit Posted March 28, 2016 Share 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 Link to comment Share on other sites More sharing options...
Odaju Posted April 1, 2016 Share 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 Link to comment Share on other sites More sharing options...
Karit Posted April 1, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
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.