Commit Graph

37 Commits

Author SHA1 Message Date
Jake-B 11f5e8b733 Updated examples/DDS/DDS.ino to include the ISRs for the Arduino Zero.
NOTE: this sample won't really work for the HamShield ont he Ardiuno Zero as it will
Besides the logic voltage issue, it will be playing its tones out of AO, rather
than D3 or D11.  Hook up your oscilloscope to A0 to see the waveform.
2015-08-18 08:44:11 -04:00
Casey Halverson c679bec886 some additional fixes for serial transceiver
removed old setrx/settx stuff
2015-07-14 20:10:39 -07:00
Casey Halverson e55cb9f221 added morse out to serial transceiver, fixed some library version issues 2015-07-14 20:05:22 -07:00
Stephen Olesen 638369d659 Minor fixups to KISS, now append FCS. Remove 19200 refclk for now. 2015-07-13 21:16:22 -06:00
Stephen Olesen ab7613c8d3 Updated AFSK/AX25 examples for modifications to AFSK library. 2015-07-13 19:01:32 -06:00
Stephen Olesen a22b814d63 KISS TNC mode for the AX25 stack and example. 2015-07-13 18:55:07 -06:00
Stephen Olesen 6cb8ed68d3 Rename for library compatability. 2015-07-11 14:23:03 -06:00
Stephen Olesen cf93050e52 Updated AFSK with print routine, use new delay line. AX25 receive tune to APRS. 2015-07-10 11:58:37 -06:00
Stephen Olesen 888cf9d9fd Merge remote-tracking branch 'upstream/au_updates' into afsk-au-update 2015-07-09 14:58:58 -06:00
Stephen Olesen 52ac3def7d Finalize merger. 2015-07-09 14:57:22 -06:00
morgan 8ec69c31b9 adapted library for au registers 2015-07-09 08:29:50 -07:00
Stephen Olesen 4fb55520ea First round of AX25 receiver. 2015-07-06 11:40:50 -06:00
Stephen Olesen 7131e46ff0 Allow refclkOffset to be set on the fly in DDS and the calibration tool. 2015-07-04 18:31:18 -06:00
Stephen Olesen 1c29498e44 Received frequency calculation added. 2015-07-04 16:39:17 -06:00
Stephen Olesen 4af33167a0 Added Crystal Calibration sketch with simple Serial UI. Fixed ddsAccumulator_t type. 2015-07-04 14:13:45 -06:00
Stephen Olesen 7c67a704c3 Use HamShield now, fix refclk rate, increase toggle speed. 2015-07-04 02:17:03 -06:00
Stephen Olesen 8ebeabe496 Now using actual radio hardware in AFSK and SSTV. Tuned Tx settling timers. 2015-07-03 21:21:51 -06:00
Stephen Olesen 208087693d Pretty basic SSTV transmitter in Martin-1. Sends a static image. 2015-07-03 15:24:17 -06:00
Stephen Olesen 5fd0fdf154 Merge branch 'master' into afsk 2015-07-02 21:32:54 -06:00
Stephen Olesen 28248365c8 Added QPSK63. Set both sketches to run on either pin 3 or 11. 2015-07-02 21:27:12 -06:00
Stephen Olesen 26ffcd332b Faster reference clock rate (using pin 3), skip outer loop to slow PSK. 2015-07-02 19:58:54 -06:00
Stephen Olesen 6ff2791963 Change to the waveform shaping trying to reduce IMD. 2015-07-02 19:31:16 -06:00
Stephen Olesen 437e750e76 Rough PSK31 example, constant transmit of a string. 2015-07-02 18:06:57 -06:00
morgan 0bfd349b64 updated setRfPower function. It now sets the PADRV bits on the AU1846 2015-07-02 14:15:34 -07:00
Casey Halverson ed06aea086 FM Beacon 2015-07-02 13:52:30 -07:00
Stephen Olesen 0e9a549f56 Fix a compile error. Add a quick callsign appending string method. 2015-07-02 02:38:28 -06:00
Stephen Olesen 8e8c88f67c Stop transmitting (in a hackish way) when the TX is done. 2015-07-02 01:31:36 -06:00
Stephen Olesen 13be6810f1 Modified to initialize and try to use the radio. 2015-07-02 01:26:47 -06:00
Stephen Olesen 429e645ad2 Example for AFSK sending (AX25 format) added. DDS updated to a slower clock rate again. 2015-07-01 20:30:49 -06:00
Stephen Olesen 660fe0c602 Corrected the duration calculation on fixed DDS length. 2015-07-01 18:05:17 -06:00
Stephen Olesen 120442533d Added DDS sample. Fixed pin 11 PWM output, now default (3 works better). 2015-07-01 17:56:40 -06:00
Nigel Vander Houwen 2d5deedf54 Slight rearranging, and added comments to FM Beacon example sketch. 2015-06-28 10:20:57 -07:00
Casey Halverson 0126665e4c Finalizing Chrome app window layout
Stylized buttons for chrome app
2015-06-22 11:47:40 -07:00
Casey Halverson 33270f5442 changing to frequency method
.frequency should always be used as it contains required band setting
functions.
2015-06-22 10:54:44 -07:00
Nigel Vander Houwen 81afcd7353 Added RSSI parameter to waitForChannel to allow setting what should be defined as a clear channel. Updated FM Beacon example to use the settable parameter and print what the measured RSSI was in case of failure. 2015-06-20 15:22:33 -07:00
Nigel Vander Houwen 22065e08d5 Fixed HamShield.h reference and indenting in FM Beacon example sketch. 2015-06-20 14:00:39 -07:00
Nigel Vander Houwen 23ba8f6e7c Initial commit of HamShield library and example sketches. Probably not fully functional. 2015-06-20 13:37:48 -07:00