-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path00061.html
93 lines (83 loc) · 4.68 KB
/
00061.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
<html>
<head>
<title>Introduction</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Doc-O-Matic" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="STYLESHEET" href="default.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
</head>
<body class="Element700" onload="onBodyLoadEx('frames.html', 'topic', '00061.html');" onmousedown="onBodyMouseDown();">
<!-- Begin Popups -->
<!-- End Popups -->
<!-- Begin Page Header -->
<div class="Element710" id="areafixed">
<div class="Element94">
<a href="00022.html" target="topic">Drivers Libraries Help</a> > <a href="00017.html" target="topic">BM71 Bluetooth Driver Library</a> > <a href="00061.html" target="topic">Introduction</a></div>
<div class="Element92">
<table width="100%" cellspacing="0" cellpadding="0">
<tr><td width="25%">
<div class="Element1">
MPLAB Harmony Bluetooth Help</div>
</td><td width="25%">
<div class="Element2">
<a href="contents.html" target="tocidx">Contents</a> | <a href="00020.html" target="topic">Home</a></div>
</td><td width="25%">
<div class="Element90">
<a href="00017.html" target="topic">Previous</a> | <a href="00017.html" target="topic">Up</a> | <a href="00065.html" target="topic">Next</a></div>
</td><td width="25%">
<div class="Element96">
<a href="mailto:[email protected]&subject=MPLAB Harmony Documentation Feedback (Topic ID: DRV BLUETOOTH BM71 Introduction Topic Title: Introduction)&body=Thank you for your feedback! Please include a description of your feedback, and indicate whether you are reporting an an error in the documentation or an enhancement.">Documentation Feedback</a><br> <a href="http://support.microchip.com" target="_blank">Microchip Support</a></div>
</td></tr></table><div class="Element5">
Introduction</div>
</div>
</div>
<!-- End Page Header -->
<!-- Begin Client Area -->
<div class="Element720" id="areascroll">
<div class="Element721">
<!-- Begin Page Content -->
<a name="PageContent"></a><div class="Element58">
<a name="4465736372697074696F6E"></a><div class="Element11">
<div class="Element10">
<p class="Element10">
The BM71 is a Bluetooth 5 Module that supports Bluetooth Low Energy (BLE). </p>
<p class="Element10">
The BM71 uses a UART (or USART) to receive commands from the host microcontroller and send events back over the same interface. </p>
<p class="Element10">
A typical interface of BM71 to a Microchip microcontroller is provided in the following diagram: </p><div class="Element63">
<div class="TableDiv">
<table cellspacing="0" class="Table0">
<tr>
<td class="Element77" valign="top" width="100%" style="border:none;">
<div class="Element78">
<strong>BM71 to MCU Interface</strong><br><img src="DRV BT BM71 Device Interface Diagram.png" border="0" alt="" title=""> </div></td></tr></table></div></div>
<p class="Element10">
An example demonstration application using this library to interface with the BM71 for BLE functionality is ble_comm, which is used to send a string of characters to a smartphone when the push button is pressed on a development board, and to receive a string of characters from the smartphone causing one of the LEDs to turn on and off, both using the "Transparent Service" feature of the BM71.</p></div>
</div>
</div>
<!-- End Page Content -->
<!-- Begin Page Footer -->
<div class="Element95">
<a href="00022.html" target="topic">Drivers Libraries Help</a> > <a href="00017.html" target="topic">BM71 Bluetooth Driver Library</a> > <a href="00061.html" target="topic">Introduction</a></div>
<div class="Element93">
<table width="100%" cellspacing="0" cellpadding="0">
<tr><td width="25%">
<div class="Element3">
MPLAB Harmony Bluetooth Help</div>
</td><td width="25%">
<div class="Element4">
<a href="contents.html" target="tocidx">Contents</a> | <a href="00020.html" target="topic">Home</a></div>
</td><td width="25%">
<div class="Element91">
<a href="00017.html" target="topic">Previous</a> | <a href="00017.html" target="topic">Up</a> | <a href="00065.html" target="topic">Next</a></div>
</td><td width="25%">
<div class="Element97">
<a href="mailto:[email protected]&subject=MPLAB Harmony Documentation Feedback (Topic ID: DRV BLUETOOTH BM71 Introduction Topic Title: Introduction)&body=Thank you for your feedback! Please include a description of your feedback, and indicate whether you are reporting an an error in the documentation or an enhancement.">Documentation Feedback</a><br> <a href="http://support.microchip.com" target="_blank">Microchip Support</a></div>
</td></tr></table></div>
<!-- End Page Footer -->
</div>
</div>
<!-- End Client Area -->
</body></html>