]> git.rkrishnan.org Git - pihpsdr.git/log
pihpsdr.git
20 months agofix compiler warning on uninitialized variable
Ramakrishnan Muthukrishnan [Sat, 15 Jul 2023 14:42:27 +0000 (20:12 +0530)]
fix compiler warning on uninitialized variable

20 months agoremove unused functions
Ramakrishnan Muthukrishnan [Sat, 15 Jul 2023 14:40:09 +0000 (20:10 +0530)]
remove unused functions

20 months agoremove unused variables etc
Ramakrishnan Muthukrishnan [Sat, 15 Jul 2023 14:39:54 +0000 (20:09 +0530)]
remove unused variables etc

20 months agorigctld script
Ramakrishnan Muthukrishnan [Thu, 13 Jul 2023 17:02:55 +0000 (22:32 +0530)]
rigctld script

20 months agoignore rust directory
Ramakrishnan Muthukrishnan [Thu, 13 Jul 2023 16:36:54 +0000 (22:06 +0530)]
ignore rust directory

20 months agoRevert "attempt to fix CW low power issue"
Ramakrishnan Muthukrishnan [Thu, 13 Jul 2023 16:34:44 +0000 (22:04 +0530)]
Revert "attempt to fix CW low power issue"

This reverts commit 40dc0b5f497d133d32524f879a88d5461fda58af.

20 months agoRevert "CW level scaling: put them inside the sw_level_ctrl macro"
Ramakrishnan Muthukrishnan [Thu, 13 Jul 2023 16:34:20 +0000 (22:04 +0530)]
Revert "CW level scaling: put them inside the sw_level_ctrl macro"

This reverts commit 999d5a1d5eb22aef8727da02ea6e18148729da52.

2 years agoMakefile: turn on warning
Ramakrishnan Muthukrishnan [Fri, 24 Mar 2023 05:03:26 +0000 (10:33 +0530)]
Makefile: turn on warning

2 years agoMakefile: do not hardcode CC and LINK
Ramakrishnan Muthukrishnan [Fri, 24 Mar 2023 05:03:09 +0000 (10:33 +0530)]
Makefile: do not hardcode CC and LINK

2 years agomakefile: explicitly add fftw linking
Ramakrishnan Muthukrishnan [Wed, 8 Mar 2023 13:44:30 +0000 (19:14 +0530)]
makefile: explicitly add fftw linking

2 years agorigctl: ZZAR - take care of the sign of the agc threshold reply
Ramakrishnan Muthukrishnan [Sun, 22 Jan 2023 17:19:27 +0000 (22:49 +0530)]
rigctl: ZZAR - take care of the sign of the agc threshold reply

2 years agoCW level scaling: put them inside the sw_level_ctrl macro
Ramakrishnan Muthukrishnan [Sun, 22 Jan 2023 06:56:21 +0000 (12:26 +0530)]
CW level scaling: put them inside the sw_level_ctrl macro

2 years agoattempt to fix CW low power issue
Ramakrishnan Muthukrishnan [Sat, 21 Jan 2023 17:25:01 +0000 (22:55 +0530)]
attempt to fix CW low power issue

2 years agosoftware power control is off by default
Ramakrishnan Muthukrishnan [Wed, 18 Jan 2023 02:06:07 +0000 (07:36 +0530)]
software power control is off by default

2 years agoMIDI turned off and all related code guarded under a macro
Ramakrishnan Muthukrishnan [Tue, 17 Jan 2023 17:30:16 +0000 (23:00 +0530)]
MIDI turned off and all related code guarded under a macro

2 years agoRevert "attempt to add level control to transmitted CW samples"
Ramakrishnan Muthukrishnan [Sat, 14 Jan 2023 13:36:42 +0000 (19:06 +0530)]
Revert "attempt to add level control to transmitted CW samples"

This reverts commit 8837ae3c9eb59431cee1d8ef1fc808f631122796.

