]> git.rkrishnan.org Git - pihpsdr.git/log
pihpsdr.git
5 years agoNo rounding of frequency moves when in CW modes. Removed Discovery from Exit Menu.
John Melton G0ORX [Fri, 8 Nov 2019 17:53:34 +0000 (17:53 +0000)]
No rounding of frequency moves when in CW modes. Removed Discovery from Exit Menu.

5 years agoMerge branch 'master' of https://github.com/g0orx/pihpsdr
c vw [Fri, 8 Nov 2019 16:41:18 +0000 (17:41 +0100)]
Merge branch 'master' of https://github.com/g0orx/pihpsdr

5 years agoremoved leftover of merge process
c vw [Fri, 8 Nov 2019 16:40:45 +0000 (17:40 +0100)]
removed leftover of merge process

5 years agoMade stemlab_get_info more robust
c vw [Fri, 8 Nov 2019 16:39:27 +0000 (17:39 +0100)]
Made stemlab_get_info more robust

5 years agoFixed an induced bug with mouse dragging frequencies
John Melton G0ORX [Fri, 8 Nov 2019 16:39:09 +0000 (16:39 +0000)]
Fixed an induced bug with mouse dragging frequencies

5 years agoRemoved comment that refers to code that is no longer there.
c vw [Fri, 8 Nov 2019 16:38:45 +0000 (17:38 +0100)]
Removed comment that refers to code that is no longer there.

5 years agoadded RIT_CLEAR again, might be useful.
c vw [Fri, 8 Nov 2019 16:36:07 +0000 (17:36 +0100)]
added RIT_CLEAR again, might be useful.

5 years agoModified to John's new audio interface
c vw [Fri, 8 Nov 2019 16:35:34 +0000 (17:35 +0100)]
Modified to John's new audio interface

5 years agoSome options: audio/noaudio, only P1, only P2, etc.
c vw [Fri, 8 Nov 2019 16:34:47 +0000 (17:34 +0100)]
Some options: audio/noaudio, only P1, only P2, etc.

5 years agoMerge branch 'master' of https://github.com/g0orx/pihpsdr
c vw [Fri, 8 Nov 2019 16:34:24 +0000 (17:34 +0100)]
Merge branch 'master' of https://github.com/g0orx/pihpsdr

5 years agoFixed touch screen scroll revered when not in CTUN mode. Fixed touch screen scrool...
John Melton G0ORX [Fri, 8 Nov 2019 16:00:50 +0000 (16:00 +0000)]
Fixed touch screen scroll revered when not in CTUN mode.  Fixed touch screen scrool bug when large step size set.

5 years agoAdded new functions to midi. Fixed RIT bug when in CTUN mode. Moved some indicators...
John Melton G0ORX [Fri, 8 Nov 2019 11:43:02 +0000 (11:43 +0000)]
Added new functions to midi. Fixed RIT bug when in CTUN mode. Moved some indicators on VFO.

5 years agoMerge branch 'master' of https://github.com/g0orx/pihpsdr
c vw [Fri, 8 Nov 2019 09:05:52 +0000 (10:05 +0100)]
Merge branch 'master' of https://github.com/g0orx/pihpsdr

5 years agofixed list audio output devices cast error
John Melton G0ORX [Thu, 7 Nov 2019 22:23:08 +0000 (22:23 +0000)]
fixed list audio output devices cast error

5 years agoChanged audio to use audio device name. Added XIT. Added Duplex. Addes SAT and RSAT...
John Melton G0ORX [Thu, 7 Nov 2019 16:20:53 +0000 (16:20 +0000)]
Changed audio to use audio device name. Added XIT. Added Duplex. Addes SAT and RSAT modes.

5 years agodeactivated some debug output, and more reasonable CW defaults
c vw [Wed, 6 Nov 2019 16:32:36 +0000 (17:32 +0100)]
deactivated some debug output, and more reasonable CW defaults

5 years agoDoing VFO frequency changes via vfo_step always rounds to a multiple
c vw [Wed, 6 Nov 2019 16:07:46 +0000 (17:07 +0100)]
Doing VFO frequency changes via vfo_step always rounds to a multiple
of the current VFO step size.

