Rob French scrape
scrape pushed to master at scrape/digibox 2025-02-15 13:43:56 -05:00
aa73802aea Updating previous changes... I have no idea what the status of this thing was...
scrape pushed to master at scrape/gqrx-panadapter 2025-02-15 13:25:37 -05:00
40c053ae9f More changes trying to get bi-directional frequency changes to work. The problem is that I can't control/predict where the H/W frequency will be relative to the VFO frequency.
bb5a0579b9 Did anything actually change?
b3887bc68d Simplified, solved the tuning step problem, but now tuning is backwards again (if I disable Swap I/Q), or just wrong (if I enable Swap I/Q).
623956731c Committing since I'm about to make a large change. Everything is awesome, except that if a large step size is selected on the rig, then the Gqrx can never successfully set the rig freq.
769e1ca274 Added a simple GUI. Made it so you can toggle on/off "Rig-to-GQRX" and "GQRX-to-Rig". Some of the cases aren't quite right, however. Need to separate out the LNB frequency, and make LNB frequency ALWAYS get updated based on the rig frequency, regardless of whether the the rig frequency is being used to set the GQRX frequency.
Compare 11 commits »
scrape pushed to master at scrape/ubitx-iop 2025-02-15 12:56:38 -05:00
fea6b7d435 just cleaning up changes
scrape pushed to new-main-dev at scrape/ubitx-v5x 2025-02-15 10:49:06 -05:00
295b99ef36 making sure any outstanding updates are committed
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.