2 years agoRevert "another attempt at level control for CW signals"
Ramakrishnan Muthukrishnan [Sat, 14 Jan 2023 13:35:17 +0000 (19:05 +0530)]
Revert "another attempt at level control for CW signals"

This reverts commit e04846ec9cb5c832824d832c1bd214875d54f7ab.

2 years agosome notes on logging via rigctld
Ramakrishnan Muthukrishnan [Sat, 14 Jan 2023 02:28:45 +0000 (07:58 +0530)]
some notes on logging via rigctld

2 years agoanother attempt at level control for CW signals
Ramakrishnan Muthukrishnan [Fri, 13 Jan 2023 17:19:21 +0000 (22:49 +0530)]
another attempt at level control for CW signals

2 years agoattempt to add level control to transmitted CW samples
Ramakrishnan Muthukrishnan [Wed, 11 Jan 2023 14:57:46 +0000 (20:27 +0530)]
attempt to add level control to transmitted CW samples

2 years agomidi menu: bug fix for a crash because of an uninitialized pointer
Ramakrishnan Muthukrishnan [Sun, 8 Jan 2023 03:10:19 +0000 (08:40 +0530)]
midi menu: bug fix for a crash because of an uninitialized pointer

2 years agowhen nr is on, nr2,nr3 and nr4 should be off
Ramakrishnan Muthukrishnan [Wed, 4 Jan 2023 17:20:00 +0000 (22:50 +0530)]
when nr is on, nr2,nr3 and nr4 should be off

Similarly, when nr2 is on, nr, nr3 and nr4 should be off

2 years agobug: nr4 controls are in float, not int
Ramakrishnan Muthukrishnan [Mon, 2 Jan 2023 09:12:33 +0000 (14:42 +0530)]
bug: nr4 controls are in float, not int

2 years agosame/restore nr4 properties between reboots
Ramakrishnan Muthukrishnan [Mon, 2 Jan 2023 09:03:06 +0000 (14:33 +0530)]
same/restore nr4 properties between reboots

2 years agobutton for nr3 and nr4
Ramakrishnan Muthukrishnan [Sun, 1 Jan 2023 14:57:45 +0000 (20:27 +0530)]
button for nr3 and nr4

2 years agos/w level control is off by default
Ramakrishnan Muthukrishnan [Sun, 1 Jan 2023 05:16:56 +0000 (10:46 +0530)]
s/w level control is off by default

Turn on in the Makefile

2 years agosoftware level control as a Makefile option
Ramakrishnan Muthukrishnan [Sat, 31 Dec 2022 14:49:51 +0000 (20:19 +0530)]
software level control as a Makefile option

2 years agoNR4: libspecbleach based noise reduction
Ramakrishnan Muthukrishnan [Fri, 23 Dec 2022 11:27:17 +0000 (16:57 +0530)]
NR4: libspecbleach based noise reduction

2 years agoput back non-localhost based discovery
Ramakrishnan Muthukrishnan [Fri, 23 Dec 2022 10:03:48 +0000 (15:33 +0530)]
put back non-localhost based discovery

2 years agointroduce rnnoise based nr3
Ramakrishnan Muthukrishnan [Sun, 18 Dec 2022 05:29:59 +0000 (10:59 +0530)]
introduce rnnoise based nr3

2 years agomidi cw: paddle reverse control via midi to cw key
Ramakrishnan Muthukrishnan [Thu, 1 Dec 2022 14:13:10 +0000 (19:43 +0530)]
midi cw: paddle reverse control via midi to cw key

2 years agovfo display: step off by one, turn it to green
Ramakrishnan Muthukrishnan [Wed, 30 Nov 2022 17:20:53 +0000 (22:50 +0530)]
vfo display: step off by one, turn it to green

2 years agoinstead of SAT, show CTUN
Ramakrishnan Muthukrishnan [Wed, 30 Nov 2022 17:05:37 +0000 (22:35 +0530)]
instead of SAT, show CTUN

2 years agovfo A: small changes in the way vfo is shown
Ramakrishnan Muthukrishnan [Wed, 30 Nov 2022 17:04:39 +0000 (22:34 +0530)]
vfo A: small changes in the way vfo is shown

Now, it is always in XX.XXX.XXX however, the "step" digits are shown
in a different colour.

2 years agochange vfo display to always display XX.XXX.XXX vfo readout
Ramakrishnan Muthukrishnan [Wed, 30 Nov 2022 13:35:17 +0000 (19:05 +0530)]
change vfo display to always display XX.XXX.XXX vfo readout

i.e. 3 digits after the MHz always irrespective of step size

2 years agovfo fix a bug in rendering the dot vs step size
Ramakrishnan Muthukrishnan [Sun, 20 Nov 2022 13:31:41 +0000 (19:01 +0530)]
vfo fix a bug in rendering the dot vs step size

2 years agorevert the VFO step font size reduction
Ramakrishnan Muthukrishnan [Sun, 20 Nov 2022 13:10:56 +0000 (18:40 +0530)]
revert the VFO step font size reduction

2 years agowaterfall: experiment with low value
Ramakrishnan Muthukrishnan [Sun, 20 Nov 2022 12:07:01 +0000 (17:37 +0530)]
waterfall: experiment with low value

2 years agowaterfall: experimenting with low and high thresholds
Ramakrishnan Muthukrishnan [Sun, 20 Nov 2022 11:10:37 +0000 (16:40 +0530)]
waterfall: experimenting with low and high thresholds

2 years agowaterfall: set low and high defaults when automatic
Ramakrishnan Muthukrishnan [Sun, 20 Nov 2022 11:04:54 +0000 (16:34 +0530)]
waterfall: set low and high defaults when automatic

2 years agowaterfall: navy blue
Ramakrishnan Muthukrishnan [Sun, 20 Nov 2022 10:21:16 +0000 (15:51 +0530)]
waterfall: navy blue

2 years agoRevert "experiment to control level via software"
Ramakrishnan Muthukrishnan [Sun, 20 Nov 2022 09:40:53 +0000 (15:10 +0530)]
Revert "experiment to control level via software"

This reverts commit 39b3d79ed6acadace938b3c020b71e9a0340c549.

2 years agorun rigctld to listen on vtty
Ramakrishnan Muthukrishnan [Sat, 19 Nov 2022 16:03:38 +0000 (21:33 +0530)]
run rigctld to listen on vtty

2 years agoscript to run socat to redirect tcp 19090 port to a serial tty
Ramakrishnan Muthukrishnan [Sat, 19 Nov 2022 11:19:02 +0000 (16:49 +0530)]
script to run socat to redirect tcp 19090 port to a serial tty

2 years agodisplay: change automatic waterfall (low signal) display to be blue
Ramakrishnan Muthukrishnan [Sat, 19 Nov 2022 10:44:22 +0000 (16:14 +0530)]
display: change automatic waterfall (low signal) display to be blue

2 years agoenable MIDI only if devices are enumerated and user makes a selection
Ramakrishnan Muthukrishnan [Sun, 13 Nov 2022 08:14:21 +0000 (13:44 +0530)]
enable MIDI only if devices are enumerated and user makes a selection

This translates to `midi_device_name' to be non-null

2 years agoCW: add new menu entry for enabling and syncing CW MIDI keyer
Ramakrishnan Muthukrishnan [Wed, 9 Nov 2022 07:07:12 +0000 (12:37 +0530)]
CW: add new menu entry for enabling and syncing CW MIDI keyer

Automatically syncs the CW WPM speed

2 years agoMakefile: enable midi
Ramakrishnan Muthukrishnan [Wed, 9 Nov 2022 07:04:33 +0000 (12:34 +0530)]
Makefile: enable midi

2 years agoMakefile: use the right comment char
Ramakrishnan Muthukrishnan [Mon, 7 Nov 2022 17:15:32 +0000 (22:45 +0530)]
Makefile: use the right comment char

2 years agoMakefile: gcc flags for arm optimizations for pi4
Ramakrishnan Muthukrishnan [Mon, 7 Nov 2022 12:54:13 +0000 (18:24 +0530)]
Makefile: gcc flags for arm optimizations for pi4

2 years agoMakefile: optimize for speed
Ramakrishnan Muthukrishnan [Mon, 7 Nov 2022 12:00:50 +0000 (17:30 +0530)]
Makefile: optimize for speed

2 years agoexperiment to control level via software
Ramakrishnan Muthukrishnan [Mon, 7 Nov 2022 11:54:46 +0000 (17:24 +0530)]
experiment to control level via software

2 years agoset the value from tx->drive_level whether rx or tx
Ramakrishnan Muthukrishnan [Mon, 7 Nov 2022 04:28:52 +0000 (09:58 +0530)]
set the value from tx->drive_level whether rx or tx

2 years agocomment out debug prints
Ramakrishnan Muthukrishnan [Mon, 7 Nov 2022 04:11:59 +0000 (09:41 +0530)]
comment out debug prints

2 years agoRevert "WIP: testing level with a value fixed to 0x128"
Ramakrishnan Muthukrishnan [Sun, 6 Nov 2022 14:08:51 +0000 (19:38 +0530)]
Revert "WIP: testing level with a value fixed to 0x128"

This reverts commit dbfa80ea18e74b1a5378141412e740fe9d5fd4d5.

2 years agoWIP: testing level with a value fixed to 0x128
Ramakrishnan Muthukrishnan [Sun, 6 Nov 2022 13:49:33 +0000 (19:19 +0530)]
WIP: testing level with a value fixed to 0x128

2 years agoWIP: test with a new tx level scheme
Ramakrishnan Muthukrishnan [Sun, 6 Nov 2022 13:19:12 +0000 (18:49 +0530)]
WIP: test with a new tx level scheme

2 years agocomment on how level value is constructed
Ramakrishnan Muthukrishnan [Sat, 5 Nov 2022 09:53:59 +0000 (15:23 +0530)]
comment on how level value is constructed

2 years agoremove soapy SDR support
Ramakrishnan Muthukrishnan [Fri, 28 Oct 2022 10:30:37 +0000 (16:00 +0530)]
remove soapy SDR support

2 years agoremote STEMLAB discovery platform
Ramakrishnan Muthukrishnan [Fri, 28 Oct 2022 10:00:45 +0000 (15:30 +0530)]
remote STEMLAB discovery platform

2 years agospeed up discovery for radioberry
Ramakrishnan Muthukrishnan [Fri, 28 Oct 2022 09:09:41 +0000 (14:39 +0530)]
speed up discovery for radioberry

Do not look at TCP Port, only look at localhost

2 years agoformatting
Ramakrishnan Muthukrishnan [Fri, 28 Oct 2022 09:09:30 +0000 (14:39 +0530)]
formatting

2 years agoREADME: add a note on RTFM
Ramakrishnan Muthukrishnan [Fri, 26 Aug 2022 14:49:30 +0000 (20:19 +0530)]
README: add a note on RTFM

2 years agoVFO: show freq readout till step in white and rest in grey
Ramakrishnan Muthukrishnan [Mon, 22 Aug 2022 17:11:11 +0000 (22:41 +0530)]
VFO: show freq readout till step in white and rest in grey

2 years agomake NB settings per receiver than global for all receivers
Ramakrishnan Muthukrishnan [Mon, 22 Aug 2022 05:02:39 +0000 (10:32 +0530)]
make NB settings per receiver than global for all receivers

2 years agovfo: add a dot before the step digit and the rest is rendered
Ramakrishnan Muthukrishnan [Mon, 22 Aug 2022 04:03:12 +0000 (09:33 +0530)]
vfo: add a dot before the step digit and the rest is rendered

2 years agoVFO: use same colour for "step" digit and the following ones
Ramakrishnan Muthukrishnan [Sun, 21 Aug 2022 17:30:41 +0000 (23:00 +0530)]
VFO: use same colour for "step" digit and the following ones

2 years agoVFO: render the step digit and the rest of digits with smaller size
Ramakrishnan Muthukrishnan [Sun, 21 Aug 2022 16:50:25 +0000 (22:20 +0530)]
VFO: render the step digit and the rest of digits with smaller size

2 years agonb: change default time (ms) to 0.01
Ramakrishnan Muthukrishnan [Sun, 21 Aug 2022 11:04:13 +0000 (16:34 +0530)]
nb: change default time (ms) to 0.01

2 years agomove the nb time conversion multipliers elsewhere
Ramakrishnan Muthukrishnan [Sun, 21 Aug 2022 10:56:27 +0000 (16:26 +0530)]
move the nb time conversion multipliers elsewhere

2 years agonb2 mode enable via menu
Ramakrishnan Muthukrishnan [Sun, 21 Aug 2022 10:27:11 +0000 (15:57 +0530)]
nb2 mode enable via menu

2 years agobefore setting NB to "run", update NB values
Ramakrishnan Muthukrishnan [Sun, 21 Aug 2022 10:03:02 +0000 (15:33 +0530)]
before setting NB to "run", update NB values

2 years agosave/restore nb menu values
Ramakrishnan Muthukrishnan [Sun, 21 Aug 2022 09:58:43 +0000 (15:28 +0530)]
save/restore nb menu values

2 years agochange defaults to use ms
Ramakrishnan Muthukrishnan [Wed, 17 Aug 2022 06:15:40 +0000 (11:45 +0530)]
change defaults to use ms

2 years agothreshold value needs to be multiplied with 0.165 according to psdr code
Ramakrishnan Muthukrishnan [Wed, 17 Aug 2022 06:08:50 +0000 (11:38 +0530)]
threshold value needs to be multiplied with 0.165 according to psdr code

2 years agoMerge pull request #3 from vu3rdd/add-nb-config-menu
Ramakrishnan Muthukrishnan [Tue, 16 Aug 2022 17:57:01 +0000 (23:27 +0530)]
Merge pull request #3 from vu3rdd/add-nb-config-menu

Add nb config menu

2 years agoremove debug print add-nb-config-menu
Ramakrishnan Muthukrishnan [Tue, 16 Aug 2022 17:56:14 +0000 (23:26 +0530)]
remove debug print

2 years agoremove unused header files
Ramakrishnan Muthukrishnan [Tue, 16 Aug 2022 17:55:47 +0000 (23:25 +0530)]
remove unused header files

2 years agonew NB settings/config menu
Ramakrishnan Muthukrishnan [Tue, 16 Aug 2022 17:50:11 +0000 (23:20 +0530)]
new NB settings/config menu

2 years agoNB: only change threshold value
Ramakrishnan Muthukrishnan [Tue, 16 Aug 2022 05:48:14 +0000 (11:18 +0530)]
NB: only change threshold value

2 years agoRevert "change NB/NB2(NOB) default settings"
Ramakrishnan Muthukrishnan [Tue, 16 Aug 2022 05:46:30 +0000 (11:16 +0530)]
Revert "change NB/NB2(NOB) default settings"

This reverts commit 4062221460f726e3eab6ab2db2b7c7a347828021.

2 years agochange NB/NB2(NOB) default settings
Ramakrishnan Muthukrishnan [Mon, 15 Aug 2022 11:17:38 +0000 (16:47 +0530)]
change NB/NB2(NOB) default settings

2 years agosmall cosmetic changes
Ramakrishnan Muthukrishnan [Mon, 15 Aug 2022 07:57:04 +0000 (13:27 +0530)]
small cosmetic changes

2 years agorit: zzru/zzrd now uses rit_increment than fixed increments
Ramakrishnan Muthukrishnan [Mon, 15 Aug 2022 07:07:38 +0000 (12:37 +0530)]
rit: zzru/zzrd now uses rit_increment than fixed increments

2 years agodrive level is sent in the upper 4 bits
Ramakrishnan Muthukrishnan [Sat, 13 Aug 2022 16:21:00 +0000 (21:51 +0530)]
drive level is sent in the upper 4 bits

Fix from DL1YCF pihpsdr fork.

2 years agorigctl: RIT - remove hard coding of rit increment
Ramakrishnan Muthukrishnan [Thu, 4 Aug 2022 07:52:45 +0000 (13:22 +0530)]
rigctl: RIT - remove hard coding of rit increment

2 years agofor hl2/radioberry, set gain instead of attenuation
Ramakrishnan Muthukrishnan [Fri, 24 Jun 2022 17:08:20 +0000 (22:38 +0530)]
for hl2/radioberry, set gain instead of attenuation

2 years agotoggle for SAT/RSAT buttons
Ramakrishnan Muthukrishnan [Fri, 24 Jun 2022 13:24:24 +0000 (18:54 +0530)]
toggle for SAT/RSAT buttons

2 years agoslider should set gain, not attenuation
Ramakrishnan Muthukrishnan [Wed, 8 Jun 2022 04:49:48 +0000 (10:19 +0530)]
slider should set gain, not attenuation

2 years agotypo, should have been adc[1]
Ramakrishnan Muthukrishnan [Wed, 8 Jun 2022 04:48:29 +0000 (10:18 +0530)]
typo, should have been adc[1]

2 years agodefault rx gain
Ramakrishnan Muthukrishnan [Wed, 8 Jun 2022 04:48:22 +0000 (10:18 +0530)]
default rx gain

2 years agotransmit or receive, do not alter the Rx gain
Ramakrishnan Muthukrishnan [Wed, 8 Jun 2022 04:48:04 +0000 (10:18 +0530)]
transmit or receive, do not alter the Rx gain

2 years agotypo
Ramakrishnan Muthukrishnan [Tue, 7 Jun 2022 18:20:59 +0000 (23:50 +0530)]
typo

2 years agoHL2/Radioberry gain slider settings
Ramakrishnan Muthukrishnan [Tue, 7 Jun 2022 18:05:43 +0000 (23:35 +0530)]
HL2/Radioberry gain slider settings

2 years agofix for rf gain change
Ramakrishnan Muthukrishnan [Tue, 7 Jun 2022 17:15:50 +0000 (22:45 +0530)]
fix for rf gain change

2 years agoCreate FUNDING.yml
Ramakrishnan Muthukrishnan [Tue, 24 May 2022 09:08:11 +0000 (14:38 +0530)]
Create FUNDING.yml

2 years agoMakefile: show the commit hash if no tags are found
Ramakrishnan Muthukrishnan [Mon, 18 Apr 2022 14:33:06 +0000 (20:03 +0530)]
Makefile: show the commit hash if no tags are found

3 years agore-enable Makefile
Ramakrishnan Muthukrishnan [Tue, 1 Mar 2022 02:34:29 +0000 (08:04 +0530)]
re-enable Makefile

3 years agodebug: sequence error, temporarily disable gpio
Ramakrishnan Muthukrishnan [Mon, 28 Feb 2022 11:42:01 +0000 (17:12 +0530)]
debug: sequence error, temporarily disable gpio

3 years agorigctl: act on PTT via CAT only if VOX is disabled
Ramakrishnan Muthukrishnan [Fri, 25 Feb 2022 13:01:12 +0000 (18:31 +0530)]
rigctl: act on PTT via CAT only if VOX is disabled

If vox is ON and PTT is sent via CAT, the PTT cat command would be
ignored.