5 years agoSupport for "bare-bone" (non-STEMlab) RedPitaya SDRs
c vw [Wed, 6 Nov 2019 16:07:29 +0000 (17:07 +0100)]
Support for "bare-bone" (non-STEMlab) RedPitaya SDRs

5 years agoCorrected description in midi.inp
c vw [Mon, 4 Nov 2019 16:42:23 +0000 (17:42 +0100)]
Corrected description in midi.inp

5 years agoa) save/restore DIVERSITY settings
c vw [Mon, 4 Nov 2019 15:53:20 +0000 (16:53 +0100)]
a) save/restore DIVERSITY settings
b) upon startup, do not activate DIVERSITY unless there are two ADCs.

5 years agoset vfo.offset to zero upon startup when NOT in ctun mode
c vw [Mon, 4 Nov 2019 15:35:54 +0000 (16:35 +0100)]
set vfo.offset to zero upon startup when NOT in ctun mode

5 years agoMIDI_CTUN: use function in ext.c; FilterUP/Down moves in other direction
c vw [Mon, 4 Nov 2019 15:35:21 +0000 (16:35 +0100)]
MIDI_CTUN: use function in ext.c; FilterUP/Down moves in other direction

5 years agoLabel RX1 correctly when in diversity mode
c vw [Mon, 4 Nov 2019 15:34:44 +0000 (16:34 +0100)]
Label RX1 correctly when in diversity mode

5 years agocorrected comment
c vw [Mon, 4 Nov 2019 10:30:44 +0000 (11:30 +0100)]
corrected comment

5 years agoStreamlining code, added SWAPRX
c vw [Tue, 29 Oct 2019 18:15:59 +0000 (19:15 +0100)]
Streamlining code, added SWAPRX

5 years agoAdded knobs to many RIT functions, RIT_STEP, etc.
c vw [Mon, 28 Oct 2019 14:38:06 +0000 (15:38 +0100)]
Added knobs to many RIT functions, RIT_STEP, etc.

5 years agoremoved "leftright" leftovers
c vw [Mon, 28 Oct 2019 10:38:39 +0000 (11:38 +0100)]
removed "leftright" leftovers

5 years agomerged in John's VFOSTEPUP/DOWN midi commands
c vw [Mon, 28 Oct 2019 08:49:43 +0000 (09:49 +0100)]
merged in John's VFOSTEPUP/DOWN midi commands

5 years agoAdded midi actions VFOSTEPUP and VFOSTEPDOWN to allow buttons to be used to change...
John Melton G0ORX [Sun, 27 Oct 2019 16:20:30 +0000 (16:20 +0000)]
Added midi actions VFOSTEPUP and VFOSTEPDOWN to allow buttons to be used to change the vfo step rate up and down

5 years agosmall fix
c vw [Sat, 26 Oct 2019 21:37:24 +0000 (23:37 +0200)]
small fix

5 years agoATT knob
c vw [Sat, 26 Oct 2019 10:57:01 +0000 (12:57 +0200)]
ATT knob

5 years agoUpdated release tar files for verion 3.0 of the properties
John Melton G0ORX [Fri, 25 Oct 2019 17:29:23 +0000 (18:29 +0100)]
Updated release tar files for verion 3.0 of the properties

5 years agoChanged property version to 3.0
John Melton G0ORX [Fri, 25 Oct 2019 17:18:50 +0000 (18:18 +0100)]
Changed property version to 3.0

5 years agoChanged button debounce for original controller. Changed band menu display to only...
John Melton G0ORX [Fri, 25 Oct 2019 16:43:07 +0000 (17:43 +0100)]
Changed button debounce for original controller. Changed band menu display to only display valid bands for device. Cleaneup depending on the different controllers. Updated Makefile.  Included built libraries for SoapySDR and files for LimeSDR and RTL-SDR.  Created tar files for installing binary for version of code on Raspberry Pi with no controller, original controller, controller 2 v1 (single encoders), controller2 v2 (dual encoders).

5 years agoremoved this file
c vw [Fri, 25 Oct 2019 15:39:47 +0000 (17:39 +0200)]
removed this file

5 years agoremoved debug code
c vw [Fri, 25 Oct 2019 15:39:13 +0000 (17:39 +0200)]
removed debug code

