k3ng / k3ng_cw_keyer

K3NG Arduino CW Keyer
http://blog.radioartisan.com/arduino-cw-keyer/
GNU General Public License v3.0
424 stars 220 forks source link

K3NG Inital speed on Arduino Nano #116

Closed express405 closed 3 years ago

express405 commented 3 years ago

In my attempt to modify code so it starts at a manageable speed for learning code the NANO remains too fast for me to practice. Build is very basic, Key, Speaker, 9v battery, Altoids tin for portability. I do not want to have to go into command mode every time I power up.

keyer_settings_nanokeyer_rev_b.h

// Initial and hardcoded settings

define initial_speed_wpm 18 // "factory default" keyer speed setting

define initial_command_mode_speed_wpm 18 // "factory default" command mode speed setting

My terminal indicates:

K3NG Keyer Version 2020.03.10.01 \S Iambic B Buffers: Dit On Dah On WPM: 26 Command Mode WPM: 20 Sidetone: On 600 hz Dah to dit: 3.00 Weighting: 50 Serial Number: 1 Wordspace: 7 TX: 1 Quiet Paddle Interrupt: Off Mill Mode: Off PTT Buffered Character Hold: Off TX Inhibit: Off TX Pause: Off Paddle Echo: On

k3ng commented 3 years ago

Do a "factory reset" by powering up with both paddles depressed. The should write the 18 WPM setting to EEPROM and cause the keyer to boot up at that speed.

On Sun, Jul 25, 2021 at 3:41 PM express405 @.***> wrote:

In my attempt to modify code so it starts at a manageable speed for learning code the NANO remains too fast for me to practice. Build is very basic, Key, Speaker, 9v battery, Altoids tin for portability. I do not want to have to go into command mode every time I power up.

keyer_settings_nanokeyer_rev_b.h

// Initial and hardcoded settings

define initial_speed_wpm 18 // "factory default" keyer speed setting

define initial_command_mode_speed_wpm 18 // "factory default" command

mode speed setting

My terminal indicates:

K3NG Keyer Version 2020.03.10.01 \S Iambic B Buffers: Dit On Dah On WPM: 26 Command Mode WPM: 20 Sidetone: On 600 hz Dah to dit: 3.00 Weighting: 50 Serial Number: 1 Wordspace: 7 TX: 1 Quiet Paddle Interrupt: Off Mill Mode: Off PTT Buffered Character Hold: Off TX Inhibit: Off TX Pause: Off Paddle Echo: On

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/k3ng/k3ng_cw_keyer/issues/116, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAZNU4EZ7ARW7QAW32D2GKDTZRSGBANCNFSM5A62YHVA .

express405 commented 3 years ago

Worked like a charm, thank you.