Commit Graph

123 Commits

Author SHA1 Message Date
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
c9a9320719 Update to arduino library 1.5 standard 2016-08-13 14:39:20 -07:00
nick6x
0ed024cd7d Add comments, update to new HamShield library standard. 2016-08-13 14:05:19 -07:00
nick6x
07221e2426 Merge branch 'master' into dev 2016-08-11 21:47:59 -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
morgan
0fe34bbbb9 updated readme for dev branch 2016-07-09 20:31:51 -07:00
morgan
6a889580f2 using standard Arduino fcns for bit banging 2016-07-09 20:29:01 -07:00
Morgan Redfield
d98eafb11a fix devAddr bug 2016-07-03 14:18:02 -07:00
morgan
705884497a merging 2016-07-03 14:03:15 -07:00
Morgan Redfield
b818b73054 Merge pull request #18 from nvahalik/patch-1
Update HamShield.h to remove hyphen from define
2016-07-03 14:00:58 -07:00
morgan
506d3dfb0c remove i2c comments 2016-07-03 13:02:11 -07:00
morgan
a92b011492 updating squelch and cs options 2016-06-30 19:33:40 -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
Nick Vahalik
558414d084 Update HamShield.h
Remove the hyphen in the define which causes the Arduino compiler to error. This define doesn't seem to be used anywhere.
2016-05-23 06:44:13 -05:00
morgan
75e964289c use master for HS09 and above 2016-05-04 11:40:26 -07:00
morgan
fbd1003c44 updated kiss 2016-05-04 11:35:06 -07:00
morgan
0011026567 fix dangermode 2016-04-17 17:19:33 -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
c107df93dd made certain library functions private to ensure they aren't improperly called from an arduino sketch 2015-12-15 14:43:57 -08:00
morgan
28f1ff016c switched to standard I2Cdev lib, changed reg 0x44 volume control to remove agc delay 2015-12-10 17:32:18 -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
morgan
a196501f15 updated setting for GPIO voltage, added code to handle special frequencies 2015-09-18 18:04:03 -07: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
Nigel VH
8ab7f97cbd Merge pull request #14 from slepp/rel-jul13
Minor fixups to KISS, now append FCS. Remove 19200 refclk for now.
2015-07-13 21:34:14 -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
Nigel VH
e444b4ef4e Merge pull request #13 from slepp/rel-jul13
Early release branch including AFSK/AX25/KISS, PSK and SSTV.
2015-07-13 18:55:20 -07: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
45ec01bd31 Rewrite of framing to always be pure frames, no escapes.
Added parser for packets to pretty print them to serial.
Added parser for easier packet handling on receipt.
Moved bitclock timer to outside ISR loop.
2015-07-13 18:53:18 -06:00
Stephen Olesen
4f1c863487 Default refclk now 9600, remove old table and serial debugging. 2015-07-13 18:50:48 -06:00
Stephen Olesen
ed136d6fe9 Merge remote-tracking branch 'upstream/au_updates' into rel-jul13 2015-07-12 16:59:35 -06:00
morgan
8a66c135d5 updated setup code to start integrated LNA 2015-07-12 14:46:45 -07: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