5 years agoPut documentation where it belongs
c vw [Fri, 25 Oct 2019 15:06:59 +0000 (17:06 +0200)]
Put documentation where it belongs

5 years agodebug output
c vw [Fri, 25 Oct 2019 14:01:48 +0000 (16:01 +0200)]
debug output

5 years agotypo
c vw [Thu, 24 Oct 2019 15:24:13 +0000 (17:24 +0200)]
typo

5 years agoSample midi.inp for Hercules controller
c vw [Thu, 24 Oct 2019 15:20:52 +0000 (17:20 +0200)]
Sample midi.inp for Hercules controller

5 years agofor HERCULES midi controller
c vw [Thu, 24 Oct 2019 15:20:01 +0000 (17:20 +0200)]
for HERCULES midi controller

5 years agoadded LEFTRIGHT keyword to midi.inp
c vw [Thu, 24 Oct 2019 08:12:35 +0000 (10:12 +0200)]
added LEFTRIGHT keyword to midi.inp

5 years agoAdded VFOA/VFOB support to MIDI
c vw [Wed, 23 Oct 2019 15:07:37 +0000 (17:07 +0200)]
Added VFOA/VFOB support to MIDI

5 years agoMerge pull request #76 from dl1ycf/master
John Melton [Tue, 22 Oct 2019 09:25:53 +0000 (10:25 +0100)]
Merge pull request #76 from dl1ycf/master

CW frequency issue

5 years agotypos
c vw [Tue, 22 Oct 2019 08:43:27 +0000 (10:43 +0200)]
typos

5 years agosmall correction
c vw [Tue, 22 Oct 2019 08:12:42 +0000 (10:12 +0200)]
small correction

5 years agoMerge branch 'master' of https://github.com/g0orx/pihpsdr
c vw [Tue, 22 Oct 2019 08:11:28 +0000 (10:11 +0200)]
Merge branch 'master' of https://github.com/g0orx/pihpsdr

5 years agoFixes that make it compile for OZY
c vw [Tue, 22 Oct 2019 07:42:28 +0000 (09:42 +0200)]
Fixes that make it compile for OZY

5 years agoStep-by-Step instructions for installation on RaspBerry Pi
c vw [Fri, 18 Oct 2019 14:14:31 +0000 (16:14 +0200)]
Step-by-Step instructions for installation on RaspBerry Pi

5 years agosmall corrections
c vw [Fri, 18 Oct 2019 07:32:14 +0000 (09:32 +0200)]
small corrections

5 years agoFixed SOAPYSDR references when not defined
John Melton G0ORX [Wed, 16 Oct 2019 17:24:04 +0000 (18:24 +0100)]
Fixed SOAPYSDR references when not defined

5 years agoupdated sliders panel height
John Melton G0ORX [Tue, 15 Oct 2019 13:21:54 +0000 (14:21 +0100)]
updated sliders panel height

5 years agofixed typo fro GINT_TO_POINTER
John Melton G0ORX [Sun, 13 Oct 2019 15:59:19 +0000 (16:59 +0100)]
fixed typo fro GINT_TO_POINTER

5 years agofixed typo
John Melton G0ORX [Mon, 7 Oct 2019 09:04:55 +0000 (10:04 +0100)]
fixed typo

5 years agoupdated sliders for non-transmit devices
John Melton G0ORX [Mon, 7 Oct 2019 06:04:18 +0000 (07:04 +0100)]
updated sliders for non-transmit devices

5 years agoFixed transmitter references for RTL-SDR (no tranmit)
John Melton G0ORX [Sun, 6 Oct 2019 17:11:56 +0000 (18:11 +0100)]
Fixed transmitter references for RTL-SDR (no tranmit)

5 years agoSet tx smaple rate correctly for SoapySDR
John Melton G0ORX [Sun, 6 Oct 2019 13:05:45 +0000 (14:05 +0100)]
Set tx smaple rate correctly for SoapySDR

5 years agochanged order of soapy tx init
John Melton G0ORX [Sun, 6 Oct 2019 12:54:30 +0000 (13:54 +0100)]
changed order of soapy tx init

