Robert X. Seger

Results 25 issues of Robert X. Seger

Would it be possible to merge the two kalibrate's for hackrf and rtl into one project supporting both SDRs? kalibrate-rtl: https://github.com/steve-m/kalibrate-rtl - last updated 2013, but includes several open pull...

enhancement

From the [original website](https://web.archive.org/web/20131226204943/http://thre.at/kalibrate): > There are other ways to calibrate these devices -- the [FA-SY 1](https://web.archive.org/web/20101221022021/http://www.box73.de/catalog/product_info.php?products_id=1869) documentation discusses using the [WWVB](http://en.wikipedia.org/wiki/WWVB) time signals. More details at https://en.wikipedia.org/wiki/WWVB > The...

enhancement

http://wireless.fcc.gov/services/index.htm?job=service_bandplan&id=narrowband_pcs > Band Plan > > Narrowband PCS is allocated spectrum ranging from 901-902 MHz, 930-931 MHz, and 940-941 MHz. The Commission divided this 3 MHz of spectrum into NW,...

Instead of https://github.com/scateu/kalibrate-hackrf/blob/master/INSTALL.homebrew manual instruction steps, why not submit a formula to homebrew-core so installation is simple as `brew install kalibrate-hackrf`? I started one here: https://github.com/rxseger/homebrew-hackrf/blob/master/kalibrate-hackrf.rb - it is not...

Removes the libusb.h header inclusion, which doesn't appear to be needed (at least on OS X - attempted to build, failed with this missing header, removed it and was able...

Adds the missing `repository` field, fixes: ``` npm WARN [email protected] No repository field. ``` and makes it easier to find this GitHub repository from https://www.npmjs.com/package/hackrf-stream

From https://github.com/rxseger/rx_tools/pull/22 rx_power: Update frequency calculations to 64-bit to allow beyond 2.1 GHz. Closes GH-21: works with -f 0.1M:6G:1M, but increasing hopping to -f 0:1M:6G:10M causes retuning failures starting at...

To more easily test rtl_sdr (logs I/Q samples to a file, or stdout), would like rtl_fm to be able to read I/Q from a file (or '-' for stdin), as...

enhancement

Would be nice to have some integrated documentation in the repository. Most comprehensive guides I could find: - rtl_fm: http://kmkeen.com/rtl-demod-guide/ http://manpages.ubuntu.com/manpages/trusty/man1/rtl_fm.1.html - rtl_power: http://kmkeen.com/rtl-power/ http://manpages.ubuntu.com/manpages/trusty/man1/rtl_power.1.html - rt_sdr: http://manpages.ubuntu.com/manpages/trusty/man1/rtl_sdr.1.html

enhancement

https://github.com/rxseger/rx_tools/issues/31 rx_fm: split audio files per squelch - [x] Open new files per squelch - [ ] Frequency in filename - [ ] Custom filename format string - [ ]...