jake-b
f8810e357b
Merge 11f5e8b733
into d98eafb11a
2016-07-05 07:42:22 +00: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
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
Jake-B
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.
Tested on both an Arduino Zero and an Arduino UNO. Seems to work, but YMMV.
2015-08-17 17:26:33 -04:00
Jake-B
fdaa602401
Very rough draft of DDS supporting the Arduio Zero and it's built-in DAC.
2015-08-16 20:17:36 -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
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
morgan
066007d616
updated rssi reading
2015-07-09 08:33:12 -07:00
morgan
8ec69c31b9
adapted library for au registers
2015-07-09 08:29:50 -07:00
Casey Halverson
f685e88a42
Reference to wiki added
2015-07-06 17:35:43 -07:00
Casey Halverson
5d4efb9a0f
Applying license
...
AGPLv3
2015-07-06 16:55:28 -07:00
Stephen Olesen
6d8813f200
Merge remote-tracking branch 'upstream/master' into afsk
2015-07-06 11:41:05 -06:00
Stephen Olesen
4fb55520ea
First round of AX25 receiver.
2015-07-06 11:40:50 -06:00
Nigel VH
26e5aa75a8
Merge pull request #11 from slepp/hs-progmem
...
Need const on some compilers.
2015-07-05 20:33:53 -07:00
Stephen Olesen
a2778779d0
Need const on some compilers.
2015-07-05 21:19:16 -06:00
Stephen Olesen
1f81215577
Merge remote-tracking branch 'upstream/master' into afsk
2015-07-05 21:08:09 -06:00