Commit Graph

122 Commits

Author SHA1 Message Date
morgan 5874e6b8e5 make morse tone freq user settable 2016-12-19 11:40:44 -08:00
morgan 4ff3f7d9d0 working afsk packets 2016-09-24 17:33:00 -07:00
morgan b9f75e0c11 update AFSK messenger example 2016-09-24 15:32:24 -07:00
Temtel 33962a585d Fixed Frequency Display at startup
Added   Serial.println(radio.getFrequency()); to setup.  May have been
removed accidentaly
2016-09-18 15:12:42 -07:00
nick6x 6b775130d1 Remove unfinished examples 2016-08-26 15:02:40 -07:00
nick6x e65893402a Fix typos 2016-08-26 14:40:47 -07:00
nick6x 9096d2ffa2 Update to separated libraries 2016-08-26 11:22:41 -07:00
nick6x 8b8fd7a9a1 Fix Functional Test example 2016-08-26 11:14:39 -07:00
nick6x e8ad7e9c93 Clarify Signal Test example explanation 2016-08-22 18:37:32 -07:00
nick6x 4f30789e88 Resolve problems with examples not compiling or otherwise not functioning. 2016-08-22 01:40:27 -07:00
nick6x f369c2ff9a Fix examples to reflect combined KISS and AFSK libraries. 2016-08-19 18:52:36 -07:00
nick6x 25813b7968 Clairify Parrot example description. 2016-08-18 20:47:35 -07:00
nick6x e10e351e49 Clarify Parros example description 2016-08-18 20:46:00 -07:00
nick6x 62e137f8f2 Standardize serial monitor baud rate in AFSK Packet Tester example 2016-08-18 19:14:08 -07:00
nick6x 9e0db9d537 Update HamShield examples to work with seperated libraries. 2016-08-17 14:17:56 -07:00
nick6x 39b543877b Resolve SSTV example issues 2016-08-17 12:43:51 -07:00
nick6x f5e004fbb3 -Seperate AFSK, DDS, and KISS into their own libraries to conserve memory. 2016-08-17 12:24:36 -07:00
nick6x 09c9911ba1 Merge branch 'master' into dev 2016-08-14 15:41:59 -07:00
nick6x 2b5fbeff4a Change dashes to underscores 2016-08-14 15:33:33 -07:00
nick6x 8e35c83185 Merge branch 'master' into dev 2016-08-13 19:26:52 -07:00
nick6x 7a07bd3056 Add comments, some standardizing 2016-08-13 19:25:46 -07:00
nick6x ad7d729010 Fix examples to match Master branch. 2016-08-13 15:39:53 -07:00
nick6x 0ed024cd7d Add comments, update to new HamShield library standard. 2016-08-13 14:05:19 -07:00
nick6x 06cb3f24ed Resolve compiling issues in Examples. 2016-08-11 20:01:02 -07:00
nick6x 2907eaf02e add comments, update library to Arduino 1.5 standard 2016-08-10 17:30:43 -07:00
Nigel Vander Houwen 12c9cdf3d9 Fixed FoxHunt example. Verified working with current library and hardware v09 2016-06-05 13:01:39 -07:00
Nigel Vander Houwen 8c90a134ad Fixed FMBeacon example, required slight modification to library. TO-DO notes in example header. 2016-06-05 12:41:35 -07:00
Nigel Vander Houwen 3c9965fd62 Removed AFSKSend example. Redundant with AFSK-PacketTester. Cleanup on DDS example. Verified working with current library and hardware v09 2016-06-05 12:02:21 -07:00
Nigel Vander Houwen 868882f81e Cleanup on AFSK-PacketTester example, verified working with current library and hardware v09 2016-06-05 11:53:49 -07:00
morgan fbd1003c44 updated kiss 2016-05-04 11:35:06 -07:00
morgan 5f363f1537 updating all examples for new library 2016-04-13 19:12:06 -07:00
morgan 3a209d8db4 updating files for HS09 2016-03-24 20:31:17 -07:00
morgan 9111ba5301 changing default power levels of all examples 2016-01-04 19:36:37 -08:00
morgan c97b0801d5 updated HandieTalkie example, change setTxBand I2C writes 2015-12-02 21:07:36 -08:00
morgan edc78a3858 adding HandyTalkie example 2015-11-23 19:16:56 -08:00
morgan 807617de83 updated for HS05 2015-11-23 08:54:10 -08: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