Robert X. Seger

Results 26 comments of Robert X. Seger

Issues to resolve before publishing 1.0: - [x] https://github.com/scateu/kalibrate-hackrf/pull/12 - add documentation (done) - [ ] https://github.com/scateu/kalibrate-hackrf/issues/6 - calibration error

This may be the same problem encountered when porting dump1090 from rtlsdr to hackrf (in what is now [dump1090_sdrplus](https://github.com/itemir/dump1090_sdrplus)): http://hackrf-dev.greatscottgadgets.narkive.com/4mLdz4BJ/adding-hackrf-support-to-dump1090 > Donald Pupecki 12 months ago > I don't believe...

A stab in the dark, but if I make this change: ``` diff --git a/src/usrp_source.cc b/src/usrp_source.cc index 4a80657..75965a3 100644 --- a/src/usrp_source.cc +++ b/src/usrp_source.cc @@ -295,6 +295,11 @@ hackrf_rx_callback (hackrf_transfer *...

The GitHub mirror https://github.com/steve-m/librtlsdr.git appears to be out of sync. Last commit was from May 15, 2015 but git://git.osmocom.org/rtl-sdr.git has newer commits up to June 9th, 2015.

Is this now no longer needed, 'rtlsdr' is equivalent to librtlsdr now in homebrew-core right? https://github.com/Homebrew/homebrew-core/blob/master/Formula/librtlsdr.rb

Following the [quickstart](https://github.com/gnuradio/pybombs#quickstart): pip install git+https://github.com/gnuradio/pybombs.git pybombs recipes add gr-recipes git+https://github.com/gnuradio/gr-recipes.git pybombs recipes add gr-etcetera git+https://github.com/gnuradio/gr-etcetera.git What to use for the "prefix"? The example uses a nonsensical "/path/to/prefix" path. Maybe...

Found this: https://github.com/gnuradio/pybombs/issues/224 Add 'brew' package manager — implying Homebrew is not currently supported with PyBOMBS? But https://github.com/gnuradio/pybombs/issues/222 Mac OS X support says there is MacPorts support. Another good word...

``` ~ $ brew audit --strict --online gr-osmosdr rxseger/hackrf/gr-osmosdr: * A `test do` test block should be added * Head-only (no stable download) * Formula should have a desc (Description)....

Merged GH-24 adding configurable tuner sleep (-S), but even with a very large amount (seconds), still see bad retunes, maybe need to read and discard larger amounts of data? (flush...

I'd also like man pages for rx_tools. Not sure where those .1 files in Ubuntu rtlsdr came from, can't find them anywhere in https://github.com/librtlsdr/librtlsdr (but there's lots of forks of...