<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Arduino%2FMorse_Code_Libraries</id>
	<title>Arduino/Morse Code Libraries - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Arduino%2FMorse_Code_Libraries"/>
	<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Arduino/Morse_Code_Libraries&amp;action=history"/>
	<updated>2026-06-15T02:08:51Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://charlesreid1.com/w/index.php?title=Arduino/Morse_Code_Libraries&amp;diff=11133&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;==Morse Code on Arduino==  Sending morse code on an Arduino is a little more tricky than you might think - at least when it comes to anything beyond the basics. For example, h...&quot;</title>
		<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Arduino/Morse_Code_Libraries&amp;diff=11133&amp;oldid=prev"/>
		<updated>2016-06-20T18:56:30Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Morse Code on Arduino==  Sending morse code on an Arduino is a little more tricky than you might think - at least when it comes to anything beyond the basics. For example, h...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Morse Code on Arduino==&lt;br /&gt;
&lt;br /&gt;
Sending morse code on an Arduino is a little more tricky than you might think - at least when it comes to anything beyond the basics. For example, how do you take measurements from a sensor while simultaneously keying morse code? What about timing - how long do you wait between letters? words? dots? dashes? &lt;br /&gt;
&lt;br /&gt;
In any case, I&amp;#039;ve looked into a couple of different morse code libraries for the Arduino, with a rundown of how to install and use each of them.&lt;br /&gt;
&lt;br /&gt;
===Arduinomorse===&lt;br /&gt;
&lt;br /&gt;
[[Arduinomorse Library]]&lt;br /&gt;
&lt;br /&gt;
A guide to installing the [https://github.com/markfickett/arduinomorse Arduinomorse library] from [https://github.com/markfickett/ GitHub user Mark Fickett], which allows you to send morse code with the Arduino by including a header:&lt;br /&gt;
&lt;br /&gt;
The Arduinomorse library has a fire-and-forget philosophy. You tell the keyer to transmit something, at a certain speed, and then you go off and do other things, like talk to your sensors. This can be good - if you&amp;#039;re trying to do lots of things with a single sensor and you just want to send some morse code. But this can be bad if you want greater control over the speed of your morse code while it is transmitting. &lt;br /&gt;
&lt;br /&gt;
In one of the projects below, I wanted to use a potentiometer to control the speed of a morse code keyer. Using the Arduinomorse library in this case was problematic, because it was not possible (as far as I could tell) to adjust the WPM of the transmission on-the-fly.&lt;br /&gt;
&lt;br /&gt;
===W5OBM&amp;#039;s Morse Library===&lt;br /&gt;
&lt;br /&gt;
[[Morse Library]]&lt;br /&gt;
&lt;br /&gt;
The [http://www.w5obm.us/Arduino website for W5OBM&amp;#039;s Arduino Ham Radio book] has a link to another morse code library, simply called &amp;lt;code&amp;gt;Morse&amp;lt;/code&amp;gt;. This is one that the author obtained elsewhere and modified to send correct Morse code.&lt;br /&gt;
&lt;br /&gt;
This library gives the Arduino finer-grained control over the morse code that it is sending while it is in the process of sending it - that is, sending morse code is a letter-by-letter process, not a string process. For a morse code keyer with a speed control knob, we need to have more interactive control over the sending speed, and that&amp;#039;s what the Morse library does.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Flags=&lt;br /&gt;
&lt;br /&gt;
{{ArduinoFlag}}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>