Jump to content

HackRF Transmit (not replay)


Recommended Posts

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.

Link to comment
Share on other sites

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 by Odaju
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...