]>
git.rkrishnan.org Git - pihpsdr.git/log
Ramakrishnan Muthukrishnan [Fri, 14 Jan 2022 09:55:59 +0000 (15:25 +0530)]
last change was a mistake
Ramakrishnan Muthukrishnan [Fri, 14 Jan 2022 09:50:14 +0000 (15:20 +0530)]
more debugging
Ramakrishnan Muthukrishnan [Fri, 14 Jan 2022 09:43:45 +0000 (15:13 +0530)]
more debug
Ramakrishnan Muthukrishnan [Fri, 14 Jan 2022 09:37:58 +0000 (15:07 +0530)]
more debug prints and rounding experiments
Ramakrishnan Muthukrishnan [Fri, 14 Jan 2022 09:26:21 +0000 (14:56 +0530)]
debug prints
Ramakrishnan Muthukrishnan [Fri, 14 Jan 2022 09:17:10 +0000 (14:47 +0530)]
debug prints
Ramakrishnan Muthukrishnan [Fri, 14 Jan 2022 09:11:35 +0000 (14:41 +0530)]
remove an extra parenthesis
Ramakrishnan Muthukrishnan [Fri, 14 Jan 2022 09:10:51 +0000 (14:40 +0530)]
more rounding and float to integer experiments
Ramakrishnan Muthukrishnan [Fri, 14 Jan 2022 09:06:29 +0000 (14:36 +0530)]
more experiments with rounding
Ramakrishnan Muthukrishnan [Fri, 14 Jan 2022 08:22:01 +0000 (13:52 +0530)]
rx gain: experimenting with rounding
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 07:48:47 +0000 (13:18 +0530)]
audio gain: round the values
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 07:45:05 +0000 (13:15 +0530)]
remove debug prints
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 07:32:12 +0000 (13:02 +0530)]
no need to round the value being set
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 07:22:41 +0000 (12:52 +0530)]
more rounding experiments
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 07:18:07 +0000 (12:48 +0530)]
use the C round function
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 07:13:56 +0000 (12:43 +0530)]
rounding
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 07:07:22 +0000 (12:37 +0530)]
debug prints (setting mic gain and getting mic gain)
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 07:07:03 +0000 (12:37 +0530)]
small fixes in audio gain
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 06:57:18 +0000 (12:27 +0530)]
strtol instead of atoi
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 06:48:19 +0000 (12:18 +0530)]
missing bracket
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 06:46:53 +0000 (12:16 +0530)]
mic gain: wrong range mapping equations
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 06:33:37 +0000 (12:03 +0530)]
rewrite gain mapping equations
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 06:15:43 +0000 (11:45 +0530)]
missing single quotes
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 06:14:36 +0000 (11:44 +0530)]
send_reply() relies on strlen() to get the bytes to send, so terminate properly
Ramakrishnan Muthukrishnan [Wed, 12 Jan 2022 05:44:10 +0000 (11:14 +0530)]
rigctl: implement zzmg correctly
Ramakrishnan Muthukrishnan [Tue, 11 Jan 2022 16:27:02 +0000 (21:57 +0530)]
Revert "af gain: for now, directly change receiver[0]'s gain"
This reverts commit
9ed7e1480ea9d3b7398aff5b0591aa94becf2cbe.
Ramakrishnan Muthukrishnan [Tue, 11 Jan 2022 16:19:10 +0000 (21:49 +0530)]
af gain: for now, directly change receiver[0]'s gain
Ramakrishnan Muthukrishnan [Tue, 11 Jan 2022 16:05:52 +0000 (21:35 +0530)]
Revert "debug prints"
This reverts commit
fbe41ded0824300dd32603c756ba972a120fb2ab.
Ramakrishnan Muthukrishnan [Tue, 11 Jan 2022 14:52:25 +0000 (20:22 +0530)]
debug prints
Ramakrishnan Muthukrishnan [Tue, 11 Jan 2022 14:51:19 +0000 (20:21 +0530)]
null the end of string
Ramakrishnan Muthukrishnan [Tue, 11 Jan 2022 09:26:12 +0000 (14:56 +0530)]
implement ZZCS command (set or get CW keyer speed)
Ramakrishnan Muthukrishnan [Fri, 7 Jan 2022 16:23:22 +0000 (21:53 +0530)]
bug fixes in the new "start bandstack" command "#BS;"
Ramakrishnan Muthukrishnan [Fri, 7 Jan 2022 16:17:33 +0000 (21:47 +0530)]
Revert "rit increment is 10hz for CW, 100hz for SSB"
This reverts commit
84c9e205c43e38ae3c9b43e3386c0ece6d228c17.
Ramakrishnan Muthukrishnan [Fri, 7 Jan 2022 16:05:46 +0000 (21:35 +0530)]
new command #BS that brings up bandstack window
Ramakrishnan Muthukrishnan [Fri, 7 Jan 2022 16:00:54 +0000 (21:30 +0530)]
rit increment is 10hz for CW, 100hz for SSB
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 16:45:57 +0000 (22:15 +0530)]
before calling atoi(), null the ';' so it is a proper string
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 12:24:42 +0000 (17:54 +0530)]
bug fix: atoi() without properly terminating the string
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 12:10:11 +0000 (17:40 +0530)]
attempt to start pihpsdr faster with the first discovered device
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 10:52:05 +0000 (16:22 +0530)]
get rid of the ping message
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 10:51:22 +0000 (16:21 +0530)]
reintroduce launch_serial()
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 10:45:46 +0000 (16:15 +0530)]
let serial menu launch the serial port server
Ramakrishnan Muthukrishnan [Tue, 4 Jan 2022 10:19:08 +0000 (15:49 +0530)]
send a custom PING message once serial port is opened
Ramakrishnan Muthukrishnan [Mon, 3 Jan 2022 10:13:40 +0000 (15:43 +0530)]
show step digit in VFO as white instead of RED
Ramakrishnan Muthukrishnan [Mon, 3 Jan 2022 10:06:54 +0000 (15:36 +0530)]
this is not number of steps, it is number of buttons
Ramakrishnan Muthukrishnan [Mon, 3 Jan 2022 09:59:26 +0000 (15:29 +0530)]
remove hardcoding of number of steps
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 14:14:34 +0000 (19:44 +0530)]
vfo display: another bug fix
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 14:12:28 +0000 (19:42 +0530)]
bug fix
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 14:10:51 +0000 (19:40 +0530)]
VFO display: attempt to account for the dot
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 13:55:42 +0000 (19:25 +0530)]
No need to show the Step value anymore
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 13:55:05 +0000 (19:25 +0530)]
free the newly created string memory
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 13:47:36 +0000 (19:17 +0530)]
WIP: try to change the color of VFO digit corresponding to the step size
Ramakrishnan Muthukrishnan [Sun, 2 Jan 2022 11:09:08 +0000 (16:39 +0530)]
do not paint the hide/menu buttons black
Ramakrishnan Muthukrishnan [Sun, 19 Dec 2021 04:17:05 +0000 (09:47 +0530)]
reformat the switch-case for ZZNx
Ramakrishnan Muthukrishnan [Sun, 19 Dec 2021 03:02:37 +0000 (08:32 +0530)]
missing break statements in CAT control for RIT and NR/NB handling
(copied from VU2DLE's PR:
https://github.com/g0orx/pihpsdr/pull/147/files)
Ramakrishnan Muthukrishnan [Sat, 18 Dec 2021 11:50:40 +0000 (17:20 +0530)]
bug fix: do not iterate beyond STEPS
Ramakrishnan Muthukrishnan [Sat, 18 Dec 2021 11:49:11 +0000 (17:19 +0530)]
add a gitignore file
Ramakrishnan Muthukrishnan [Sat, 18 Dec 2021 11:48:33 +0000 (17:18 +0530)]
changes from Gopan to support the new controller
John Melton [Fri, 20 Aug 2021 09:36:16 +0000 (10:36 +0100)]
Update README.md
John Melton [Fri, 20 Aug 2021 09:36:06 +0000 (10:36 +0100)]
Update README.md
John Melton [Fri, 20 Aug 2021 09:34:37 +0000 (10:34 +0100)]
Update README.md
John Melton [Fri, 20 Aug 2021 09:33:30 +0000 (10:33 +0100)]
Merge pull request #145 from g0orx/gpiod
gpiod
John Melton G0ORX [Fri, 20 Aug 2021 09:24:05 +0000 (10:24 +0100)]
Added call to wisdom_get_status
John Melton G0ORX [Fri, 20 Aug 2021 07:58:17 +0000 (08:58 +0100)]
Fix selection on same action_dialod button loosing red background
John Melton - G0ORX [Wed, 11 Aug 2021 05:38:41 +0000 (06:38 +0100)]
fix LOCALCW problem with CWL and CWR being added twice to line monitoring
John Melton - G0ORX [Wed, 11 Aug 2021 05:37:28 +0000 (06:37 +0100)]
fix typo when PA is disabled
John Melton G0ORX [Mon, 9 Aug 2021 18:17:10 +0000 (19:17 +0100)]
fix XVTR no PA settings
John Melton G0ORX [Thu, 5 Aug 2021 16:09:24 +0000 (17:09 +0100)]
Updated actions. Handle CW MIDI input early (no actions).
John Melton - G0ORX [Tue, 13 Jul 2021 11:31:36 +0000 (12:31 +0100)]
Changes to actions selection for switches and encoders
John Melton G0ORX [Thu, 17 Jun 2021 16:22:44 +0000 (17:22 +0100)]
Updating Makefile
John Melton G0ORX [Thu, 17 Jun 2021 14:41:46 +0000 (15:41 +0100)]
Bulk changes to gpiod branch
John Melton G0ORX [Fri, 12 Mar 2021 16:14:01 +0000 (16:14 +0000)]
Consildate adc_attenuation into adc structure
John Melton G0ORX [Fri, 12 Mar 2021 15:10:49 +0000 (15:10 +0000)]
Fix merge problem
John Melton G0ORX [Fri, 12 Mar 2021 15:07:28 +0000 (15:07 +0000)]
Fix Controller2 switch configuration
John Melton G0ORX [Fri, 12 Mar 2021 13:37:48 +0000 (13:37 +0000)]
Cleanup save and restore actions
John Melton G0ORX [Fri, 12 Mar 2021 13:18:03 +0000 (13:18 +0000)]
Add VFOSTEP_PLUS and VFOSTEP_MINUS to switch functions
John Melton G0ORX [Fri, 12 Mar 2021 09:48:43 +0000 (09:48 +0000)]
Fix MIDI Config to select KEY
John Melton G0ORX [Fri, 5 Mar 2021 11:31:37 +0000 (11:31 +0000)]
Fixed SOAPYSDR reference
John Melton G0ORX [Fri, 5 Mar 2021 11:29:31 +0000 (11:29 +0000)]
Moved gain values out of SOAPYSDR
John Melton G0ORX [Fri, 5 Mar 2021 11:25:33 +0000 (11:25 +0000)]
Many Fixes
John Melton G0ORX [Fri, 5 Mar 2021 11:14:53 +0000 (11:14 +0000)]
Fix gpio bug. Fix SoapySDR devices Gain settings.
John Melton G0ORX [Sat, 27 Feb 2021 13:28:34 +0000 (13:28 +0000)]
Fix bug when property line > 80 bytes
John Melton G0ORX [Fri, 26 Feb 2021 08:10:22 +0000 (08:10 +0000)]
Added missing alsa_midi.h
John Melton G0ORX [Thu, 25 Feb 2021 16:32:34 +0000 (16:32 +0000)]
One Makefile. Added MIDI configuration menu.
John Melton G0ORX [Fri, 11 Dec 2020 16:34:15 +0000 (16:34 +0000)]
Fix includes for MIDI
John Melton G0ORX [Fri, 11 Dec 2020 16:33:23 +0000 (16:33 +0000)]
Fix TUNE action
John Melton G0ORX [Fri, 11 Dec 2020 14:05:39 +0000 (14:05 +0000)]
remover i2cEncoderLibV2
John Melton G0ORX [Fri, 11 Dec 2020 14:04:13 +0000 (14:04 +0000)]
Removed all i2c_controller references
John Melton G0ORX [Wed, 9 Dec 2020 18:53:01 +0000 (18:53 +0000)]
Changed audio to use pulse audio
John Melton G0ORX [Tue, 8 Dec 2020 16:48:56 +0000 (16:48 +0000)]
Fix i2c_controller switch interrupts
John Melton G0ORX [Tue, 8 Dec 2020 16:03:13 +0000 (16:03 +0000)]
Add i2c controller switch actions
John Melton G0ORX [Tue, 8 Dec 2020 15:36:21 +0000 (15:36 +0000)]
Cleanup radio.c and vfo.c
John Melton G0ORX [Tue, 8 Dec 2020 15:24:32 +0000 (15:24 +0000)]
fixup toolbar functions
Your Name [Tue, 8 Dec 2020 14:40:17 +0000 (14:40 +0000)]
More code cleanup
John Melton G0ORX [Tue, 8 Dec 2020 14:20:27 +0000 (14:20 +0000)]
Fixup switch selectiosn for NO Controller
Your Name [Tue, 8 Dec 2020 13:58:47 +0000 (13:58 +0000)]
clean up code in toolbar.c
Your Name [Tue, 8 Dec 2020 13:55:07 +0000 (13:55 +0000)]
clean up code in i2c_controller.c
Your Name [Tue, 8 Dec 2020 13:50:12 +0000 (13:50 +0000)]
changed i2c_controller to use actions
Your Name [Tue, 8 Dec 2020 12:35:39 +0000 (12:35 +0000)]
fixed gpio_init when using i2c_controller
Your Name [Tue, 8 Dec 2020 12:17:38 +0000 (12:17 +0000)]
Added css.c
Your Name [Tue, 8 Dec 2020 12:14:14 +0000 (12:14 +0000)]
Fix type in Makefile