<?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=Microduino_Ward_Calling_System</id>
		<title>Microduino Ward Calling System - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=Microduino_Ward_Calling_System"/>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino_Ward_Calling_System&amp;action=history"/>
		<updated>2026-04-21T07:58:18Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Microduino_Ward_Calling_System&amp;diff=7966&amp;oldid=prev</id>
		<title>1304410487@qq.com：Created page with &quot;{| style=&quot;width: 800px;&quot; |- |   ==Purpose==  The course will show you how to use Microduino to simulate a ward calling system.    ==Equipment== {|class=&quot;wikitable&quot; |- |Module|...&quot;</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Microduino_Ward_Calling_System&amp;diff=7966&amp;oldid=prev"/>
				<updated>2015-03-12T03:57:06Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- |   ==Purpose==  The course will show you how to use Microduino to simulate a ward calling system.    ==Equipment== {|class=&amp;quot;wikitable&amp;quot; |- |Module|...&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;
The course will show you how to use Microduino to simulate a ward calling system.  &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-Core+]]||1||Core board &lt;br /&gt;
|-&lt;br /&gt;
|[[Microduino-OLED]]||1||For display  &lt;br /&gt;
|-&lt;br /&gt;
|[[Microduino-Cube-S1]]||1||Extension board &lt;br /&gt;
|-&lt;br /&gt;
|[[Microduino-USBTTL]] ||2||Program download &lt;br /&gt;
|-&lt;br /&gt;
|[[Microduino-nRF24]] ||3||Wireless network &lt;br /&gt;
|-&lt;br /&gt;
|[[Microduino-Amplifier]] ||1|| &lt;br /&gt;
|-&lt;br /&gt;
|[[Microduino-SD]] ||1||Audio storage  &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||Two&lt;br /&gt;
|-&lt;br /&gt;
|Breadboard jumper wire||One box&lt;br /&gt;
|-&lt;br /&gt;
|micro usb cable||One &lt;br /&gt;
|-&lt;br /&gt;
|Button||Two &lt;br /&gt;
|-&lt;br /&gt;
|Breadboard||One &lt;br /&gt;
|-&lt;br /&gt;
|Loudspeaker||One &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Schematic==&lt;br /&gt;
&lt;br /&gt;
[[File:hospitalCallSechmatic.png|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
There are two senders—sender 1 and sender 2 in the picture—for patients to send signals. &lt;br /&gt;
&lt;br /&gt;
Modules to be stacked:  &lt;br /&gt;
*Microduino-Core&lt;br /&gt;
*Microduino-USBTTL&lt;br /&gt;
*Microduino-nRF24&lt;br /&gt;
&lt;br /&gt;
One receiver for nurses to check for patient help. &lt;br /&gt;
&lt;br /&gt;
*Microduino-Core+&lt;br /&gt;
*Microduino-USBTTL&lt;br /&gt;
*Microduino-nRF24&lt;br /&gt;
*Microduino-Cube-S1&lt;br /&gt;
*Microduino-OLED&lt;br /&gt;
&lt;br /&gt;
==Program==&lt;br /&gt;
&lt;br /&gt;
[[https://github.com/Microduino/Microduino_Tutorials/tree/master/Microduino_Advanced_Tutorial/MicroduinoHospitalCall MicroduinoHospitalCall]]&lt;br /&gt;
&lt;br /&gt;
==Debugging==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1: Build the circuit according to schematic, as follows: &lt;br /&gt;
[[File:HospitalCall1.png|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2: Download code and compile. &lt;br /&gt;
[[File:HospitalCall2.png|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 3: Supply power to any of the three stacked Microduino modules and the whole stacked system will be powered.  &lt;br /&gt;
&lt;br /&gt;
Meantime, press button marked with sender 2 in the schematic and the readings will be displayed on receiver OLED: &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:HospitalCall3.png|600px|center|thumb]]&lt;br /&gt;
&lt;br /&gt;
If readings showed on OLED were defined in the code, it means the calling of No. 25 patient is successful. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Then press the button of sender 1, the calling of No. 24 patient is successful.&lt;br /&gt;
&lt;br /&gt;
The 16 hexadecimal of the picture showed on OLED is produced through PCtolCD. The detailed method can refer to: [[Lesson 2--Microduino OLED Usage]] &lt;br /&gt;
&lt;br /&gt;
Step 4: By adding voice prompt function, medical workers can get voice notice when someone calls. &lt;br /&gt;
&lt;br /&gt;
Stack Microduino-Amplifier and Microduino-SD on the basis of the three modules, as follows:&lt;br /&gt;
[[File:HospitalCall3Sound.png|600px|center|thumb]]&lt;br /&gt;
Re-download MicroduinoHospitalCallReciverSound.ino program to Core+.   &lt;br /&gt;
Save audio files you want to play into SD card of Microduino-SD. As for how to make audio files, please refer to: [[Microduino LM4863 Music player -301KIT]] &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 5: since the three devices (Sender1, Sender 2 and Receiver) are far to each other, so we can consider to power on them with [[Microduino-BM]]. &lt;br /&gt;
&lt;br /&gt;
==Result==&lt;br /&gt;
&lt;br /&gt;
Here we make a simple wireless ward calling system. &lt;br /&gt;
&lt;br /&gt;
==Video==&lt;br /&gt;
&lt;br /&gt;
http://v.youku.com/v_show/id_XODUxNzM3OTYw.html&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>1304410487@qq.com</name></author>	</entry>

	</feed>