Wykres commitów

500 Commity (master)

Autor SHA1 Wiadomość Data
Anthony Good 9f377ddba4 2020.08.28.02
Merged pull request 103 Change personalized startup operation ( https://github.com/k3ng/k3ng_cw_keyer/pull/103 )  (Thanks, VK2EFL)
2020-08-28 17:25:46 -04:00
Anthony Good fc947dc0ad Merge branch 'VK2EFL-Change-Personalized-Startup-Operation' 2020-08-28 17:13:15 -04:00
Anthony Good 88c4d1f411 updated version number 2020-08-28 17:11:41 -04:00
Anthony Good b305035925 forgot to save the ino before last push 2020-08-24 22:43:58 -04:00
Anthony Good 0f558b2dd4 2020.08.24.01
In pin settings files clarified the function of pins for FEATURE_CW_DECODER & OPTION_CW_DECODER_GOERTZEL_AUDIO_DETECTOR
      Updated CW Decoder Wiki Page https://github.com/k3ng/k3ng_cw_keyer/wiki/385-Feature:-CW-Decoder
2020-08-24 20:59:17 -04:00
Anthony Good 01250b57f0 2020.08.23.01
Added FEATURE_LCD_I2C_FDEBRABANDER
      Added settings
        lcd_i2c_address_mathertel_PCF8574 0x27             // I2C address of display for FEATURE_LCD_MATHERTEL_PCF8574
        lcd_i2c_address_fdebrander_lcd 0x27                // I2C address of display for FEATURE_LCD_I2C_FDEBRABANDER
        lcd_i2c_address_ydv1_lcd 0x27                      // I2C address of display for FEATURE_LCD_YDv1
        lcd_i2c_address_sainsmart_lcd 0x27                // I2C address of display for FEATURE_LCD_SAINSMART_I2C
2020-08-23 08:52:31 -04:00
Anthony Good b96957784b 2020.08.22.01
Minor tweak in check_buttons()
2020-08-22 00:56:20 -04:00
Anthony Good 07730bbb8f 2020.08.21.01
FEATURE_COMMAND_BUTTONS is now called FEATURE_BUTTONS
      Command mode is now broken out into its own feature, FEATURE_COMMAND_MODE
2020-08-21 21:05:18 -04:00
Anthony Good a8725970a3 2020.08.17.01
FEATURE_WINKEY_EMULATION - fixed bug that adversly affected operation with Logger32
2020-08-17 18:40:43 -04:00
Anthony Good f3e913a114 2020.07.26.01
Extended CLI commands now work with linefeed line terminations in addition to carriage return; Issue 101 (https://github.com/k3ng/k3ng_cw_keyer/issues/101), (Thanks, devcpu)
2020-07-26 15:41:03 -04:00
Anthony Good 262edd49bb
Create LICENSE 2020-07-18 17:46:56 -04:00
Anthony Good d2da19e867 2020.07.17.01
Merge of pull request 100 - Command buttons 1-3 are not working with ARDUINO_GENERIC_STM32F103C (https://github.com/k3ng/k3ng_cw_keyer/pull/100) (Thanks, 7m4mon)
2020-07-17 17:40:16 -04:00
7m4mon 82f5c1f827
I build a K3NG Keyer with ARDUINO_GENERIC_STM32F103C. (#100)
I noticed command buttons 1-3 are not working. (Only "Button - 0" is working).
This issue caused because the range of AnalogRead() was different.
So, I fixed the range of "max_value" in "buttonarray.h"
2020-07-17 17:33:14 -04:00
Anthony Good 0be678dd3c 2020.07.07.01
Merge of pull request 99 - Add support for using the NewTone library (https://github.com/k3ng/k3ng_cw_keyer/pull/99) (Thanks, Costin Stroie)
        Added support for configuring the sidetone line states HIGH and LOW.
        Use the NewTone instead of the standard tone library (~1k smaller code).
        Included the NewTone library by Tim Eckel <teckel@leethost.com>
      Added FEATURE_WEB_SERVER and FEATURE_INTERNET_LINK to all features and options files
2020-07-07 11:37:45 -04:00
Costin Stroie 28915b6715
Add support for using the NewTone library. (#99)
* Added support for configuring the sidetone line states HIGH and LOW.

* Use the NewTone instead of the standard tone library (~1k smaller code).

* Included the NewTone libray by Tim Eckel <teckel@leethost.com>
2020-07-07 11:15:05 -04:00
Anthony Good 53414367f1 2020.07.04.01
Added OPTION_WINKEY_PROSIGN_COMPATIBILITY for additional character mappings to support K1EL Winkey emulation prosigns
2020-07-04 11:34:33 -04:00
Anthony Good 59a692e500 2020.07.01.01
Pull request 98 - Support for configuring the side tone line states - merged.  (https://github.com/k3ng/k3ng_cw_keyer/pull/98) (Thanks, Costin Stroie)
      New settings: sidetone_line_active_state, sidetone_line_inactive_state
2020-07-01 21:26:56 -04:00
Costin Stroie 251eb8f84b
Added support for configuring the sidetone line states HIGH and LOW. (#98) 2020-07-01 21:22:04 -04:00
Anthony Good 5425d5247a 2020.06.14.01
Added [ character as prosign AS for K1EL Winkeyer / N1MM+ compatibility (Thanks, Mark WH7W)
2020-06-14 09:40:45 -04:00
Anthony Good 428ce8d673 2020.06.03.03
Fixed issue with paddle interruption of stacked memories not being consistent (Thanks, Marcin SP5IOU)
      \S memory macro now prints space on CLI and LCD display
2020-06-03 20:44:26 -04:00
Anthony Good 7284ce9171 2020.06.03.02
In FEATURE_COMMAND_MODE_ENHANCED_CMD_ACKNOWLEDGEMENT added setting command_t_tune_mode for T (tune) command
      Without FEATURE_COMMAND_MODE_ENHANCED_CMD_ACKNOWLEDGEMENT, setting command_mode_acknowledgement_character now is used for T (tune) command
      Added setting FEATURE_ETHERNET_DNS {8,8,8,8} to FEATURE_WEB_SERVER and FEATURE_INTERNET_LINK (FEATURE_ETHERNET)
2020-06-03 18:12:41 -04:00
Anthony Good 0555eeb0c2 2020.06.03.01
Fixed issue (hopefully) with memory_area_start automatic cacluation
      Fixed issue of command_mode_acknowledgement_character not used for command acknowledgement when FEATURE_COMMAND_MODE_ENHANCED_CMD_ACKNOWLEDGEMENT is disabled
2020-06-03 12:31:26 -04:00
Anthony Good 736e4693a1 2020.05.27.01
The Paddle Echo timing factor is now in eeprom and can be set with the \:pf ### extended CLI command ( https://github.com/k3ng/k3ng_cw_keyer/wiki/310-Feature:-Command-Line-Interface#cli-commands )
      Autospace now has a configurable timing factor which can be set with the \:af ### extended CLI command
      cw_echo_timing_factor setting has been deprecated and replaced with default_cw_echo_timing_factor
      default_autospace_timing_factor setting created
      memory_area_start is now automagically calculated
      FEATURE_COMMAND_MODE_ENHANCED_CMD_ACKNOWLEDGEMENT created which has customizable CW feedback messages for most command mode commands
      New settings in settings files for FEATURE_COMMAND_MODE_ENHANCED_CMD_ACKNOWLEDGEMENT ( https://github.com/k3ng/k3ng_cw_keyer/wiki/320-Feature:-Command-Mode#feedback )
2020-05-27 17:38:15 -04:00
Anthony Good 42bc03f749 STRAIGHT_KEY_ACTIVE_STATE missing from four keyer_settings files (Thanks David N3AT) 2020-04-27 21:44:32 -04:00
Anthony Good 0492462653 2020.04.26.01
memory_area_end is now automagically calculated at runtime and is no longer in settings files
2020-04-26 14:50:32 -04:00
Anthony Good 4f820532ed 2020.04.25.01
-....- now echoes as dash "-"
      Added Command Mode command: -  Enable / disable PTT Line
2020-04-25 21:54:15 -04:00
Anthony Good dbdb64b8cd 2020.04.24.01
Added to settings files: command_mode_acknowledgement_character 'E'
2020-04-24 09:06:44 -04:00
Anthony Good aab01a4102 2020.04.21.01
FEATURE_BEACON_SETTING
      Command Line Interface: \_ Command - Beacon Mode at Boot Up Enable / Disable (requires FEATURE_BEACON_SETTING)
      {Need to update wiki}
2020-04-21 12:26:53 -04:00
Anthony Good 28d25dd1b6 2020.04.15.01
Support for FlashAsEEPROM, take four; ARDUINO_SAMD_VARIANT_COMPLIANCE support (Thanks Phil M0VSE)
2020-04-15 13:50:42 -04:00
Anthony Good 752911223c 2020.04.14.03
Support for FlashAsEEPROM, take three; ARDUINO_SAMD_VARIANT_COMPLIANCE support (Thanks Phil M0VSE)
      Added DEBUG_EEPROM_READ_SETTINGS
2020-04-15 11:49:27 -04:00
Anthony Good efb47f668d forgot something with ARDUINO_SAMD_VARIANT_COMPLIANCE 2020-04-14 19:10:44 -04:00
Anthony Good 3a682a3205 2020.04.14.02
Support for FlashAsEEPROM, take two; ARDUINO_SAMD_VARIANT_COMPLIANCE support (Thanks Phil M0VSE)
2020-04-14 19:08:28 -04:00
Anthony Good cc48539da0 2020.04.14.01
Support for FlashAsEEPROM (Thanks Phil M0VSE)
2020-04-14 16:59:35 -04:00
Anthony Good 34a8cc8dec 2020.04.13.01
Fixed compilation error when LCD display is enabled without FEATURE_MEMORIES (Thanks Nigel M0NDE)
2020-04-13 20:00:58 -04:00
Anthony Good bd1b564f9e 2020.03.10.01
Merged pull request 94 - HARDWARE_GENERIC_STM32F103C - Fixed error : call of overloaded 'noTone(<anonymous enum>)' is ambiguous (Thanks 7m4mon)
      Merged pull request 93 - Option to disable ultimatic to save space (Thanks, W6IPA)
2020-03-10 18:09:22 -04:00
w6ipa 2ec5d75152
Option to disable ultimatic to save space (#93) 2020-03-10 18:00:17 -04:00
7m4mon 9d05480b03
Fixed error : call of overloaded 'noTone(<anonymous enum>)' is ambiguous (#94) 2020-03-10 16:39:06 -04:00
Anthony Good 1aa077b10b 2020.03.08.01
Fixed another bug with \] and \U interaction (Thanks SV5FRI)
2020-03-08 11:34:22 -04:00
Anthony Good 54404e2230 2020.03.07.03
Fixed bug with \] and \U interaction (Thanks SV5FRI)
      Added \] to serial help
2020-03-07 14:21:13 -05:00
Anthony Good eac89eabe5 2020.03.07.02
Command Line Interface - Added \] to disable and enable PTT
2020-03-07 09:26:28 -05:00
Anthony Good be857b9d87 2020.03.07.01
Added OPTION_WINKEY_PINCONFIG_PTT_CONTROLS_PTT_LINE - K1EL Winkeyer PTT setting activates/deactivates PTT line rather than controls buffered character PTT hold
      TinyKeyer - OPTION_DISABLE_SERIAL_PORT_CHECKING_WHILE_SENDING_CW enabled by default for TinyKeyer (keyer_features_and_options_tinykeyer.h)
2020-03-07 07:45:56 -05:00
Anthony Good c08b8bceb7 2020.03.06.01
Merged pull request 92 - Fix button logic and add test https://github.com/k3ng/k3ng_cw_keyer/pull/92  (Thanks W6IPA)
2020-03-06 13:55:36 -05:00
w6ipa 43e8f57bdb
Fix button logic and add test (#92) 2020-03-04 07:12:16 -05:00
Anthony Good 69b6d3ca93 2020.02.18.02
Corrected fix for YCCC SO2R Mini issue involving PTT line, SO2R Mini footswitch, and K1EL Winkey emulation PINCONFIG PTT bit 0 (Thanks, K1GC and JH5GHM)
      In K1EL Winkey emulation character echo is now sent after character CW is sent
2020-02-18 20:19:24 -05:00
Anthony Good 0efaa39106 2020.02.18.01
Fix for YCCC SO2R Mini issue involving PTT line, SO2R Mini footswitch, and K1EL Winkey emulation PINCONFIG PTT bit 0 (Thanks, K1GC and JH5GHM)
2020-02-18 13:30:15 -05:00
Anthony Good 5646e4c687 2020.02.13.01
Enabling OPTION_WINKEY_PINCONFIG_PTT_CONTROLS_PTT_HOLD by default with YCCC SO2R Mini hardware profile while we continue to troubleshoot issue involving PTT line, SO2R Mini footswitch, and K1EL Winkey emulation PINCONFIG PTT bit 0
2020-02-13 17:23:10 -05:00
Anthony Good 1281c20a6f 2020.02.10.01
Added OPTION_WINKEY_PINCONFIG_PTT_CONTROLS_PTT_HOLD - Instead of normal K1EL Winkeyer PINCONFIG PTT bit 0 behavior (activating/deactivating PTT) have this bit control PTT hold when characters are buffered  (Thanks, Bill, K1GQ)
2020-02-10 18:30:55 -05:00
Claus Niesen a618c07953
Added GPL3 license file. Fixes #79. (#90) 2020-02-05 19:25:48 -05:00
VK2EFL dcd577508e
Update keyer_settings.h (#88)
Fixed a syntax error. Only became evident if using Winkeyer emulation.
2020-02-05 19:07:27 -05:00
Anthony Good 5494678702 2020.02.04.02
Renabled serial port checking during CW sending specifically when automatic sending is happening
      OPTION_ENABLE_SERIAL_PORT_CHECKING_WHILE_SENDING_CW_MAY_CAUSE_PROBLEMS has been depricated
      OPTION_DISABLE_SERIAL_PORT_CHECKING_WHILE_SENDING_CW added
2020-02-05 00:16:06 -05:00