]> git.rkrishnan.org Git - pihpsdr.git/log
pihpsdr.git
5 years agoinclude LOCALCW and RedPitaya support by default
c vw [Wed, 15 Jan 2020 15:00:33 +0000 (16:00 +0100)]
include LOCALCW and RedPitaya support by default

5 years agofixes to make cppcheck happier.
c vw [Wed, 15 Jan 2020 14:47:44 +0000 (15:47 +0100)]
fixes to make cppcheck happier.

5 years agoRemoved leftovers of RADIOBERRY special code
c vw [Wed, 15 Jan 2020 14:47:14 +0000 (15:47 +0100)]
Removed leftovers of RADIOBERRY special code

5 years agoRemoved RADIOBERRY
c vw [Wed, 15 Jan 2020 14:46:41 +0000 (15:46 +0100)]
Removed RADIOBERRY

5 years agosome changes to make cppcheck happy.
c vw [Wed, 15 Jan 2020 14:32:54 +0000 (15:32 +0100)]
some changes to make cppcheck happy.

5 years agoReduced maximum side tone volume to 0.25, this seems to be more
c vw [Tue, 14 Jan 2020 14:04:49 +0000 (15:04 +0100)]
Reduced maximum side tone volume to 0.25, this seems to be more
compatible with CW done in the radios.

5 years agoAdapted to larger gain range in DIVERSITY
c vw [Tue, 14 Jan 2020 14:04:27 +0000 (15:04 +0100)]
Adapted to larger gain range in DIVERSITY

5 years agoIntroduced "coarse" and "fine" sliders
c vw [Tue, 14 Jan 2020 14:03:59 +0000 (15:03 +0100)]
Introduced "coarse" and "fine" sliders

5 years agoimprovements for DIVERSITY
c vw [Mon, 13 Jan 2020 18:21:00 +0000 (19:21 +0100)]
improvements for DIVERSITY

5 years agorespect CHARLY25 preamps in RX panadapter
c vw [Mon, 13 Jan 2020 18:20:33 +0000 (19:20 +0100)]
respect CHARLY25 preamps in RX panadapter

5 years agotx panadapter possibyl too high issue
c vw [Mon, 13 Jan 2020 12:56:38 +0000 (13:56 +0100)]
tx panadapter possibyl too high issue

5 years agoMerge pull request #90 from dl1ycf/master
John Melton [Fri, 10 Jan 2020 13:39:46 +0000 (13:39 +0000)]
Merge pull request #90 from dl1ycf/master

My recent updates. From my side, all OK for "release date"

5 years agomaking AutoAttenuation a little bit more precise
c vw [Thu, 9 Jan 2020 18:39:01 +0000 (19:39 +0100)]
making AutoAttenuation a little bit more precise

5 years agomissing include
c vw [Thu, 9 Jan 2020 18:38:54 +0000 (19:38 +0100)]
missing include

5 years agonew implementation of canTransmit()
c vw [Thu, 9 Jan 2020 17:44:06 +0000 (18:44 +0100)]
new implementation of canTransmit()

5 years agoseveral fixes
c vw [Thu, 9 Jan 2020 16:21:33 +0000 (17:21 +0100)]
several fixes

5 years agosmall fixes
c vw [Wed, 8 Jan 2020 11:33:19 +0000 (12:33 +0100)]
small fixes

5 years agoTake care of "Break In" value
c vw [Mon, 6 Jan 2020 11:09:34 +0000 (12:09 +0100)]
Take care of "Break In" value

5 years agostop/start old protcol when changing puresignal
c vw [Mon, 6 Jan 2020 09:49:52 +0000 (10:49 +0100)]
stop/start old protcol when changing puresignal

5 years agoclear IQ buffer upon restart
c vw [Mon, 6 Jan 2020 09:49:38 +0000 (10:49 +0100)]
clear IQ buffer upon restart

5 years agodisabled chaning DUPLEX and #receivers while transmitting
c vw [Mon, 6 Jan 2020 09:49:00 +0000 (10:49 +0100)]
disabled chaning DUPLEX and #receivers while transmitting

