Skip to content

Instantly share code, notes, and snippets.

@gyaresu
Last active November 2, 2015 18:18
Show Gist options
  • Save gyaresu/584d667cd688f6a8d758 to your computer and use it in GitHub Desktop.
Save gyaresu/584d667cd688f6a8d758 to your computer and use it in GitHub Desktop.
rfcat390
d.setFreq(390000000)
d.setMdmModulation(MOD_ASK_OOK)
d.makePktFLEN(12)
d.setMdmDRate(4800)
d.setMaxPower()
d.setMdmSyncMode(0)
for i in range(0,1000):d.RFxmit('\xFF\xFF\x0E\x63\x9C\xC7\x31\x8E\x73\x18\xFF\xFF');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment