This website requires JavaScript.
Explore
Help
Sign In
scrape
/
ubitx-v5x
Watch
1
Star
0
Fork
0
You've already forked ubitx-v5x
Code
Issues
10
Pull Requests
Projects
Releases
Wiki
Activity
ubitx-v5x
/
TeensyDSP
History
Rob French
47840e09dd
Forgot to add the Keyer on the previous commit.
2021-02-11 23:56:08 -06:00
..
Debug.h
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.
2021-01-31 22:46:43 -06:00
DSP.cpp
Raduino changes are getting to TeensyDSP over I2C. TeensyDSP successfully receiving some CAT.
2021-02-09 22:58:07 -06:00
DSP.h
Raduino changes are getting to TeensyDSP over I2C. TeensyDSP successfully receiving some CAT.
2021-02-09 22:58:07 -06:00
HamFuncs.h
compiles successfully
2021-01-26 22:49:07 -06:00
Keyer.cpp
Forgot to add the Keyer on the previous commit.
2021-02-11 23:56:08 -06:00
Keyer.h
Forgot to add the Keyer on the previous commit.
2021-02-11 23:56:08 -06:00
Nextion.cpp
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.
2021-01-31 22:46:43 -06:00
Nextion.h
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.
2021-01-31 22:46:43 -06:00
Rig.cpp
Heavily modified the TS590 class.
2021-02-07 17:12:08 -06:00
Rig.h
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.
2021-02-10 00:10:24 -06:00
RigState.h
Did add some code for updating the RigState architecture. Not ready to swap it out yet, however.
2021-02-11 22:00:24 -06:00
Sensors.cpp
compiles successfully
2021-01-26 22:49:07 -06:00
Sensors.h
removed some leftover instrumentation
2021-02-02 08:57:37 -06:00
TeensyDSP.h
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.
2021-02-11 23:55:41 -06:00
TeensyDSP.ino
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.
2021-02-11 23:55:41 -06:00
TR.cpp
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.
2021-02-11 23:55:41 -06:00
TR.h
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.
2021-02-11 23:55:41 -06:00
TS590.cpp
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.
2021-02-11 23:55:41 -06:00
TS590.h
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.
2021-02-11 23:55:41 -06:00