5 years agoPS 2.0 default parameters: changed AMP delay
c vw [Mon, 6 Jan 2020 09:48:21 +0000 (10:48 +0100)]
PS 2.0 default parameters: changed AMP delay

5 years agorenamed button text for cw_internal
c vw [Mon, 6 Jan 2020 09:47:49 +0000 (10:47 +0100)]
renamed button text for cw_internal

5 years agoMake PS and TX displays "peak mode".
c vw [Sun, 5 Jan 2020 13:28:20 +0000 (14:28 +0100)]
Make PS and TX displays "peak mode".

5 years agofix
DL1YCF [Sun, 5 Jan 2020 10:55:53 +0000 (11:55 +0100)]
fix

5 years agoDynamically allocate number of HPSDR receivers.
DL1YCF [Sat, 4 Jan 2020 11:39:06 +0000 (12:39 +0100)]
Dynamically allocate number of HPSDR receivers.
Use RX1 and RX2 for the two receivers, RX(n) for the TX feedback and
RX(n-1) for the RX feedback, where n is hardware determined:
n=2 for METIS, HermesLite V1
n=4 for HERMES, HermesLiteV2, Stemlab
n=5 for ANGELIA and beyond.

5 years agosmall corrections related to CTUN
DL1YCF [Sat, 4 Jan 2020 11:38:36 +0000 (12:38 +0100)]
small corrections related to CTUN

5 years agoRestart old protocol when changing the number of used HPSDR receivers.
DL1YCF [Sat, 4 Jan 2020 11:37:40 +0000 (12:37 +0100)]
Restart old protocol when changing the number of used HPSDR receivers.

5 years agoSupport for HermesLite V1/V2 discrimination
DL1YCF [Sat, 4 Jan 2020 11:32:26 +0000 (12:32 +0100)]
Support for HermesLite V1/V2 discrimination

5 years agoMerge pull request #89 from dl1ycf/master
John Melton [Wed, 1 Jan 2020 17:49:41 +0000 (17:49 +0000)]
Merge pull request #89 from dl1ycf/master

tx_panadapter / duplex switching

5 years agoFix the call to getFrequencyInfo to reflect the current status
DL1YCF [Wed, 1 Jan 2020 15:32:23 +0000 (16:32 +0100)]
Fix the call to getFrequencyInfo to reflect the current status
of the TX frequency.

5 years ago60m band WRC15 corrections
DL1YCF [Wed, 1 Jan 2020 13:04:18 +0000 (14:04 +0100)]
60m band WRC15 corrections

5 years agofixed typo.
DL1YCF [Sat, 28 Dec 2019 15:48:17 +0000 (16:48 +0100)]
fixed typo.

5 years agoinclude HL calibration also in P2 although it is currently not yet used there
DL1YCF [Sat, 28 Dec 2019 14:56:01 +0000 (15:56 +0100)]
include HL calibration also in P2 although it is currently not yet used there

5 years agoremoved old RADIOBERRY att value specification
DL1YCF [Sat, 28 Dec 2019 14:42:19 +0000 (15:42 +0100)]
removed old RADIOBERRY att value specification

5 years agostore "HermesLite" calibration in a variable (no hard-wiring)
DL1YCF [Sat, 28 Dec 2019 14:32:27 +0000 (15:32 +0100)]
store "HermesLite" calibration in a variable (no hard-wiring)

5 years agonow in the documentation folder
DL1YCF [Fri, 27 Dec 2019 13:21:55 +0000 (14:21 +0100)]
now in the documentation folder

5 years agoSupport for HermesLite
DL1YCF [Fri, 27 Dec 2019 13:21:35 +0000 (14:21 +0100)]
Support for HermesLite

5 years agoa) renamed "midi.inp" to "midi.props"
c vw [Fri, 20 Dec 2019 15:42:21 +0000 (16:42 +0100)]
a) renamed "midi.inp" to "midi.props"
b) corrected "duplex" switching from toolbar and MIDI

5 years agoMerge pull request #88 from dl1ycf/master
John Melton [Fri, 20 Dec 2019 11:41:11 +0000 (11:41 +0000)]
Merge pull request #88 from dl1ycf/master

TX audio problem solved, and "setting out-of-band frequency" fixed.

