X-Git-Url: http://git.rot13.org/?p=goodfet;a=blobdiff_plain;f=client%2FGoodFETNRF.py;h=8de2993ec6dd15380c5659d1a7385ae954f730a7;hp=74be559b800994770b6c1cfc29a61d3b967f3f4c;hb=733f21c20c5bd8db5a79c54f816072fd18f43aa2;hpb=cf47ccc725fd13d7216400149190328c6077a010 diff --git a/client/GoodFETNRF.py b/client/GoodFETNRF.py index 74be559..8de2993 100644 --- a/client/GoodFETNRF.py +++ b/client/GoodFETNRF.py @@ -109,6 +109,11 @@ class GoodFETNRF(GoodFET): self.writecmd(self.NRFAPP,0x82,0,None); #Flush self.poke(0x07,0x40);#clear bit. return None; + def RF_carrier(self): + """Hold a carrier wave on the present frequency.""" + # Set CONT_WAVE, PLL_LOCK, and 0dBm in RF_SETUP + self.poke(0x06,8+10+4+2); + packetlen=16; def RF_setpacketlen(self,len=16): """Set the number of bytes in the expected payload."""