Commit Graph

10 Commits

Author SHA1 Message Date
Rob French 926b8d3600 It was compiled, and seemed like it might work. But then I managed to
kill my Teensy 3.2.  I unplugged the Teensy-to-Raduino comm lines in
order to program the Raduino.  When I plugged them back in, I didn't
realize that I was off by one pin.  So I believe something that
should've only gotten 3.3V, got more.  No light on the Teensy.

This development effort, while it has been fruitful, is definitely
complicated.  I don't think I have the bandwidth to continue it.  I plan
on merging all the branches back to master, collecting the pieces-parts
of uBITX V5D, and calling it "done".  I will rebuild my uBITX V5 back
into a relatively stock configuration, and use an external digital
interface (see KK5JY).
2020-06-14 22:51:59 -05:00
Rob French 6581a5f2a4 Insanely, this also compiles.
Numerous changes updating modes, rig, config, everything... don't think
this ones gonna work first time through...
2020-06-14 00:11:18 -05:00
Rob French 2da162f7c2 Somehow this compiled... 2020-06-13 09:59:11 -05:00
Rob French 66d1924685 Added speech compressor. Works.
Added some menu code.  But this needs to be redesigned.  Commented out.
Work this on a branch.
2020-06-10 23:23:15 -05:00
Rob French 2e115e363b Fixes associated with the Raduino display issues. 2020-06-07 15:27:27 -05:00
Rob French e27c15d56a Multiple updates.
Support for full 16-char status line to be sent to the Raduino.

Added rotary encoder support.

Everything above has been tested and works.

Added rudimentary top-level menu.  Compiles, but not tested yet.
2020-06-06 00:06:45 -05:00
Rob French 5e16a49859 Some DEBUG updates. Compiles, runs; not comprehensively tested. 2020-05-26 10:49:15 -05:00
Rob French 564c35f397 Modifications, mainly based on a code walkthrough as well as adding some
debugging output.  Compiles, but untested.
2020-05-25 23:08:55 -05:00
Rob French 9c1a490963 Fixed comms between the Raduino and the IOP. Implemented the wrapper
that allows messages to go back from the IOP to Raduino.  I don't know
if actual CAT from the PC works currently, however.
2020-05-18 08:16:54 -05:00
Rob French ccae79925b Updated to include iopcomm.h/iopcomm.cpp, common to both the IOP and the
Raduino.  It was intended to be more extensive, but I had to roll some
of it back.  Mostly just sharing of enums/types currently.

Currently in "factory calibration" mode.  Comms (CAT) in normal mode
needs to be re-checked.

Added two tone test mode, with two new modes available via Raduino menu:
TTL and TTU.

Using test mode, I'm thinking that the proper TX output calibration,
assuming a full-scale 700/1900 test tone, is either:

0.061  (which I believe gives a 25 mV RMS output), or
~0.100 (which is just before the audio starts to distort, in terms of
visible harmonics in the spectrum at the 45 MHz IF.
2020-05-16 23:48:39 -05:00