5 years agoFixed radio save/restore state for SoapySDR. Changed resize of tx panadapter to be...
John Melton G0ORX [Fri, 20 Dec 2019 10:41:51 +0000 (10:41 +0000)]
Fixed radio save/restore state for SoapySDR. Changed resize of tx panadapter to be full display when disabling duplex

5 years agoTX audio problem solved, and "setting out-of-band frequency" fixed.
c vw [Thu, 19 Dec 2019 10:26:20 +0000 (11:26 +0100)]
TX audio problem solved, and "setting out-of-band frequency" fixed.

5 years agoMerge pull request #87 from dl1ycf/master
John Melton [Tue, 17 Dec 2019 15:40:11 +0000 (15:40 +0000)]
Merge pull request #87 from dl1ycf/master

Now near to the "release" point.

5 years agoCorrections suggested by "cppcheck"
c vw [Tue, 17 Dec 2019 15:07:55 +0000 (16:07 +0100)]
Corrections suggested by "cppcheck"

5 years agosmall fixed suggested by cppcheck
c vw [Tue, 17 Dec 2019 08:47:45 +0000 (09:47 +0100)]
small fixed suggested by cppcheck

5 years agoRemoved un-unsed label from S6 button
c vw [Tue, 17 Dec 2019 08:46:54 +0000 (09:46 +0100)]
Removed un-unsed label from S6 button

5 years agosmall fix indicated by cppcheck (do not use 'text' twice in sprintf)
c vw [Tue, 17 Dec 2019 08:45:39 +0000 (09:45 +0100)]
small fix indicated by cppcheck (do not use 'text' twice in sprintf)

5 years agoFixed Analog/Digital Meter switch. Fixed S-Meter readings for SoapySDR
John Melton G0ORX [Mon, 16 Dec 2019 21:11:21 +0000 (21:11 +0000)]
Fixed Analog/Digital Meter switch. Fixed S-Meter readings for SoapySDR

5 years agoscreen size workaround for Peter U.
c vw [Mon, 16 Dec 2019 14:59:25 +0000 (15:59 +0100)]
screen size workaround for Peter U.

5 years agosmall fixes
c vw [Mon, 16 Dec 2019 14:38:39 +0000 (15:38 +0100)]
small fixes

5 years agoMerge branch 'master' of https://github.com/g0orx/pihpsdr
DL1YCF [Sun, 15 Dec 2019 20:27:32 +0000 (21:27 +0100)]
Merge branch 'master' of https://github.com/g0orx/pihpsdr

5 years agosmall updates
DL1YCF [Sun, 15 Dec 2019 20:16:03 +0000 (21:16 +0100)]
small updates

5 years agoUpdated i2c to use latest i2c-dev includes and library
John Melton G0ORX [Sat, 14 Dec 2019 14:47:25 +0000 (14:47 +0000)]
Updated i2c to use latest i2c-dev includes and library

5 years agoFixed adc_cb function header
John Melton G0ORX [Sat, 14 Dec 2019 10:32:37 +0000 (10:32 +0000)]
Fixed adc_cb function header

5 years agoChanged Equalizer sliders to be horizontal.
John Melton G0ORX [Fri, 13 Dec 2019 12:47:24 +0000 (12:47 +0000)]
Changed Equalizer sliders to be horizontal.
Changed frequency info to just have band edges.
Fixed SAT/Split frequency updates to vfo when only one receiver.
Fixed MOX control using space bar when TX Panadapter is a dialog.
Several changes to menus to use "toggled" event rather than "pressed" for radio buttons.
Fixed a protocol 2 startup timing problem.
Some more cleanup of code.

5 years agoerror fix
c vw [Thu, 12 Dec 2019 16:40:00 +0000 (17:40 +0100)]
error fix

5 years agotx heartbeat also for new protocol
c vw [Thu, 12 Dec 2019 15:46:12 +0000 (16:46 +0100)]
tx heartbeat also for new protocol

5 years agoadded "virtual audio cable" instructions
c vw [Wed, 11 Dec 2019 18:49:57 +0000 (19:49 +0100)]
added "virtual audio cable" instructions

