Mike Walters
Mike Walters
I like the idea of splitting functionality/formatting out from pattern_dump so I think it makes sense to keep it separate, but I'm not really sure :smile:
It might be worth setting up Doxygen (or similar) to generate API docs from the source? I think it would make it easier to keep everything in sync as the...
Could you post the full output from GNU Radio? It should include lines like this: ``` gr-osmosdr 0.2.0.0 (0.2.0) gnuradio 3.10.1.1 built-in source types: file fcd rtl rtl_tcp uhd hackrf...
No, it's not possible to build without fftw right now. I'll leave this open in case we want to add that option in the future.
> I was reading the code and found that in `hackrf_max2837_read`: > > https://github.com/mossmann/hackrf/blob/e93d70eddc6a2ed95af252c5acb7022fabba642f/host/libhackrf/src/hackrf.c#L700-L709 > > The value is returned straight from the USB transfer. Shouldn't it be converted to...
> Thank you very much, I was able to build the firmware package and flash it to the hackrf. However it still made me use 'sudo' for 'cmake' and 'make'...
I'd really like to see this too. As far as I can tell, the standard (as used by uhd) seems to be to use the tags tx_sob and tx_eob at...
@jboone and I did some troubleshooting on this on Discord when it was first reported and found a few things: 1. The ~150ms on-time corresponds to this delay in the...
> Repeating my comment from the PR: > > > For the general memory unsafety here, can you reproduce a invalid memory access or similar with just using the existing...
I've thought about this a bunch and, while I really like the idea of being able to encode some visual information, I worry that this implementation will lead to people...