Commit Graph

  • e6009989db Reorganizing DSP and TR. Thoroughly broken ATM, just committing for backup. new-main-dev Rob French 2021-03-30 12:31:44 -0500
  • 1f3585d8e4 Various changes. Compiles. Hasn't been tested. Rob French 2021-03-19 15:30:30 -0500
  • c8aecdfb0d Further updates to DSP, and significant changes to TS590. Implementing templated CAT commands using the delegate template from the ETL. Compiles, but not tested. Rob French 2021-03-16 23:11:17 -0500
  • f724142fca Updated DSP. Compiles, no warnings/errors. Going to do some work on CAT. Rob French 2021-03-16 18:37:14 -0500
  • 869e47d430 Significant updates to DSP. Compiles. Likely doesn't work at the moment. Next step should be to get it running again on the rig, NOT to try any more fancy updates to CAT etc. Rob French 2021-03-14 23:18:24 -0500
  • 20b475dace Updates to the DSP. One issue that needs to be resolved: in order to use the VOX the way it is currently setup, muting of the overall TX chain needs to be at the END, not the beginning; whatever is setup as the default TX audio source, needs to be unmuted even during RX. Rob French 2021-03-04 23:12:41 -0600
  • 962a3ce80f Revert "Updated with some of the changes I made on travel. Will probably break everything..." Rob French 2021-03-04 07:16:14 -0600
  • 86ae1ddb2f Updated with some of the changes I made on travel. Will probably break everything... Rob French 2021-03-03 10:44:25 -0600
  • 5e280b33dd Incorporated some code changes that I made while on travel. Most of the significant items are in 'temp.h', which incorporates a bunch of proposed changes. However, I don't believe I'm going this direction, at this point. But, I did want to incorporate the code into a database. mode-based-rig Rob French 2021-03-03 10:12:58 -0600
  • cc94f89cfe INTERIM COMMIT. For partly working functionality, reference the previous commit. Rob French 2021-02-21 00:16:01 -0600
  • 119902b1e0 Significant updates. Compiles and works, though not test significantly nor assumed to be particularly robust. I2C comms between Raduino and TeensyDSP. Some amount of functioning CAT. Haven't tried with any applications e.g. WSJT-X. Rob French 2021-02-19 01:39:25 -0600
  • 1bca18c3e1 Updates to RigState. Rob French 2021-02-17 11:05:09 -0600
  • f3887e7950 commit before I totally change the RigState architecture Rob French 2021-02-15 22:38:05 -0600
  • 2cbc9abae8 Updated files list. Rob French 2021-02-15 08:06:31 -0600
  • 8a416608a1 Long way from being compilable on either the Raduino or the TeensyDSP. Lot of changes in progress. Rob French 2021-02-14 23:04:29 -0600
  • e5de516633 Significant revamp of RigState to only send changes. Not done yet. Rob French 2021-02-14 00:35:38 -0600
  • 5b395cd922 Added multiple new audio (DSP) functions. Minor updates to the rig. Added additional CAT command (filter hi- and lo-cut frequencies, SH/SL). Rob French 2021-02-12 22:19:14 -0600
  • 47840e09dd Forgot to add the Keyer on the previous commit. integration Rob French 2021-02-11 23:56:08 -0600
  • d2213e34ff Raduino: Disabled CAT in the Raduino main loop. Fixed some split freq setting via I2C. TeensyDSP: Added a Keyer. Works ok, but I have to disable ADC during transmit (or all of CW?) in order to keep the timing good... need to use interrupts and/or continuous ADC at some point. Added the MD CAT command, and fixed other CAT commands. Split seems to work, but don't do split when using the keyer! Halted the Raduino. Rob French 2021-02-11 23:55:41 -0600
  • 814fe6c733 Did add some code for updating the RigState architecture. Not ready to swap it out yet, however. Rob French 2021-02-11 22:00:24 -0600
  • c3cc9a7cf7 Got basic 3-way comm (CAT-Teensy-Raduino) working. CAT commands are received via Serial by the Teensy. Data is passed on to the Raduino via I2C. Had to add an intermediate step in the protocol in order for the Raduino to request a byte as a flag for whether or not any changed data was coming, and then if so, request the changed data. There are certainly some optimizations that could be made on this number. Currently, the Raduino code is very clunky. In addition, the Rig and RigState classes have deteriorated somewhat. Rob French 2021-02-10 00:10:24 -0600
  • aeeec69daf Raduino changes are getting to TeensyDSP over I2C. TeensyDSP successfully receiving some CAT. Rob French 2021-02-09 22:58:07 -0600
  • 702f370d1b Heavily modified the TS590 class. Rob French 2021-02-07 17:12:08 -0600
  • b9be616361 More scary updates. Implemented some basic CAT control via USB serial, for the TeensyDSP. More fully fleshed out a RigState and Rig types. Compiles. Still MAY need to update the Raduino to match the TeensyDSP (it may actually be okay, because right now only the RIGINF command is being sent. Rob French 2021-02-06 23:45:19 -0600
  • 4186fdcdd4 Scary commit. I've taken baby steps toward passing rig status between the Raduino and the TeensyDSP using I2C. Compiles, but has not been tested. Need to create a branch. Rob French 2021-02-05 22:59:31 -0600
  • e62e3ef548 Since integration seems to be proceeding well, started documenting some of the circuits via schematic (KiCad). Rob French 2021-02-02 16:29:09 -0600
  • deb0aca5fe removed some leftover instrumentation Rob French 2021-02-02 08:57:37 -0600
  • 04d5f3ba12 Sensors are now functioning more-or-less correctly. Calibration isn't quite right, but the basics are correct. Rob French 2021-02-02 08:54:27 -0600
  • ba744f5b7a Miscellaneous fixes on the integration branch. Next up on hardware: swap the FWD and REV PWR lines (or switch them in software, duh...). Then in software--verify that S-Meter, FWD/REV PWR, and VSWR signals are working correctly. Rob French 2021-01-31 22:46:43 -0600
  • 4e818b6a89 Merge branch 'meter-to-teensy' into integration Rob French 2021-01-30 07:56:48 -0600
  • b2cb1a26ba Merge branch 'combined-cw-ptt' into integration Rob French 2021-01-30 07:56:29 -0600
  • da58606409 Added some more debug code. Compiles. meter-to-teensy Rob French 2021-01-30 07:49:19 -0600
  • 091f414409 Update to include basic audio functionality. Compiles. Need to add more debug checking. Rob French 2021-01-30 00:02:57 -0600
  • 6b365beac0 Added Schematics folder and picture of the I/O board (specifically the ADC buffer). master Rob French 2021-01-27 22:03:08 -0600
  • 87b6e3fbde compiles successfully Rob French 2021-01-26 22:49:07 -0600
  • 48cb6cf304 Additional missing files. Rob French 2021-01-26 22:22:23 -0600
  • c59d53fb9e Lots of updates prior to first compile. Rob French 2021-01-26 22:22:02 -0600
  • 16b350cb0f More reorg changes in the DSP code. Working towards creating a separate ADC 'process' that will continually update the applicable variables, and then they'll be reported upon request via I2C or Serial as applicable. Rob French 2021-01-21 22:00:35 -0600
  • bb31ccfbe4 Additional modifications to retarget the code for Teensy with the Audio Adapter. Rob French 2021-01-21 11:37:27 -0600
  • c1c4dd3f19 Some code realignment, including changing from millis to elapsedMillis. Rob French 2021-01-21 09:44:06 -0600
  • 88143f57a2 Updated Raduino code with some old code from the ubitx-v5d repository, in order to suppress the key line (prevent inadvertant transmitting when I first start working this). combined-cw-ptt Rob French 2021-01-20 23:54:28 -0600
  • d97f282f7b Merge branch 'master' of ssh://git.sdf.org:2222/kc4upr/ubitx-v5x origin/master Rob French 2021-01-20 23:30:13 -0600
  • c93e191dfd More reorg. Rob French 2021-01-20 23:26:38 -0600
  • b50ad3275a Initial commit Rob French 2021-01-21 05:08:16 +0000
  • 04b70450ae Reorganized. Rob French 2021-01-20 20:50:27 -0600
  • 3364cb78d5 Merge remote-tracking branch 'teensydsp/master' Rob French 2021-01-20 20:43:32 -0600
  • cfa6f8699d Move raduino files into subdir Rob French 2021-01-20 20:42:20 -0600
  • 48344923cc Merge remote-tracking branch 'raduino/master' Rob French 2021-01-20 20:36:04 -0600
  • dec1d1edec Initial commit before I start merging in other projects. Rob French 2021-01-20 20:31:27 -0600
  • e77a3715a8
    Update README.md teensydsp/master phdlee 2020-09-08 17:46:57 +0900
  • 1a60adaf2f
    Merge pull request #2 from phdlee/version0.8 V0.80 phdlee 2019-04-11 22:38:52 +0900
  • 02c0066df4 added SWR, PWR sensor teensydsp/version0.8 phdlee 2019-04-11 22:37:24 +0900
  • 262ef3947a
    Merge pull request #46 from phdlee/version1.20 raduino/master phdlee 2019-04-06 16:38:44 +0900
  • a4d9f6e6c5 changed version number for nextion lcd protocol raduino/version1.20 phdlee 2019-04-06 16:35:46 +0900
  • 395dd42459
    Update README.md v1.20 phdlee 2019-04-02 23:20:04 +0900
  • f25bf57556
    Update README.md phdlee 2019-04-02 23:18:54 +0900
  • 171f889f4a
    Merge pull request #45 from phdlee/version1.20 phdlee 2019-04-02 23:16:03 +0900
  • 05de66a038 uBITX V5 suppoort and SDR Frequency Change phdlee 2019-04-02 23:09:18 +0900
  • 2c075d5236 for uBITX v5 phdlee 2019-02-15 19:32:07 +0900
  • 37fcc5975a
    Merge pull request #44 from phdlee/version1.11 v1.11 phdlee 2018-09-22 19:14:22 +0900
  • 450f57ae0f Added Custom LPF Control raduino/version1.11 phdlee 2018-09-22 18:56:23 +0900
  • c34e798313
    Update README.md phdlee 2018-09-11 18:09:22 +0900
  • df2c493700
    Merge pull request #43 from phdlee/version1.1 1.1 phdlee 2018-09-07 23:39:25 +0900
  • 9ff8365c3f Add Custom LPF Filter and Changed Version Number raduino/version1.1 phdlee 2018-09-07 23:37:23 +0900
  • 948267bb39
    Merge pull request #40 from phdlee/version1.098 phdlee 2018-08-10 16:08:13 +0900
  • e79dbdbbe7 for Release Version 1.097 raduino/version1.098 phdlee 2018-08-06 13:59:55 +0900
  • 265188dc86
    Merge pull request #1 from phdlee/version0.7 phdlee 2018-08-06 12:11:41 +0900
  • aee410fd19 added delay time at startup teensydsp/version0.7 phdlee 2018-08-06 11:58:41 +0900
  • 16e173b109 add Init version files phdlee 2018-08-04 11:23:20 +0900
  • d5db04ff0e Init and add comment for licnese phdlee 2018-08-04 11:04:51 +0900
  • 0586bb75a7
    Initial commit phdlee 2018-08-04 10:55:39 +0900
  • 7c1ee29500 Before Release V1.096 phdlee 2018-07-28 18:53:28 +0900
  • 4ee3631db0 Change menu type (selectable functions) phdlee 2018-07-17 21:10:45 +0900
  • c27bbf1b6b Apply DSP meter to all lcd types phdlee 2018-07-17 20:41:17 +0900
  • b984f62dfd Add I2C Scan, Change DSP Meter I2C phdlee 2018-07-17 20:13:06 +0900
  • 41548163cf Support I2C S-Meter phdlee 2018-07-17 11:21:24 +0900
  • 1ce889eef0 Release v1.095 Beta phdlee 2018-07-05 19:18:22 +0900
  • dd43ba4c33 Modified about Loopback protocol phdlee 2018-06-28 23:29:06 +0900
  • fe44c703c5 define eeprom map for external device and send eeprom data to nextion lcd phdlee 2018-06-19 11:17:58 +0900
  • 22bb9ee112 Release 1.093Beta phdlee 2018-06-17 01:19:37 +0900
  • c73fffb25b Modified Spectrum Protocol phdlee 2018-06-16 23:03:47 +0900
  • 82177199c4 Increase Buffer for SW Serial and Modified Protocol for EEProm phdlee 2018-06-16 21:45:55 +0900
  • 0e13dd0267 modified Checksum logic for Nextion LCD phdlee 2018-06-15 21:43:56 +0900
  • c602fdde7c Add EEProm Read by Nextion LCD Reversed order phdlee 2018-06-15 20:48:51 +0900
  • edadce7d89 add protocol about eeprom phdlee 2018-06-15 10:34:52 +0900
  • 9da71429cb added protocol phdlee 2018-06-13 23:15:58 +0900
  • 3050374504 Second Deploy for Nextion LCD phdlee 2018-06-12 00:30:50 +0900
  • 152b63a9ed Added SW Trigger, Spectrum Protocol, Get ADC Protocol phdlee 2018-06-11 22:06:42 +0900
  • 72ccd3b0e4 modified protocol for nextion lcd phdlee 2018-06-09 18:26:11 +0900
  • e81413fa02 Support Nextion LCD phdlee 2018-06-09 17:13:26 +0900
  • c6b020fa70
    Update README.md phdlee 2018-05-23 18:32:55 +0900
  • 2e8c97f19b
    Update README.md phdlee 2018-05-23 18:32:01 +0900
  • 337320b433
    Merge pull request #37 from phdlee/version1.080 v1.08 phdlee 2018-05-23 16:00:25 +0900
  • 7c8088f753 add comment raduino/version1.080 phdlee 2018-05-23 15:58:50 +0900
  • b172527d00
    Merge pull request #36 from phdlee/version1.080 phdlee 2018-05-23 15:46:01 +0900
  • 67cdd14945 modified comments phdlee 2018-05-23 15:28:00 +0900
  • b375b7e9e4 modified some comments phdlee 2018-05-23 15:20:10 +0900
  • 27092d23e0
    Merge pull request #35 from phdlee/version1.080 phdlee 2018-05-23 15:09:43 +0900
  • 8a6e01e289 improve external switch check routine phdlee 2018-05-23 15:07:37 +0900
  • 83dc1de18e fixed mode change phdlee 2018-05-22 11:37:10 +0900