5 years agofixed "TX heartbeat" problem in old_protocol
c vw [Wed, 11 Dec 2019 18:11:09 +0000 (19:11 +0100)]
fixed "TX heartbeat" problem in old_protocol

5 years agofixing up OZY things
c vw [Tue, 10 Dec 2019 15:08:51 +0000 (16:08 +0100)]
fixing up OZY things

5 years agomic gain scale
c vw [Tue, 10 Dec 2019 10:11:02 +0000 (11:11 +0100)]
mic gain scale

5 years agoMerge pull request #85 from dl1ycf/master
John Melton [Fri, 6 Dec 2019 14:42:23 +0000 (14:42 +0000)]
Merge pull request #85 from dl1ycf/master

Fixed some issues

5 years agoGo to window mode only if there is enough space
c vw [Thu, 5 Dec 2019 09:42:56 +0000 (10:42 +0100)]
Go to window mode only if there is enough space

5 years agoupdate "other receiver" in SAT mode VFO changes
c vw [Thu, 5 Dec 2019 09:09:15 +0000 (10:09 +0100)]
update "other receiver" in SAT mode VFO changes

5 years agoremoved debug line
c vw [Wed, 4 Dec 2019 16:14:48 +0000 (17:14 +0100)]
removed debug line

5 years agofixes
c vw [Wed, 4 Dec 2019 16:03:18 +0000 (17:03 +0100)]
fixes

5 years agoupdated
c vw [Thu, 28 Nov 2019 16:31:46 +0000 (17:31 +0100)]
updated

5 years agoAdjusted to John's audio changes, eliminated mic_buffer completely.
c vw [Thu, 28 Nov 2019 10:48:34 +0000 (11:48 +0100)]
Adjusted to John's audio changes, eliminated mic_buffer completely.

5 years agoCleanup warnings
John Melton G0ORX [Wed, 27 Nov 2019 21:05:11 +0000 (21:05 +0000)]
Cleanup warnings

5 years agoCleanup warnings
John Melton G0ORX [Wed, 27 Nov 2019 20:59:31 +0000 (20:59 +0000)]
Cleanup warnings

5 years agofix bug changing audio output device name when local audio active.
John Melton G0ORX [Wed, 27 Nov 2019 20:50:14 +0000 (20:50 +0000)]
fix bug changing audio output device name when local audio active.

5 years agoFixed typo
John Melton G0ORX [Wed, 27 Nov 2019 11:41:53 +0000 (11:41 +0000)]
Fixed typo

5 years agochanged audio device lists to combo box.
John Melton G0ORX [Wed, 27 Nov 2019 11:34:41 +0000 (11:34 +0000)]
changed audio device lists to combo box.

5 years agoFixed frequency when in SAT mode and CW modes. Updated audio to always use float...
John Melton G0ORX [Tue, 26 Nov 2019 16:24:33 +0000 (16:24 +0000)]
Fixed frequency when in SAT mode and CW modes.  Updated audio to always use float for the samples.

5 years agoMerge pull request #84 from dl1ycf/master
John Melton [Tue, 26 Nov 2019 10:33:43 +0000 (10:33 +0000)]
Merge pull request #84 from dl1ycf/master

small corrections

5 years agoportaudio.c: adjusted to John's audio interface settings.
c vw [Mon, 25 Nov 2019 11:02:08 +0000 (12:02 +0100)]
portaudio.c: adjusted to John's audio interface settings.
receiver.c:  re-installed PS feedback panadapter correction

5 years agoChanged open_input to use ASYNC mode
John Melton G0ORX [Sat, 23 Nov 2019 13:46:34 +0000 (13:46 +0000)]
Changed open_input to use ASYNC mode

5 years agoPush v2.0.7-beta tar files
John Melton G0ORX [Sat, 23 Nov 2019 11:08:42 +0000 (11:08 +0000)]
Push v2.0.7-beta tar files

5 years agoSet first and last sample displayed to -200
John Melton G0ORX [Sat, 23 Nov 2019 10:52:37 +0000 (10:52 +0000)]
Set first and last sample displayed to -200

5 years agoFixed ALSA audio problems
John Melton G0ORX [Sat, 23 Nov 2019 10:46:54 +0000 (10:46 +0000)]
Fixed ALSA audio problems

