Commit Graph

227 Commits

Author SHA1 Message Date
Stephen Olesen 5689393c11 Replace local DDS with the DDS class. 2015-07-01 18:25:59 -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
Stephen Olesen 016ad2398a Added a define to use pin 3 for PWM, instead of the new default pin 11. 2015-07-01 15:01:55 -06:00
Stephen Olesen 8f2115adbc Add some comments. 2015-07-01 14:54:22 -06:00
Stephen Olesen 2f4d17e4ed Fixed up the duration timers, clockTick needs a cleanup. 2015-07-01 14:42:20 -06:00
Stephen Olesen 31eb465ebf Allow for high idle duty cycle when output is 'off', amplitude adjustments. 2015-07-01 14:27:10 -06:00
Stephen Olesen 1117542411 Created generic DDS class for tone generation, update AFSK to start the right timers. 2015-07-01 14:04:20 -06:00
Stephen Olesen 55c10c503b Some spacing, added header length minimum. 2015-06-30 20:32:28 -06:00
Stephen Olesen 9b2987de08 Initial import of the main code from https://github.com/slepp/AX25
Partially functional, but no accuracy tests complete yet.
2015-06-30 19:22:46 -06:00
Stephen Olesen 6a5815d9b5 Move singleton to the initializer to be used by more things later. Made public. 2015-06-30 16:37:55 -06:00
Stephen Olesen 0fd2d484e1 Added back in the tone waits in morseOut. 2015-06-30 16:03:21 -06:00
Stephen Olesen fc09429133 Alter morseOut to use a for loop and clearer dit/dah timing in the tone.
Back up to 1000Hz tones.
2015-06-30 15:30:06 -06:00
Stephen Olesen 1c7dbfc4b6 Correct the return time on morseLookup to be more obvious it's binary. 2015-06-30 15:17:07 -06:00
Nigel VH 68fb758aef Merge pull request #1 from slepp/master
Static method declarations for ISR handlers and singleton object.
2015-06-30 14:16:18 -07:00
Stephen Olesen 7dff74d780 Clean version of the Morse binary format/table and lookup functions. 2015-06-30 15:13:55 -06:00
Stephen Olesen 8fb40c3716 Static method declarations for ISR handlers and singleton object. 2015-06-30 14:34:32 -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 86902d4ffc Moved some library files around. 2015-06-20 13:53:56 -07:00
Nigel Vander Houwen 497c4b8464 Updated HamShield.h to use the proper PWM pin for audio output. 2015-06-20 13:49:05 -07:00
Nigel Vander Houwen 0473fef89c Added note about using this repository with Arduino to the README.md 2015-06-20 13:40:11 -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
Nigel VH c551fd9508 Initial commit 2015-06-20 13:31:39 -07:00