Rob French scrape
scrape pushed to keyer-simplified at scrape/ubitx-upr 2022-03-20 10:30:48 -04:00
4fd35aea4f Fixed an existing issue with the CEC codebase. Specifically, if using a Nextion display, if EXTEND_KEY_GROUP1 was not set, then the checkButton() function that is compiled did not support the on-screen menu display for legacy uBITX options. The menus would still get activated, but would not display on the Nextion display. Added the #ifdef/#else for USE_SW_SERIAL to the "NOT" EXTEND_KEY_GROUP1 version of checkButton().
scrape pushed to kc4upr at scrape/ubitx-upr 2022-03-20 00:32:46 -04:00
ed99cbe7d8 Updated to whatever I was doing...
scrape created branch keyer in scrape/ubitx-upr 2022-03-20 00:32:32 -04:00
scrape pushed to keyer at scrape/ubitx-upr 2022-03-20 00:32:32 -04:00
e75f1d9ce0 Attempted incorporation of W0EB interrupt-based keying code from Raduino I2C clone. Kept locking up during the setFrequency() and/or SetCarrierFreq() calls that occurred within startTx() when called from the ISR. Don't have time to work through understanding how to integrated the KD8CEC complex spaghetti codebase with the otherwise relatively straightforward ISR. So I think I will revert to the non-ISR version.
909b40e165 added ubitx_keyer.cpp from W0EB Raduino I2C
Compare 2 commits »
scrape pushed to keyer-simplified at scrape/ubitx-upr 2022-03-20 00:32:11 -04:00
295b158662 Cleaned up te code a little for the non-analog keyer. Needs to be tested.
89af919e42 fix for something or other.
4765ab5a22 Modified to use two digital lines (11, 12) for dot/dash keyer inputs, instead of using analogRead() on a shared pin. Compiles; haven't tested.
53c3f0e0bf quick checkin so I can look at another branch
Compare 4 commits »
scrape created branch keyer-simplified in scrape/ubitx-upr 2022-03-20 00:32:10 -04:00
scrape created branch kc4upr in scrape/ubitx-upr 2021-08-01 19:17:17 -04:00
scrape pushed to kc4upr at scrape/ubitx-upr 2021-08-01 19:17:17 -04:00
449cd17a7e added missing file
9a026faf4e Not sure where I was at...
Compare 2 commits »
scrape pushed to master at scrape/ubitx-upr 2021-08-01 19:17:12 -04:00
295c49969f Updated the README.md with a KC4UPR note. I will now be creating a kc4upr branch.
scrape pushed to new-main-dev at scrape/ubitx-v5x 2021-08-01 19:05:13 -04:00
e6009989db Reorganizing DSP and TR. Thoroughly broken ATM, just committing for backup.
scrape pushed to new-main-dev at scrape/ubitx-v5x 2021-03-19 16:30:44 -04:00
1f3585d8e4 Various changes. Compiles. Hasn't been tested.
scrape pushed to new-main-dev at scrape/ubitx-v5x 2021-03-17 00:11:40 -04:00
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.
scrape pushed to new-main-dev at scrape/ubitx-v5x 2021-03-16 19:37:29 -04:00
f724142fca Updated DSP. Compiles, no warnings/errors. Going to do some work on CAT.
scrape pushed to new-main-dev at scrape/ubitx-v5x 2021-03-15 00:18:48 -04:00
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.
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.
962a3ce80f Revert "Updated with some of the changes I made on travel. Will probably break everything..."
86ae1ddb2f Updated with some of the changes I made on travel. Will probably break everything...
scrape pushed to mode-based-rig at scrape/ubitx-v5x 2021-03-03 11:20:07 -05:00
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.
scrape pushed to mode-based-rig at scrape/ubitx-v5x 2021-02-21 01:16:14 -05:00
cc94f89cfe INTERIM COMMIT. For partly working functionality, reference the previous commit.
scrape pushed to mode-based-rig at scrape/ubitx-v5x 2021-02-19 02:39:49 -05:00
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.
scrape pushed to mode-based-rig at scrape/ubitx-v5x 2021-02-17 12:05:20 -05:00
1bca18c3e1 Updates to RigState.
scrape pushed to mode-based-rig at scrape/ubitx-v5x 2021-02-15 23:38:17 -05:00
f3887e7950 commit before I totally change the RigState architecture
2cbc9abae8 Updated files list.
Compare 2 commits »
scrape pushed to mode-based-rig at scrape/ubitx-v5x 2021-02-15 00:04:43 -05:00
8a416608a1 Long way from being compilable on either the Raduino or the TeensyDSP. Lot of changes in progress.