Wykres commitów

500 Commity (master)

Autor SHA1 Wiadomość Data
Anthony Good 217097725a 2020.02.04.01
Fixed bug with handling of K1EL Winkeyer emulation and handling of PINCONFIG bit 0 and PTT lead time (Thanks, Bill, K1GQ)
2020-02-04 23:31:51 -05:00
Anthony Good 44a3c3711d 2019.12.17.01
Fixed bug with K1EL Winkeyer emulation with SO2R operation and errant CW being sent after switching radios
2019-12-17 14:36:02 -05:00
Anthony Good 1522a380bc 2019.12.16.01
Fixed bug with K1EL Winkeyer emulation cancel buffered speed command (Thanks, Drew, N7DA)
2019-12-16 23:25:05 -05:00
Anthony Good e9e94abc4c 2019.12.07.05
Resolved conflict and merged pull request 85 - Command mode display memory ( https://github.com/k3ng/k3ng_cw_keyer/pull/85/) Thanks, Fred, VK2EFL
      Github conflict resolution tool nuked about 2000 lines at the end on ino file.  Fixed that.  GRRRRRRR
      Added OPTION_DISPLAY_MEMORY_CONTENTS_COMMAND_MODE from pull request 85 to all hardware profile feature files
      Updated all pin settings files so that correct_answer_led and wrong_answer_led are always defined
2019-12-07 12:56:54 -05:00
VK2EFL 270f6a54df Command mode display memory (#85)
* Update keyer_features_and_options.h

* Update k3ng_keyer.ino

* Update k3ng_keyer.ino

* Update keyer_features_and_options.h

* Update k3ng_keyer.ino

* Update k3ng_keyer.ino

When playing a memory from within Command Mode. Extra labels on LCD, error messages and a new option controls whether the memory contents are displayed.
Keyer echo. Add variable declaration to prevent compiler error, added a note re commenting out echo feature statement in keyer_dependencies.h
Command Mode Status command, Display status parameters on LCD from ? - Status
2019-12-07 12:29:28 -05:00
Anthony Good 0802aa9aff 2019.12.07.04
Resolved conflict and merged pull request 84 ( https://github.com/k3ng/k3ng_cw_keyer/pull/84/) Thanks, Fred, VK2EFL
2019-12-07 12:22:28 -05:00
VK2EFL 705397a7c9 Update k3ng_keyer.ino (#84)
Added code to support the correct answer and wrong answer LEDs when progressive 5 character practice is invoked from the CLI.
2019-12-07 12:19:01 -05:00
Anthony Good 894a58e054 2019.12.07.03
Resolved conflict and merged pull request 83 ( https://github.com/k3ng/k3ng_cw_keyer/pull/83/)
      Added OPTION_SWAP_PADDLE_PARAMETER_CHANGE_DIRECTION  to feature and settings files of all hardware profiles (OPTION from pull request 83)
2019-12-07 12:06:47 -05:00
VK2EFL 0f54a22959 Paddle direction parameter change (#83)
* Update k3ng_keyer.ino

Change the default up/down speed change direction using the paddle press.
Modify the default code so that the left paddle decreases the speed/sidetone and the right paddle increases the speed/sidetone. Could be more intuitive since 'knobs to the right' implies more...
The new option OPTION_SWAP_PADDLE_PARAMETER_CHANGE_DIRECTION controls whether this swap is in effect or not. Unless the option is defined, then the default paddle direction will be implemented.
There is no increase in the compiled code size, since only one piece of code is included in the final compiled code, as was the case before adding this option.

* Update keyer_features_and_options.h
2019-12-07 11:56:28 -05:00
Anthony Good f496021870 2019.12.07.02
Added OPTION_PERSONALIZED_STARTUP_SCREEN and custom_startup_field to feature and settings files of all hardware profiles (from pull request 78)
2019-12-07 11:52:10 -05:00
Anthony Good 267f0cd0e2 2019.12.07.01
Updated version number for multiple merged pull requests
        https://github.com/k3ng/k3ng_cw_keyer/pull/78 - Custom startup text - Thanks, Fred, VK2EFL
        https://github.com/k3ng/k3ng_cw_keyer/pull/80 - FK-11 Support - Thanks, Ben git1k2
        https://github.com/k3ng/k3ng_cw_keyer/pull/82 - Additional display info - Thanks, Fred, VK2EFL
      Fixed errant text at line 7293 from merge of pull request 82
2019-12-07 11:30:46 -05:00
VK2EFL 389e3cec82 Additional display info (#82)
* Update k3ng_keyer.ino

* Update k3ng_keyer.ino

Added support for 'correct answer' LED and 'wrong answer' LED in the progressive code practice module (accessed from Command Mode).
2019-12-07 11:20:08 -05:00
git1k2 b033da29f0 Fk 11 support (#80)
* Initial Funtronics FK-11 support

* Initial Funtronics FK-11 support

* Initial Funtronics FK-11 support

* More specific location

* Add FaBo_212_LCD_PCF8574 library and cleanup

* Fix USB_Host_Shield directory
2019-12-07 11:17:25 -05:00
VK2EFL 3abcade2a6 Custom startup text (#78)
* Update k3ng_keyer.ino

* Update keyer_features_and_options.h

* Update keyer_settings.h

* Update k3ng_keyer.ino
2019-12-07 11:16:23 -05:00
Anthony Good 75c4d6442a 2019.11.13.01
Various code compilation warning cleanups.  (Thanks, Paul, K1XM)

  i want to go ice fishing
2019-11-13 20:26:54 -05:00
Anthony Good 61997f2790 2019.11.08.03
Completed manual merge of contributed code for HARDWARE_YCCC_SO2R_MINI .  Testing in progress.  (Thanks, Paul, K1XM)
      Includes FEATURE_SO2R_BASE, FEATURE_SO2R_SWITCHES, FEATURE_SO2R_ANTENNA
2019-11-08 18:59:30 -05:00
Anthony Good 7c7ae2063f 2019.11.08.02
Fixed bug with character displaying during memory playing; bug introduced with improved LCD screen refreshes
2019-11-08 07:47:38 -05:00
Anthony Good afa60deae3 2019.11.08.01
Improved LCD screen refreshes; may improve performance with I2C LCD displays
2019-11-08 00:45:57 -05:00
Anthony Good 53b60728ff added additional files 2019-11-07 21:59:24 -05:00
Anthony Good 914ce7fcf6 2019.11.07.02
Manual merge of contributed S02R code in progress.  Details later.  No functionality added or big fixes.
2019-11-07 21:58:17 -05:00
Anthony Good 19a91ea964 2019.11.07.01
Merged Pull Request 77 (https://github.com/k3ng/k3ng_cw_keyer/pull/77) Allow for 12 buttons + command - (Thanks, W6IPA)
      Manually merged Pull Request 76 (https://github.com/k3ng/k3ng_cw_keyer/pull/76) Fix case sensitive include - (Thanks, Daniele, IU5HKX)
2019-11-07 19:56:29 -05:00
w6ipa 075b7c9dd8 Allow for 12 buttons + command (#77) 2019-11-07 19:29:42 -05:00
k3ng ebab6e3bd1 removed Morrty preconfigurations - all Mortty configurations are in hardware profiles now 2019-10-26 08:33:10 -04:00
Anthony Good 4f13d33b58 2019.10.24.01
Fixed issue in winkey_unbuffered_speed_command
      Fixed some compiler warnings
      Fixed compiler redefine errors with Mortty hardware profiles
2019-10-24 13:28:04 -04:00
Anthony Good f9f0179fa2 2019.10.23.04
Fixed bug with contest wordspace in K1EL Winkey emulation setmode command.  Thanks, Paul K1XM
      OPTION_WINKEY_SEND_VERSION_ON_HOST_CLOSE - Made this an option that is disabled by default.
2019-10-23 21:46:51 -04:00
Anthony Good 7221468724 2019.10.23.03
Merged Pull 71 - re-factor analog button functions to support multiple button lines https://github.com/k3ng/k3ng_cw_keyer/pull/71 Thanks, W6IPA
2019-10-23 19:47:17 -04:00
w6ipa 4535e3a0ed re-factor analog button functions to support multiple button lines. (#71)
* initial port

* Fix command_mode

* Remove analogbuttonpressed
2019-10-23 19:40:53 -04:00
Anthony Good bdd4882cff 2019.10.23.02
https://github.com/k3ng/k3ng_cw_keyer/issues/70  Thanks, SP9RQA
2019-10-23 19:38:41 -04:00
Anthony Good f48dc22888 another push 2019-10-23 19:11:40 -04:00
Anthony Good 7d7c0fc8d4 2019.10.23.01
Added HARDWARE_MORTTY_REGULAR, HARDWARE_MORTTY_REGULAR_WITH_POTENTIOMETER, HARDWARE_MORTTY_SO2R, HARDWARE_MORTTY_SO2R_WITH_POTENTIOMETER
      (Going to depricate Morrty preconfigurations directory shortly...)
2019-10-23 19:03:08 -04:00
Anthony Good d26919ac3f 2019.08.18.04
Merged pull request 73 https://github.com/k3ng/k3ng_cw_keyer/pull/73 - code change to allow the speed input device encoder or potentiometer to change the command mode speed when in Command Mode (Thanks VK2EFL and KG6HUM)
2019-08-18 21:44:07 -04:00
VK2EFL 6814d61cc7 Update k3ng_keyer.ino (#73) 2019-08-18 21:38:31 -04:00
Anthony Good 3f63303b7f 2019.08.18.03
Merged pull request 75 https://github.com/k3ng/k3ng_cw_keyer/pull/75 - New HW addition - PIC32 Pinguino (Thanks, IZ3GME)
2019-08-18 21:37:31 -04:00
iz3gme ffcb0e92ef New HW addition - PIC32 Pinguino (#75)
*     New HW addition

    * Added support for Olimex PIC32-PINGUINO board

    * Definitions file for my own hardware layout and options
      Complete cad project will be available soon on github

    https://github.com/iz3gme/k3ng_cw_keyer

* Fixed number of buttons
2019-08-18 21:31:16 -04:00
Anthony Good f47ca5854c 2019.08.18.02
Fixed issue with OPTION_BLINK_HI_ON_PTT (Thanks, Bob, WO6W)
2019-08-18 13:48:39 -04:00
Anthony Good 4930004c4e 2019.08.18.01
Fixed logic issue with WINKEY_CANCEL_BUFFERED_SPEED_COMMAND that may arise in Logger32
2019-08-18 10:00:47 -04:00
Anthony Good fc31e902d3 fixed issues with Morrty proconfigurations 2019-06-19 12:54:07 -04:00
Anthony Good d11342a466 2019.06.18.01
Fixed bug with OPTION_SAVE_MEMORY_NANOKEYER and reading left (dit) paddle
2019-06-18 08:47:29 -04:00
Anthony Good c1042e51cf 2019.05.29.01
FEATURE_WINKEY_EMULATION - fixed issues with paddle echo (Thanks, Bob, N6TV)
      Settings - winkey_paddle_echo_buffer_decode_time_factor changed to winkey_paddle_echo_buffer_decode_timing_factor
      Fixed keyer_pin_settings_nanokeyer_rev_*.h to include potentiometer_enable_pin (https://github.com/k3ng/k3ng_cw_keyer/issues/68) (Thanks, rificity)
      convert_cw_number_to_ascii() was returning exclamation and not comma (Thanks, W6IPA)
      FEATURE_AMERICAN_MORSE - fixed errant submitted change in send_char() (Thanks, Sverre, LA3ZA)
2019-05-29 10:06:17 -04:00
Anthony Good 1f8591e9c2 2019.05.28.01
FEATURE_WINKEY_EMULATION - fixed prosign lock up issue with Win-Test (Thanks, Bob, N6TV)
2019-05-28 20:52:47 -04:00
Anthony Good 1a198ce02f 2019.05.17.02
OPTION_DIRECT_PADDLE_PIN_READS_UNO (Thanks, Fred, VK2EFL) {needs documented}
      OPTION_SAVE_MEMORY_NANOKEYER now does direct pin reads rather than digitalRead (Thanks, Fred, VK2EFL)
      FEATURE_SD_CARD_SUPPORT - Rolled out SD card support to main keyer_features_and_options.h files {needs documented}
2019-05-17 21:51:20 -04:00
Anthony Good 91cba2af28 2019.05.17.01
service_async_eeprom_write(): Changed EEPROM.write to EEPROM.update to lessen wear and tear on EEPROM and also reduce writing time.  (Each EEPROM.write = 3.3 mS)
2019-05-17 21:22:36 -04:00
Anthony Good dfcee38f14 2019.05.16.01
Fixed issue with factory reset functionality and asynchronous EEPROM write feature
      Relocated sidetone_hz_limit_low and sidetone_hz_limit_high setting from ino file to settings.h files
2019-05-16 16:41:04 -04:00
Anthony Good 6996453c68 2019.05.15.01
Merged pull request https://github.com/k3ng/k3ng_cw_keyer/pull/65 (Thanks, federicobriata); yaacwk FEATURE_COMMAND_LINE_INTERFACE_ON_SECONDARY_PORT
      Merged pull request https://github.com/k3ng/k3ng_cw_keyer/pull/67 (Thanks, OK1CDJ); New hardware profile: HARDWARE_OPENCWKEYER_MK2 https://github.com/ok1cdj/OpenCWKeyerMK2
      Merged pull request https://github.com/k3ng/k3ng_cw_keyer/pull/66 (Thanks, woodjrx); Last update for K5BCQ
2019-05-15 16:54:05 -04:00
Ondrej Kolonicny 37a632f487 New HW addition (#67)
* Added OpenCW keyer MK2 hardware and options

* Definitions file for Open CW Keyer MK2 

https://github.com/ok1cdj/OpenCWKeyerMK2
2019-05-15 06:42:08 -04:00
Joshua Wood ae5039c90d Last update for K5BCQ (#66)
* Adding initial K5BCQ pcb files

* Wrong pin for audio

* Updated features that are enabled by default.

* magit added a spacemacs backup file...

* Update keyer_hardware.h

* Cleaned up empty spaces, added non-invasive features as default, more notes.

* Hopefully last set of changes for K5BCQ v2.1
2019-05-14 20:10:46 -04:00
Federico Pietro Briata, IZ1GLG 3185af5aa2 in yaacwk, FEATURE_COMMAND_LINE_INTERFACE_ON_SECONDARY_PORT left optional (#65) 2019-05-14 20:09:10 -04:00
Anthony Good 6c4c6fd53b Updated Mortty Preconfigurations 2019-05-14 19:58:06 -04:00
Anthony Good b053f0ebf4 2019.05.03.02
Added potentiometer_enable_pin
      Merged pull request https://github.com/k3ng/k3ng_cw_keyer/pull/64  (Thanks, W6IPA)
2019-05-03 21:04:09 -04:00
w6ipa be33d0467e Move megakeyer to HD44780 library (#64) 2019-05-03 20:33:19 -04:00