bdd06ce525updated readme
morgan
2016-07-03 13:23:03 -0700
506d3dfb0cremove i2c comments
morgan
2016-07-03 13:02:11 -0700
a242fa3b31update for I2C
morgan
2016-06-30 20:09:11 -0700
a92b011492updating squelch and cs options
morgan
2016-06-30 19:33:40 -0700
12c9cdf3d9Fixed FoxHunt example. Verified working with current library and hardware v09
Nigel Vander Houwen
2016-06-05 13:01:39 -0700
8c90a134adFixed FMBeacon example, required slight modification to library. TO-DO notes in example header.
Nigel Vander Houwen
2016-06-05 12:41:35 -0700
3c9965fd62Removed AFSKSend example. Redundant with AFSK-PacketTester. Cleanup on DDS example. Verified working with current library and hardware v09
Nigel Vander Houwen
2016-06-05 12:02:21 -0700
868882f81eCleanup on AFSK-PacketTester example, verified working with current library and hardware v09
Nigel Vander Houwen
2016-06-05 11:53:49 -0700
558414d084Update HamShield.h
Nick Vahalik
2016-05-23 06:44:13 -0500
75e964289cuse master for HS09 and above
morgan
2016-05-04 11:40:26 -0700
91aa8506cfuse ths branch for old HS04 boards
HS04
morgan
2016-05-04 11:36:52 -0700
fbd1003c44updated kiss
morgan
2016-05-04 11:35:06 -0700
5f363f1537updating all examples for new library
morgan
2016-04-13 19:12:06 -0700
3a209d8db4updating files for HS09
morgan
2016-03-24 20:31:17 -0700
9111ba5301changing default power levels of all examples
morgan
2016-01-04 19:36:37 -0800
c107df93ddmade certain library functions private to ensure they aren't improperly called from an arduino sketch
morgan
2015-12-15 14:43:57 -0800
28f1ff016cswitched to standard I2Cdev lib, changed reg 0x44 volume control to remove agc delay
morgan
2015-12-10 17:32:18 -0800
c97b0801d5updated HandieTalkie example, change setTxBand I2C writes
morgan
2015-12-02 21:07:36 -0800
edc78a3858adding HandyTalkie example
morgan
2015-11-23 19:16:56 -0800
807617de83updated for HS05
morgan
2015-11-23 08:54:10 -0800
a196501f15updated setting for GPIO voltage, added code to handle special frequencies
morgan
2015-09-18 18:04:03 -0700
11f5e8b733Updated 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.
Jake-B
2015-08-18 08:44:11 -0400
a581404e04- Fixed a few problems with Arduino Zero support - Added a 10-bit sine table, probably wasteful considering its stored in 16-bit integers. - Added "DDS_MAX_COMPARATOR" and "DDS_MAX_ACCUMULATOR" macros to hide some math and imrpove readability. - Simplified calcFrequency and made it work for arbirary frequencies (with/without default refclk) - Simplified getDutyCycle(). I think its more understandable now, and works for various combinations of accumulator size and lookup table size.
Jake-B
2015-08-17 17:26:33 -0400
fdaa602401Very rough draft of DDS supporting the Arduio Zero and it's built-in DAC.
Jake-B
2015-08-16 20:17:36 -0400
c679bec886some additional fixes for serial transceiver
Casey Halverson
2015-07-14 20:10:39 -0700
e55cb9f221added morse out to serial transceiver, fixed some library version issues
Casey Halverson
2015-07-14 20:05:20 -0700
ab7613c8d3Updated AFSK/AX25 examples for modifications to AFSK library.
Stephen Olesen
2015-07-13 19:01:32 -0600
a22b814d63KISS TNC mode for the AX25 stack and example.
Stephen Olesen
2015-07-13 18:55:07 -0600
45ec01bd31Rewrite 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.
Stephen Olesen
2015-07-13 18:53:18 -0600
4f1c863487Default refclk now 9600, remove old table and serial debugging.
Stephen Olesen
2015-07-13 18:50:48 -0600
ed136d6fe9Merge remote-tracking branch 'upstream/au_updates' into rel-jul13
Stephen Olesen
2015-07-12 16:59:35 -0600
8a66c135d5updated setup code to start integrated LNA
au_updates
morgan
2015-07-12 14:46:45 -0700
6cb8ed68d3Rename for library compatability.
Stephen Olesen
2015-07-11 14:23:03 -0600
cf93050e52Updated AFSK with print routine, use new delay line. AX25 receive tune to APRS.
Stephen Olesen
2015-07-10 11:58:37 -0600
888cf9d9fdMerge remote-tracking branch 'upstream/au_updates' into afsk-au-update
Stephen Olesen
2015-07-09 14:58:58 -0600
52ac3def7dFinalize merger.
Stephen Olesen
2015-07-09 14:57:22 -0600
066007d616updated rssi reading
morgan
2015-07-09 08:33:12 -0700
8ec69c31b9adapted library for au registers
morgan
2015-07-09 08:29:50 -0700
f685e88a42Reference to wiki added
Casey Halverson
2015-07-06 17:35:43 -0700