Jared Boone

Results 25 comments of Jared Boone

Sorry for the delay, I have too many projects to keep track of... Anyway, cool work! I would raise the possibility that the packets are still a multiple of 8...

Sorry for the delay. It *seems* as though you do not have CppUnit installed, or perhaps it's not finding the library to link against, or... Not sure. Based on the...

In the video, I used tools from a separate project at https://github.com/jboone/tpms. But that project is a pretty terrible cruft-ball of code. I would recommend capturing baseband using your SDR...

Hi there! Your trouble with the Mac disks looks a *lot* like the problem I was having. [I made a change to the Verilog code for the sampler](https://github.com/davidgiven/fluxengine/pull/164), and had...

I don't know how useful this data point is, but I've had LUNA USB enumeration problems, seemingly at random, which were magnified by adding a bunch of USB UAC descriptors...

My recollection is that the spectrum row output rate (scroll rate) is directly proportional to the sample rate of the output of baseband processing. I’ll review the code in a...

@jamesshao8: For what it's worth, most FPV and security cameras I've encountered use FM to modulate the video signal, not AM as used by NTSC broadcast TV. So the band-limiting...

@vicdzen The binaries mentioned in this thread are out of date. The issue described did exist in an old firmware version. I would recommend building from the latest source. Or,...

Please see issue #251, which I believe will address your issue. Try the latest binary from here: https://jboone.github.io/portapack-havoc-nightly/

That code splits the source filename into several parts: target_signal, carrier_freq, sampling_rate, start_date, start_time, capture_device. These parts of the filename are separated by underscores. You can see a filename using...