rfcat-rolljam icon indicating copy to clipboard operation
rfcat-rolljam copied to clipboard

RF_RX_POWER_AMPLIFIER_ACTION_ON_RX not defined

Open SorenAndreasen opened this issue 5 years ago • 3 comments

when calling python rfcat-rolljam.py -f 433900000 -r 1818 -m -40 -o -2500000 -O capture.io -k

i get Configuring Scanner on Frequency: 433900000 Traceback (most recent call last): File "rfcat-rolljam.py", line 46, in d.setAmpMode(RF_RX_POWER_AMPLIFIER_ACTION_ON_RX) NameError: name 'RF_RX_POWER_AMPLIFIER_ACTION_ON_RX' is not defined

SorenAndreasen avatar Jul 04 '19 08:07 SorenAndreasen

Same here... trying to find where this comes from ...

Doriangaensslen avatar Nov 30 '19 13:11 Doriangaensslen

Since the variables seem not to be declared i searched what could be the right Declaration. But im not sure

RF_TX_POWER_AMPLIFIER_ACTION_ON_TX = 0x06 # action turn on TX amplifier only when transmitting RF_RX_POWER_AMPLIFIER_ACTION_ON_RX = 0x07 # action turn on RX amplifier only when receiving

Doriangaensslen avatar Nov 30 '19 13:11 Doriangaensslen

hi, got same issue, did you got a fix? thxx for helping

nocomp avatar Oct 17 '21 11:10 nocomp