ComThings / PandwaRF

PandwaRF: RF analysis tool with a sub-1 GHz wireless transceiver controlled by a smartphone or
https://pandwarf.com/
289 stars 53 forks source link

Rogue Pro with idProduct 0x60fe #110

Closed wilecoyote2019 closed 2 years ago

wilecoyote2019 commented 2 years ago

Hi, I i've a Pandwarf Rogue Pro and the product id is 0x60fe. To work with rfcat I had to modify this line in cc1111client.py :

if (dev.idVendor == 0x0451 and dev.idProduct == 0x4715) or (dev.idVendor == 0x1d50 and (dev.idProduct == 0x6047 or dev.idProduct == 0x6048 or dev.idProduct == 0x605b or dev.idProduct == 0x60FF)):

f (dev.idVendor == 0x0451 and dev.idProduct == 0x4715) or (dev.idVendor == 0x1d50 and (dev.idProduct == 0x6047 or dev.idProduct == 0x6048 or dev.idProduct == 0x605b or dev.idProduct == 0x60FF or dev.idProduct == 0x60FE)):

If that is ok, can you add this update to git repository ?

Thanks, Wil.e. Coyote

trollwookiee commented 2 years ago

thanks for the finding. I am afraid a lot of messages are not up to date in our RfCat fork. We need to update the RfCat script.

wilecoyote2019 commented 2 years ago

Yes, I got it working on Ubuntu 20.04 but it has been painfull... Do you know if it could be possible to update the current rfcat to work with pandwarf easily ? Thanks, Wil.e. Coyote

trollwookiee commented 2 years ago

FYI, our RfCat fork update is ongoing... Shall be ready by end of week

trollwookiee commented 2 years ago

RfCat updated in https://github.com/ComThings/rfcat