Wykres commitów

128 Commity (067cd632d89dae99b3062fa3e7a74be783d80534)

Autor SHA1 Wiadomość Data
DigitalConfections 067cd632d8 Ver 0.21
o Corrects several errors that prevented the DIP switch from being read correctly after a sync.
2020-08-11 21:15:54 -04:00
DigitalConfections d983c25a1f Ver 0.20
o Corrects a minor bug that caused the tone output to shift to the next fox tone pitch ~100ms too soon.
2020-08-11 17:00:14 -04:00
DigitalConfections 77d1d6efca Version 0.19
. Added the TXE command to enable/disable the transmitter. This turns off the Key output, but audio tones and LED continue to function as normal.
2020-08-11 10:48:07 -04:00
DigitalConfections 66f0725561 Version 0.18
o Modes were added to allow the start tones to play without Morse code being sent between starting intervals. Both 2-minute and 5-minute silent starts are supported. The transmitter is not keyed in these modes.
o Setting the DIP value in software applies the new DIP value immediately without a reset.
o The LED (if enabled) is disabled after the first cycle completes, to save power.
o Unused watchdog timer functionality was deleted.
2020-08-10 15:24:21 -04:00
DigitalConfections 8979a4f901 Ver 0.17
Fixes these two minor bugs:
o When start tones were turned off, the audio tone output would be silenced during the time that the start tone sequence would have played. The key output pin still functioned as intended.
o Start tones had a 5-minute interval if the transmitter were set to function as a Sprint spectator beacon, instead of a more appropriate 2-minute interval.
2020-07-28 19:24:13 -04:00
DigitalConfections 4e7ba6b599 Update Assembly Notes.pdf 2020-06-30 16:58:49 -04:00
DigitalConfections f442284fd9 Ver 0.16
o Unused pins are set to inputs pulled high.
2020-06-30 15:54:32 -04:00
DigitalConfections 8c84dc7a55 Ver 0.15
o Moved calibration output signal to OC2A (PB3) due to issues getting the signal to appear on OC2B.
2020-06-30 14:48:56 -04:00
DigitalConfections 5058ab46f7 Update Assembly Notes.pdf 2020-06-29 13:51:33 -04:00
DigitalConfections aa3048ebfa Update Assembly Notes.pdf 2020-06-25 12:57:48 -04:00
DigitalConfections 7988098e81 Cleanup
o Fixes compile switch logic
2020-06-24 21:46:25 -04:00
DigitalConfections d0f7726b16 Ver 0.14
o Added compile option to place 601Hz signal on PD3 to use for timing calibration
o Deleted watchdog ISR.
o Minor cleanup
2020-06-24 21:28:09 -04:00
DigitalConfections 2f99dc4fdc Added HW Assembly Notes
o Added doc to HW folder
2020-06-23 16:31:46 -04:00
DigitalConfections b839d3e9fd
Update README.md 2020-06-16 22:40:34 -04:00
DigitalConfections ed29983008 Merge branch 'Dev1' of https://github.com/DigitalConfections/WB8WFK-ARDF-Foxoring-Transmitter into Dev1 2020-06-16 22:38:18 -04:00
DigitalConfections 634ee88492
Update README.md 2020-06-16 22:37:27 -04:00
DigitalConfections a895156b99 Updated doc 2020-06-16 22:36:23 -04:00
DigitalConfections be002dce99
Merge pull request #28 from DigitalConfections/master
Rebase
2020-06-16 22:30:03 -04:00
DigitalConfections 2ffc01966b Pinout in Docs
Added Docs folder and pinout diagram
2020-06-16 22:26:35 -04:00
DigitalConfections b5720d5567
Update README.md 2020-06-16 20:10:24 -04:00
DigitalConfections f08696d885
Update README.md 2020-06-16 20:05:19 -04:00
DigitalConfections 2b123c1667
Update README.md 2020-06-16 20:03:46 -04:00
DigitalConfections 66c14e2228
Update README.md 2020-06-16 20:01:55 -04:00
DigitalConfections b78980ae0d
Merge pull request #27 from DigitalConfections/Dev1
Project Description
2020-06-16 19:54:02 -04:00
DigitalConfections bb973ecc1d Project Description
Added project description document
2020-06-16 19:53:17 -04:00
DigitalConfections 8920c411b7
Merge pull request #26 from DigitalConfections/Dev1
Hardware File Updates
2020-06-16 17:48:07 -04:00
DigitalConfections a68a7cef80 Hardware File Updates
o Added CAD files to Hardware folder
o Renamed schematic diagram file
2020-06-16 17:47:30 -04:00
DigitalConfections f525a4ded2
Update README.md 2020-06-16 10:21:25 -04:00
DigitalConfections a2333f28d0
Merge pull request #25 from DigitalConfections/Dev1
Version 0.13
2020-06-16 10:18:54 -04:00
DigitalConfections 55fa8d6ed3 Version 0.13
o Synchronization using the hardware sync pin can now be performed at any time, so long as the sync pin is enabled.
o The sync pin is enabled from power up, but gets disabled after the first transmitter cycle: (5 mins for Classic, 1 min for Sprint)
o Sync is accomplished by pulling the sync pin low for at least one second, and then setting it high. Its internal pull-up resistor is enabled. The pin is effectively debounced in software.
o Removed the SYN serial command, so there is now no way to disable sync using a command.
o Fixed a few minor bugs in the TEM command.
o Some refactoring of macro names
2020-06-16 10:17:26 -04:00
DigitalConfections 2e393e90e9
Update README.md 2020-06-14 15:47:05 -04:00
DigitalConfections c905311c15
Merge pull request #23 from DigitalConfections/Dev1
Version 0.12
2020-06-14 15:19:51 -04:00
DigitalConfections 401ebece92 Version 0.12
The > GO serial command can now be used anytime to re-sync the transmitter, not just right after power-up
2020-06-14 15:19:05 -04:00
DigitalConfections a295a52b8c
Update README.md 2020-06-14 14:52:07 -04:00
DigitalConfections 50b28d85ab
Merge pull request #21 from OpenARDF/master
Merge pull request #1 from DigitalConfections/master
2020-06-14 14:06:40 -04:00
DigitalConfections 9cf03b658d
Merge pull request #22 from DigitalConfections/Dev1
Version 0.11
2020-06-14 14:02:56 -04:00
DigitalConfections 90063c5ded Version 0.11
o Adds optional compile for  external port pin pull-ups. When the HARDWARE_EXTERNAL_DIP_PULLUPS_INSTALLED is set to FALSE (default) the software will turn on the internal port pin pull-ups prior to reading DIP and SYNC pins. Those pins will then be set to outputs (LOW) after all pins have been read, to save power.
o Fixes a bug that prevented the FAC command from resetting the time calibration (CAL) and callsign (ID) settings.
o Reverses the logic of DIP pins so that ON corresponds to "1".
o Turned off the OC0A pin toggle when audio output is active. Only pin 9 is audio output now.
o Minor cleanup and formatting changes
2020-06-14 14:01:59 -04:00
OpenARDF 6ce6ebfc34
Update README.md 2020-06-13 16:22:46 -04:00
OpenARDF 94d2718ffb
Update README.md 2020-06-13 13:34:00 -04:00
OpenARDF 5a29fe3518
Update README.md 2020-06-13 11:50:21 -04:00
OpenARDF ed4805818d
Update README.md 2020-06-12 21:46:08 -04:00
OpenARDF 21f83a397a
Update README.md 2020-06-12 21:24:49 -04:00
OpenARDF 5993d94ecc
Update README.md 2020-06-12 21:22:25 -04:00
OpenARDF 3446238ca7
Update README.md 2020-06-12 21:19:35 -04:00
OpenARDF 23e8e8e6c9
Update README.md 2020-06-12 21:17:49 -04:00
OpenARDF 57a4dc704f
Update README.md 2020-06-12 21:17:13 -04:00
OpenARDF 40a3e2a504
Update README.md 2020-06-11 10:36:18 -04:00
OpenARDF 5527497c5c
Update README.md 2020-06-10 19:42:17 -04:00
OpenARDF 1cbf7cee5a
Merge pull request #2 from DigitalConfections/master
Update to head
2020-06-10 15:34:12 -04:00
DigitalConfections 61b67e36ec
Merge pull request #20 from DigitalConfections/Dev1
Added Hardware Readme
2020-06-08 21:43:51 -04:00