Commit Graph

18 Commits

Author SHA1 Message Date
Julien 27394340e3 Update hw_settings.py to add support for USRP1 2019-07-20 00:50:33 +03:00
Manolis Surligas 5c870335d8 Fix Airspy gain setting 2019-07-18 23:49:42 +03:00
Manolis Surligas 39bf8524c4 Add support for the X3x0 USRP series 2018-11-24 00:48:07 +02:00
Manolis Surligas d824b95369 Fix LO offset correction 2018-11-24 00:25:32 +02:00
Manolis Surligas f7e67d0ae3 Add parametric FSK and MSK AX.25 decoders 2018-11-24 00:25:32 +02:00
surligas 6e1c3f6b01 Add support for the Airspy Mini SDR device
Aispy Mini can be selected passing the `airspymini` string on the
`--rx-sdr-device` command ine argument
2017-11-16 11:04:10 +02:00
Manolis Surligas 01b56db38d Fix inconsistencies between the command line arguments of the flowgraphs
* Set the default USRP RX and TX port to the TX/RX
* All flowgraphs follow the same command line arguments scheme
2017-11-01 19:16:25 +02:00
Manolis Surligas f3de63caf3 Add support for passing manually various device parameters
All flowgraphs now support user defined parameters for most of their
configuration capabilities. These include:
* RF gain
* IF gain
* BB gain
* Custom device arguments for setups with multiple SDRs. These
coresponds to the 'Device arguments' field of the Osmocom source block.
* Antenna selection for devices with multiple antennas (USRPs, etc)

Changing sampling rate is not supported (yet).

For listing the arguments just execute <flowgraph> --help in a terminal
window.
2017-07-20 22:37:14 +03:00
Manolis Surligas cc9a305ebd Reduce RTL SDR buffers size
In memory limited devices like RPi, the default buffer allocation scheme
of the RTL driver causes problems to the async transfer engine.
This prevented the flowgraphs to start. 
Reducing the buffer size fixes this problem.
2017-07-20 20:18:17 +03:00
Corey Shields 6841dd5ae6 fix rtlsdr sample rate for rpi
1.5e6 is too high and causes timing clips in the raspberry pi. 1e6 was tested successully today and eliminates the clips.
2017-05-01 20:03:29 -04:00
Corey Shields 07817fea42 lower default gain for rtlsdr 2017-04-30 13:14:57 -04:00
Corey Shields 5603b47cd4 updated hw_settings.py
updated the hardware settings (gain/sample rate) based on testing with and for the new fm_demod script. 

fixes satnogs/gr-satnogs$48
2017-03-19 13:34:21 -04:00
Corey Shields 7184f551a0 Change fm_demod to quadrature demod (#51)
Taking out WBFM/NBFM for a straight quadrature demod method

Change from 44.1k output to 44k output to be more compatible
with gr-satellites

Also changing rtlsdr to a 2msps rate by default
2017-01-22 19:36:13 +02:00
Corey Shields 0e0d032a19 Fix gain settings for hackrf (#41)
Adjusting to the 'sweet spot' for hackrf in the gr-satnogs script
2016-11-13 18:05:36 +02:00
Manolis Surligas 63863b5ac1 Rpi (#32)
* Fix compilation on Raspbian

* Add rtl-sdr dongle to the RX HW database
2016-10-11 19:39:37 +03:00
Manolis Surligas 5f55060473 Improve HW settings 2016-07-27 21:47:29 +03:00
Manolis Surligas 6a063956b4 Add CLI UPSAT transceiver flowgraph 2016-07-24 21:51:36 +03:00
Manolis Surligas dcffee0db0 Add a database with SDR hardware and working parameters 2016-07-15 23:22:15 +03:00