Commit Graph

10 Commits

Author SHA1 Message Date
Rob French
e9d021835a About to make a bunch of changes (really not all keyer related), so
committing for safety...
2020-05-14 20:49:54 -05:00
Rob French
a039740466 Been experimenting with ways to clean up audio when USB is connected.
Believe it is likely a ground loop issue however.
2020-05-10 13:24:34 -05:00
Rob French
57c97d9f98 Working with Raduino! High pitched whine in RX audio. Goes away when
USB unplugged.  Not immediate, so not a ground loop... seems to be
associated with one of my mixers...
2020-05-08 00:19:07 -05:00
Rob French
4c2f6453f1 Moved the sketch into a subdir. Main folder should contain e.g.
schematics for the IOP setup.
2020-05-03 23:38:41 -05:00
Rob French
f35653987f Updated to allow receiving (via serial) a mode command from the Raduino,
and then using that to set rigMode.  Note that it doesn't actually do
anything beyond that, at the moment, but I *think* this will allow PTT
events to be pressed in CW mode (as CW key down).
2020-05-03 23:29:31 -05:00
Rob French
211d9ff9b4 (Temporarily?) resolved issue with no transmit output. It looks like
switching dacVolumes around from transmit to receive wasn't working as
expected.  Transmit audio through the DAC stayed muted.  If I need to
use that for smooth audio transitions, I'll need to do some more
research.
2020-05-03 01:27:54 -05:00
Rob French
36c2e72846 Forgot to include config.h. 2020-05-03 01:00:20 -05:00
Rob French
faa73e1330 Updating before switching back to previous commit, to see if it works.
This isn't transmiting.
2020-05-03 00:37:21 -05:00
Rob French
f819e211da Significant reorganization of the code. Got rid of the audio classes,
just moved all the audio stuff into its own files.  Created a structure
for storing configuration data in... the intent is that it will be
stored to EEPROM (using EEPROMAnything).  It does compile now, but
haven't actually tried it out.  Notable learning points:  need to set
micGain AFTER selecting the mic input.  So lot of code now to take care
of trying to smoothly mute and unmute things.
2020-05-02 00:54:58 -05:00
Rob French
08ec203dde Initial commit 2020-05-01 11:04:26 -05:00