5 years agoMerge pull request #83 from dl1ycf/master
John Melton [Sat, 23 Nov 2019 10:34:40 +0000 (10:34 +0000)]
Merge pull request #83 from dl1ycf/master

sorry: file forgotten to commit

5 years agoDoubled the pixels of the Feedback RX because of John's changes
c vw [Fri, 22 Nov 2019 18:25:21 +0000 (19:25 +0100)]
Doubled the pixels of the Feedback RX because of John's changes

5 years agoMerge branch 'master' of https://github.com/g0orx/pihpsdr
c vw [Fri, 22 Nov 2019 08:26:44 +0000 (09:26 +0100)]
Merge branch 'master' of https://github.com/g0orx/pihpsdr

5 years agoaudio interface
c vw [Fri, 22 Nov 2019 08:26:17 +0000 (09:26 +0100)]
audio interface

5 years agoCreated v2.0.6-beta tar files
John Melton G0ORX [Thu, 21 Nov 2019 17:38:26 +0000 (17:38 +0000)]
Created v2.0.6-beta tar files

5 years agoUpdate version to v2.0.6-beta
John Melton G0ORX [Thu, 21 Nov 2019 17:28:32 +0000 (17:28 +0000)]
Update version to v2.0.6-beta

5 years agoPush of updated meter.c
John Melton G0ORX [Thu, 21 Nov 2019 17:27:04 +0000 (17:27 +0000)]
Push of updated meter.c

5 years agoMerge pull request #82 from dl1ycf/master
John Melton [Thu, 21 Nov 2019 17:24:19 +0000 (17:24 +0000)]
Merge pull request #82 from dl1ycf/master

MIDI updates and corrections

5 years agosmall changes triggered by merging John's updates.
c vw [Thu, 21 Nov 2019 17:02:13 +0000 (18:02 +0100)]
small changes triggered by merging John's updates.

5 years agoRemoved the "below S0 fix" because John did it already.
c vw [Thu, 21 Nov 2019 16:49:49 +0000 (17:49 +0100)]
Removed the "below S0 fix" because John did it already.

5 years agoMerge branch 'master' of https://github.com/g0orx/pihpsdr
c vw [Thu, 21 Nov 2019 16:32:30 +0000 (17:32 +0100)]
Merge branch 'master' of https://github.com/g0orx/pihpsdr

5 years agoBuilt tar file for v2.0.5-beta
John Melton G0ORX [Thu, 21 Nov 2019 16:26:18 +0000 (16:26 +0000)]
Built tar file for v2.0.5-beta

5 years agoChanged to v2.0.5-beta
John Melton G0ORX [Thu, 21 Nov 2019 16:14:27 +0000 (16:14 +0000)]
Changed to v2.0.5-beta

5 years agoFixed local audio problem
John Melton G0ORX [Thu, 21 Nov 2019 16:12:45 +0000 (16:12 +0000)]
Fixed local audio problem

5 years agoAdded "CW speed" in MIDI and updated MIDI documentation
DL1YCF [Thu, 21 Nov 2019 09:08:37 +0000 (10:08 +0100)]
Added "CW speed" in MIDI and updated MIDI documentation

5 years agoimproved "Message" for MIDI import
c vw [Tue, 19 Nov 2019 08:57:43 +0000 (09:57 +0100)]
improved "Message" for MIDI import

5 years agoAdded button/dialogs for "importing" a MIDI description file
c vw [Mon, 18 Nov 2019 17:18:32 +0000 (18:18 +0100)]
Added button/dialogs for "importing" a MIDI description file

5 years agosmall fix for VOXLEVEL cat command
c vw [Mon, 18 Nov 2019 15:46:25 +0000 (16:46 +0100)]
small fix for VOXLEVEL cat command

5 years agoAdded MIDI action "VOXLEVEL"
c vw [Mon, 18 Nov 2019 15:28:39 +0000 (16:28 +0100)]
Added MIDI action "VOXLEVEL"

5 years agoIf RX signal is less than -127 dBm, show S0.
c vw [Mon, 18 Nov 2019 15:27:52 +0000 (16:27 +0100)]
If RX signal is less than -127 dBm, show S0.