Jump to content

NotThePolice

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by NotThePolice

  1. I have some data I want to send with rfcat in FSK. It's 14 segments of 303 bits long, each segment is separated by about 70ms or 4414 symbols@15.8925µs. I cannot trust python to maintain the gap delay consistently through sleeping. What I would like to do is send all my bits at once, which is 14 x 303 + 14 x 4414(zeros) bits long or 66038 bits. This way I can ensure consistent delivery of data the same way my remote control does. Naturally I cannot do this with d.FHSSxmit as it would be too big for the buffer (max fixed length packet is 510 and I'm trying to push 8260 hex.) Is there any other way I can send that much data at once, or some other method I don't know about like a infinite mode for tx?
  2. I can see my Yardstick in rfcat but not in GQRX. It's not in the device pulldown. So I figure I need to manually specify it as Other with a Device String but I have not been able to figure out what the device string should be. In dmesg I see this: new full-speed USB device number 8 using ohci-pci New USB device found, idVendor=1d50, idProduct=605b New USB device strings: Mfr=1, Product=2, SerialNumber=3 Product: YARD Stick One SerialNumber: 0093 and in lsusb I see this: Bus 002 Device 008: ID 1d50:605b OpenMoko, Inc. ... Endpoint Descriptor: bEndpointAddress 0x85 EP 5 IN ... Endpoint Descriptor: bEndpointAddress 0x05 EP 5 IN ... Does anyone know how to get this to work in GQRX or Osmocom?
×
×
  • Create New...