5 years agoset SoapySDR TX gains
John Melton G0ORX [Sun, 6 Oct 2019 12:49:42 +0000 (13:49 +0100)]
set SoapySDR TX gains

5 years agoMore changes for SoapySDR transmit
John Melton G0ORX [Sun, 6 Oct 2019 12:27:13 +0000 (13:27 +0100)]
More changes for SoapySDR transmit

5 years agochanged uintptr_t to gtk conversion macros
John Melton G0ORX [Sun, 6 Oct 2019 10:37:10 +0000 (11:37 +0100)]
changed uintptr_t to gtk conversion macros

5 years agofixes arithmetic exception
John Melton G0ORX [Sun, 6 Oct 2019 09:58:08 +0000 (10:58 +0100)]
fixes arithmetic exception

5 years agoMore SoapySDR TX changes
John Melton G0ORX [Sat, 5 Oct 2019 17:22:20 +0000 (18:22 +0100)]
More SoapySDR TX changes

5 years agofixed XVTR rx LO save bug
John Melton G0ORX [Sat, 5 Oct 2019 14:26:03 +0000 (15:26 +0100)]
fixed XVTR rx LO save bug

5 years agoAdding initial code for SoapySDR transmit
John Melton G0ORX [Sat, 5 Oct 2019 14:18:33 +0000 (15:18 +0100)]
Adding initial code for SoapySDR transmit

5 years agoadded release 2.0.0-beta files
John Melton G0ORX [Sat, 5 Oct 2019 12:28:37 +0000 (13:28 +0100)]
added release 2.0.0-beta files

5 years agoAdded SoapySDR support for Receive
John Melton G0ORX [Sat, 5 Oct 2019 12:25:26 +0000 (13:25 +0100)]
Added SoapySDR support for Receive

5 years agomade "CW behaviour" user-selectable
c vw [Thu, 22 Aug 2019 16:21:57 +0000 (18:21 +0200)]
made "CW behaviour" user-selectable

5 years agodisabled DEBUG_PROTO
John Melton G0ORX [Wed, 14 Aug 2019 17:21:58 +0000 (18:21 +0100)]
disabled DEBUG_PROTO

5 years agoMerge pull request #73 from dl1ycf/master
John Melton [Tue, 13 Aug 2019 18:42:52 +0000 (19:42 +0100)]
Merge pull request #73 from dl1ycf/master

a) widened the "CW ramp" to 5 msec, b) ramp up to 0.99 only

5 years agoactivate correct TX filter when going "manual"
c vw [Tue, 13 Aug 2019 12:03:07 +0000 (14:03 +0200)]
activate correct TX filter when going "manual"

5 years agoa) Fixing CTUNE in new protocol.
c vw [Mon, 12 Aug 2019 16:01:01 +0000 (18:01 +0200)]
a) Fixing CTUNE in new protocol.
b) Displaying signals at the correct frequency in RX panadapter while doing CW.

5 years agotypo
c vw [Sat, 10 Aug 2019 12:46:53 +0000 (14:46 +0200)]
typo

5 years agofinalized antenna routing
c vw [Sat, 10 Aug 2019 12:38:31 +0000 (14:38 +0200)]
finalized antenna routing

5 years agofinalized antenna routing
c vw [Fri, 9 Aug 2019 14:52:57 +0000 (16:52 +0200)]
finalized antenna routing

5 years agoantenna routing
c vw [Thu, 8 Aug 2019 18:12:56 +0000 (20:12 +0200)]
antenna routing

5 years agoP1: bypass RX filters when using EXT1 for PS feedback
c vw [Thu, 8 Aug 2019 13:49:15 +0000 (15:49 +0200)]
P1: bypass RX filters when using EXT1 for PS feedback

5 years agoantenna routing
c vw [Thu, 8 Aug 2019 10:29:31 +0000 (12:29 +0200)]
antenna routing

5 years agoadded two missing "break" lines
c vw [Thu, 8 Aug 2019 08:21:24 +0000 (10:21 +0200)]
added two missing "break" lines

5 years agolocal cw now also in P2
c vw [Wed, 7 Aug 2019 14:34:55 +0000 (16:34 +0200)]
local cw now also in P2

