<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
		<id>http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=How_to_Use_Microduino_to_Transmit_Morse_Code</id>
		<title>How to Use Microduino to Transmit Morse Code - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=How_to_Use_Microduino_to_Transmit_Morse_Code"/>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=How_to_Use_Microduino_to_Transmit_Morse_Code&amp;action=history"/>
		<updated>2026-04-21T09:40:10Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=How_to_Use_Microduino_to_Transmit_Morse_Code&amp;diff=6996&amp;oldid=prev</id>
		<title>1304410487@qq.com：Created page with &quot;{| style=&quot;width: 800px;&quot; |- |   ==Purpose==  This tutorial will show you how to use Microduino to transmit Morse code.    ==Equipment== {|class=&quot;wikitable&quot; |- |Module||Number|...&quot;</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=How_to_Use_Microduino_to_Transmit_Morse_Code&amp;diff=6996&amp;oldid=prev"/>
				<updated>2015-01-08T09:06:33Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- |   ==Purpose==  This tutorial will show you how to use Microduino to transmit Morse code.    ==Equipment== {|class=&amp;quot;wikitable&amp;quot; |- |Module||Number|...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{| style=&amp;quot;width: 800px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
&lt;br /&gt;
This tutorial will show you how to use Microduino to transmit Morse code.  &lt;br /&gt;
&lt;br /&gt;
==Equipment==&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Module||Number||Function &lt;br /&gt;
|-&lt;br /&gt;
|[[Microduino-Core]]||2||Core board &lt;br /&gt;
|-&lt;br /&gt;
|[[Microduino-USBTTL]] ||2||Program download  &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Other Equipment  &lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|10K Ω resistor||One&lt;br /&gt;
|-&lt;br /&gt;
|220 Ω resistor||One &lt;br /&gt;
|-&lt;br /&gt;
|Breadboard jumper||One box &lt;br /&gt;
|-&lt;br /&gt;
|micro USB cable||One   &lt;br /&gt;
|-&lt;br /&gt;
|LED||One &lt;br /&gt;
|-&lt;br /&gt;
|Photosensitive resistor||One &lt;br /&gt;
|-&lt;br /&gt;
|Breadboard||One &lt;br /&gt;
|-&lt;br /&gt;
|Steering engine||One &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Morse Code==&lt;br /&gt;
 [[File:morseCodeTable.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Schematic==&lt;br /&gt;
Test 1: &lt;br /&gt;
[[File:lightTransferMorseSechmatic1.png|600px|center|thumb]]&lt;br /&gt;
The left and the right are transmitting and receiving end respectively.  &lt;br /&gt;
&lt;br /&gt;
Test 2:  &lt;br /&gt;
[[File:lightTransferMorseSechmatic2.png|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Program==&lt;br /&gt;
&lt;br /&gt;
[[https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Advanced_Tutorial/MicroduinoMorse MicroduinoMorse]]&lt;br /&gt;
&lt;br /&gt;
==Debugging==&lt;br /&gt;
&lt;br /&gt;
'''Test 1: '''&lt;br /&gt;
&lt;br /&gt;
Step 1: Build the circuit according to Test 1, as follows:  &lt;br /&gt;
[[File:MicroduinoMorse1_1.png|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
Step 2: Download the code of Test 1.  &lt;br /&gt;
&lt;br /&gt;
Code of transmitting end: MicroduinoMorseSender.ino&lt;br /&gt;
&lt;br /&gt;
Code of receiving end: MicroduinoMorseReciver.ino&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 3: Compile and run the code of Test 1. If you find compile errors in &lt;br /&gt;
MicroduinoMorseSender.ino, that is because the lack of Morse function library &lt;br /&gt;
[[https://github.com/markfickett/arduinomorse arduinomorse]]. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:MicroduinoMorse2_1.png|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
Step 4: The initializing password of the program is abcd. You can check the receiving information in the serial output of the receiving end.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Test 2: '''&lt;br /&gt;
&lt;br /&gt;
Step 5: Build the circuit according to Test 2, as follows:  &lt;br /&gt;
[[File:MicroduinoMorse3_1.png|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
Step 6: Download the code of Test 2.  &lt;br /&gt;
&lt;br /&gt;
Android phone app：app-debug.apk&lt;br /&gt;
&lt;br /&gt;
Android phone app receiving end: MicroduinoFlashMorsReciver.ino&lt;br /&gt;
&lt;br /&gt;
Step 7: Compile and run the code of Test 2.  &lt;br /&gt;
&lt;br /&gt;
Step 8: Install FlashMorse.apk in your android phone. And if there is app icon below, it means successful installation:  &lt;br /&gt;
&lt;br /&gt;
[[File:MicroduinoMorse5.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
Step 9: Open app with initial interface. First, you need to input the password you want to set. (Since the initial password in the receiving end is abcd, so here you’d better input abcd.):  &lt;br /&gt;
&lt;br /&gt;
[[File:MicroduinoMorse61.png|265px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
Click and enter. Put the flashing light of the phone close to the photosensitive resistor and then click ”switch” button: &lt;br /&gt;
[[File:MicroduinoMorse71.png|265px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
Meantime, the flashing light will send Morse code according to flashing frequency. [[File:MicroduinoMorse81.png|265px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
You can tell Morse code receiving by checking whether the steering engine runs or not. &lt;br /&gt;
Step 10: By change the password of the program, you can reset your own password:  [[File:MicroduinoMorse9.jpg|600px|center|thumb]]&lt;br /&gt;
[[File:MicroduinoMorse10.jpg|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
&lt;br /&gt;
The transmitting end can deliver Morse code by light transmission and the receiving end can tell if it is the fixed password by photosensitive resistor and then react correspondingly.   &lt;br /&gt;
==Video==&lt;br /&gt;
&lt;br /&gt;
http://v.youku.com/v_show/id_XODU4Nzc0MDUy.html&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>1304410487@qq.com</name></author>	</entry>

	</feed>