Commit Graph

  • bd97aa0545 Added README.md master Rob French 2020-10-27 14:25:13 -0500
  • 110918079b Late add. Note that I have not used the uBITX IOP in a while due to a hardware malfunction. Rob French 2020-10-27 14:03:36 -0500
  • 926b8d3600 It was compiled, and seemed like it might work. But then I managed to kill my Teensy 3.2. I unplugged the Teensy-to-Raduino comm lines in order to program the Raduino. When I plugged them back in, I didn't realize that I was off by one pin. So I believe something that should've only gotten 3.3V, got more. No light on the Teensy. Rob French 2020-06-14 22:51:59 -0500
  • 6581a5f2a4 Insanely, this also compiles. Rob French 2020-06-14 00:11:18 -0500
  • 2da162f7c2 Somehow this compiled... Rob French 2020-06-13 09:59:11 -0500
  • 28cbb0363f Semi-functional audio config menu. Correctly links to the audio config variables. No update functions currently. No indication that you're in the "edit" mode for a given variable. Rob French 2020-06-12 14:51:48 -0500
  • 0a8e91c4a7 Revamped the fledgling menu system using the Embedded Template Library. It works! Rob French 2020-06-11 23:50:50 -0500
  • 2ea9c96e47 Created ListMenu class, which uses std::initializer_list to (hopefully) facilitate creating a large menu. Compiles, but hasn't been tested. Rob French 2020-06-10 23:58:15 -0500
  • 66d1924685 Added speech compressor. Works. Rob French 2020-06-10 23:23:15 -0500
  • 2e115e363b Fixes associated with the Raduino display issues. Rob French 2020-06-07 15:27:27 -0500
  • bebd5ad78e Fixed the TopMenu class to only allow sending the next/prev presses if the menu is visible. Rob French 2020-06-07 08:55:21 -0500
  • c27e2eddd6 More robust menu system, slightly. But still doesn't get correctly displayed on the Raduino. See most recently Raduino (ubitx-v5d) commit. Rob French 2020-06-06 22:28:11 -0500
  • e27c15d56a Multiple updates. Rob French 2020-06-06 00:06:45 -0500
  • c5a7592346 Added equalizer to smooth out RX audio passband. Rob French 2020-06-05 12:11:38 -0500
  • 519a208508 Fixes to get it running, working for the most part (currently using DGU mode on 40 meter FT8, so it can't be all bad). Filters added, although not currently selectable (til I get the rotary encoder added). Rob French 2020-05-27 22:45:37 -0500
  • 5e16a49859 Some DEBUG updates. Compiles, runs; not comprehensively tested. Rob French 2020-05-26 10:49:15 -0500
  • 322909c6f2 Added missing files to commit. Rob French 2020-05-25 23:11:36 -0500
  • 564c35f397 Modifications, mainly based on a code walkthrough as well as adding some debugging output. Compiles, but untested. Rob French 2020-05-25 23:08:55 -0500
  • 9b7095a6e3 Added some filters and speech compressor. Compiles, but not tested. About to try some extreme re-architecting, so... Rob French 2020-05-21 08:16:35 -0500
  • 7aa2cbc1c4 Added some basic FIR filter code (2.8 khz SSB filter). Rob French 2020-05-19 21:39:35 -0500
  • 9c1a490963 Fixed comms between the Raduino and the IOP. Implemented the wrapper that allows messages to go back from the IOP to Raduino. I don't know if actual CAT from the PC works currently, however. Rob French 2020-05-18 08:16:54 -0500
  • ccae79925b Updated to include iopcomm.h/iopcomm.cpp, common to both the IOP and the Raduino. It was intended to be more extensive, but I had to roll some of it back. Mostly just sharing of enums/types currently. working-001 Rob French 2020-05-16 23:48:39 -0500
  • e9d021835a About to make a bunch of changes (really not all keyer related), so committing for safety... Rob French 2020-05-14 20:49:54 -0500
  • a039740466 Been experimenting with ways to clean up audio when USB is connected. Believe it is likely a ground loop issue however. Rob French 2020-05-10 13:24:34 -0500
  • 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... Rob French 2020-05-08 00:19:07 -0500
  • 4c2f6453f1 Moved the sketch into a subdir. Main folder should contain e.g. schematics for the IOP setup. Rob French 2020-05-03 23:38:41 -0500
  • 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). Rob French 2020-05-03 23:29:31 -0500
  • 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. Rob French 2020-05-03 01:27:54 -0500
  • 36c2e72846 Forgot to include config.h. Rob French 2020-05-03 01:00:20 -0500
  • faa73e1330 Updating before switching back to previous commit, to see if it works. This isn't transmiting. Rob French 2020-05-03 00:37:21 -0500
  • 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. Rob French 2020-05-02 00:54:58 -0500
  • 08ec203dde Initial commit Rob French 2020-05-01 11:04:26 -0500