5 years agopreamp always "on" except for CHARLY25.
c vw [Wed, 7 Aug 2019 09:45:44 +0000 (11:45 +0200)]
preamp always "on" except for CHARLY25.

5 years agosmall corrections
c vw [Wed, 7 Aug 2019 08:52:14 +0000 (10:52 +0200)]
small corrections

5 years agosome corrections
c vw [Tue, 6 Aug 2019 17:22:11 +0000 (19:22 +0200)]
some corrections

5 years agoa) widened the "CW ramp" to 5 msec, b) ramp up to 0.99 only
c vw [Tue, 30 Jul 2019 13:40:40 +0000 (15:40 +0200)]
a) widened the "CW ramp" to 5 msec, b) ramp up to 0.99 only

5 years agoMerge pull request #72 from dl1ycf/master
John Melton [Tue, 30 Jul 2019 09:09:50 +0000 (10:09 +0100)]
Merge pull request #72 from dl1ycf/master

Finalized the P1+P2, PURESIGNAL and DIVERSITY

5 years agoramp interpolation error fix.
c vw [Mon, 29 Jul 2019 19:30:41 +0000 (21:30 +0200)]
ramp interpolation error fix.

5 years agoNew Protocol CW changes, and other things
c vw [Mon, 29 Jul 2019 18:10:35 +0000 (20:10 +0200)]
New Protocol CW changes, and other things

5 years agooops #2
c vw [Sat, 27 Jul 2019 09:36:28 +0000 (11:36 +0200)]
oops #2

5 years agooops.
c vw [Sat, 27 Jul 2019 09:13:19 +0000 (11:13 +0200)]
oops.

5 years agoFinalized things.
c vw [Fri, 26 Jul 2019 16:05:53 +0000 (18:05 +0200)]
Finalized things.

5 years agoP2: ALEX bits, added some schedule_xxxx() for P2
c vw [Thu, 25 Jul 2019 18:06:17 +0000 (20:06 +0200)]
P2: ALEX bits, added some schedule_xxxx() for P2

5 years agomaking random number thread-safe.
c vw [Thu, 25 Jul 2019 10:02:02 +0000 (12:02 +0200)]
making random number thread-safe.

5 years agocosmetic changes
c vw [Thu, 25 Jul 2019 09:25:00 +0000 (11:25 +0200)]
cosmetic changes

5 years agoHPSDR simulator: put some common things to old+new protocol into a header file.
c vw [Thu, 25 Jul 2019 08:01:30 +0000 (10:01 +0200)]
HPSDR simulator: put some common things to old+new protocol into a header file.

5 years agoDIVERSITY corrections (user interface: gain+phase rather than I+Q)
c vw [Thu, 25 Jul 2019 08:00:48 +0000 (10:00 +0200)]
DIVERSITY corrections (user interface:  gain+phase rather than I+Q)

5 years agoa) P2 PURESIGNAL for HERMES, b) DIVERSITY, c) CW for P2, d) HPSDR Simulator:
c vw [Wed, 24 Jul 2019 16:35:03 +0000 (18:35 +0200)]
a) P2 PURESIGNAL for HERMES, b) DIVERSITY, c) CW for P2, d) HPSDR Simulator:
now with man-made noise to test DIVERSITY

5 years agoa) CW and new protocol b) new protocol TX FIFO issues.
c vw [Tue, 23 Jul 2019 17:34:13 +0000 (19:34 +0200)]
a) CW and new protocol b) new protocol TX FIFO issues.

5 years agoMerge pull request #71 from dl1ycf/master
John Melton [Fri, 19 Jul 2019 09:55:05 +0000 (10:55 +0100)]
Merge pull request #71 from dl1ycf/master

P2 now working with PURESIGNAL, and further corrections

5 years agoadded missing #ifdef PURESIGNAL
c vw [Fri, 19 Jul 2019 09:14:32 +0000 (11:14 +0200)]
added missing #ifdef PURESIGNAL

5 years agoOldProtocol: making feedback spectrum high resolution for all sample rates
c vw [Thu, 18 Jul 2019 17:02:19 +0000 (19:02 +0200)]
OldProtocol: making feedback spectrum high resolution for all sample rates