Stephen Olesen
|
4a8e9c69e6
|
Workaround for lockup on AFSK/DDS startup when using the Wire library.
|
2015-07-02 01:32:00 -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
|
80a1741575
|
Preliminary addition of static memory allocations for packet buffers.
Fixed(?) DDS frequency calculation on-chip.
|
2015-07-02 01:24:55 -06:00 |
|
Stephen Olesen
|
d2dc9adbc0
|
Remove ISR from HamShield, add DDS header.
|
2015-07-01 20:47:56 -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
|
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
|
8fb40c3716
|
Static method declarations for ISR handlers and singleton object.
|
2015-06-30 14:34:32 -06:00 |
|