Skip to content

dashaw92/CWduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A very simple arduino project that creates a serial interface for Morse paddles. The firmware detects when any paddle is pressed, and writes a status update to the serial port. The client reads the status from the serial port and then acts accordingly. Serial port status is handled, so disconecting the board will correctly close the connection. Reconnecting is not handled, so you should exit the program and restart it.

The program calls dit.sh and dah.sh respectively (currently, the configuration is hardcoded to L paddle = dit, R paddle = dah) These scripts should contain infinite loops repeating the action required to interface the software you're using. The program will kill the script when the paddle is released. This is because this software does not bother with timing, so it's effectively a software On/Off.

TODO:

  • Hardware schematic

About

Use CW paddles on your computer via an Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published