- St. Charles, MO
- https://scrape.sdf.org/
- Joined on
2020-06-16
Block a user
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().
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
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
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.
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...
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.
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.
f3887e7950
commit before I totally change the RigState architecture
2cbc9abae8
Updated files list.
8a416608a1
Long way from being compilable on either the Raduino or the TeensyDSP. Lot of changes in progress.