"Extended" version of the uBITX v5, including both a Teensy-based DSP as well as a Nextion 3.2" display.
Go to file
2021-02-10 00:10:24 -06:00
Raduino 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
raduino-tmp Reorganized. 2021-01-20 20:50:27 -06:00
Schematics 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. 2021-02-05 22:59:31 -06:00
TeensyDSP 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
teensydsp-tmp Reorganized. 2021-01-20 20:50:27 -06:00
README.md Initial commit 2021-01-21 05:08:16 +00:00

ubitx-v5x

"Extended" version of the uBITX v5, including both a Teensy-based DSP as well as a Nextion 3.2" display.