<?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=Intercommunication_between_Two_Microduino-BT_Modules</id>
		<title>Intercommunication between Two Microduino-BT Modules - 版本历史</title>
		<link rel="self" type="application/atom+xml" href="http:///https//wiki.microduino.cn/index.php?action=history&amp;feed=atom&amp;title=Intercommunication_between_Two_Microduino-BT_Modules"/>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Intercommunication_between_Two_Microduino-BT_Modules&amp;action=history"/>
		<updated>2026-04-29T18:17:46Z</updated>
		<subtitle>本wiki的该页面的版本历史</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https//wiki.microduino.cn/index.php?title=Intercommunication_between_Two_Microduino-BT_Modules&amp;diff=6991&amp;oldid=prev</id>
		<title>1304410487@qq.com：Created page with &quot;{| style=&quot;width: 800px;&quot; |- | *Step 1: Two BT modules match the connection.  **Please refer to: Connection Method for New Version  *Step 2:  The default is the soft serial...&quot;</title>
		<link rel="alternate" type="text/html" href="https//wiki.microduino.cn/index.php?title=Intercommunication_between_Two_Microduino-BT_Modules&amp;diff=6991&amp;oldid=prev"/>
				<updated>2015-01-06T02:44:42Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;{| style=&amp;quot;width: 800px;&amp;quot; |- | *Step 1: Two BT modules match the connection.  **Please refer to: &lt;a href=&quot;/index.php/Connection_Method_for_New_Version&quot; title=&quot;Connection Method for New Version&quot;&gt;Connection Method for New Version&lt;/a&gt;  *Step 2:  The default is the soft serial...&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;
*Step 1: Two BT modules match the connection. &lt;br /&gt;
**Please refer to: [[Connection Method for New Version]]&lt;br /&gt;
&lt;br /&gt;
*Step 2: &lt;br /&gt;
The default is the soft serial port (D4, D5). Here we introduce the connection method of the default serial port. If you want to change jumpers, you need to change program of the serial port correspondingly.  Note: Baud rate should be below 38400. &lt;br /&gt;
*If using serial1 (D2, D3)：&lt;br /&gt;
**If using Core to debug, please change “SoftwareSerial mySerial(4, 5)” to “SoftwareSerial mySerial(2, 3)”; &lt;br /&gt;
**If using Core+ to debug, please change program “mySerial” to “Serial1”.  (D2, D3) corresponds to Serial 1 of Core+.  &lt;br /&gt;
&amp;lt;source lang=&amp;quot;cpp&amp;quot;&amp;gt;&lt;br /&gt;
#include &amp;lt;SoftwareSerial.h&amp;gt;&lt;br /&gt;
SoftwareSerial mySerial(4, 5); // RX, TX&lt;br /&gt;
&lt;br /&gt;
void setup()  &lt;br /&gt;
{&lt;br /&gt;
  // Open serial communications and wait for port to open:&lt;br /&gt;
  Serial.begin(9600);&lt;br /&gt;
  // set the data rate for the SoftwareSerial port&lt;br /&gt;
  mySerial.begin(9600);&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
void loop() // run over and over&lt;br /&gt;
{&lt;br /&gt;
  if(Serial.available())  &lt;br /&gt;
  {&lt;br /&gt;
    mySerial.write(Serial.read());&lt;br /&gt;
  }&lt;br /&gt;
  if(mySerial.available())  &lt;br /&gt;
  {&lt;br /&gt;
    Serial.write(mySerial.read());&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Download the program to the core board and you can send data through serial port input. [[File:Microduino-BLE-send-1.jpg|center]]&lt;br /&gt;
[[File:Microduino-BLE-send-2.jpg|center]]&lt;br /&gt;
&lt;br /&gt;
Note: After connection, AT instruction doesn’t work.   &lt;br /&gt;
[[File:Microduino-BLE-send-3.jpg|center]]&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>1304410487@qq.com</name></author>	</entry>

	</feed>