mirror of
https://github.com/pine64/bl_iot_sdk.git
synced 2024-11-19 14:13:48 +00:00
396 lines
14 KiB
HTML
396 lines
14 KiB
HTML
|
||
|
||
<!DOCTYPE html>
|
||
<html class="writer-html5" lang="zh" >
|
||
<head>
|
||
<meta charset="utf-8">
|
||
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
||
<title>14. Mesh — BL602 IoT SDK release_bl_iot_sdk_1.6.11-1-g66bb28da 文档</title>
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
|
||
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
||
<link rel="stylesheet" href="../../_static/style.css" type="text/css" />
|
||
<link rel="stylesheet" href="../../_static/css/custom.css" type="text/css" />
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!--[if lt IE 9]>
|
||
<script src="../../_static/js/html5shiv.min.js"></script>
|
||
<![endif]-->
|
||
|
||
|
||
<script type="text/javascript" id="documentation_options" data-url_root="../../" src="../../_static/documentation_options.js"></script>
|
||
<script src="../../_static/jquery.js"></script>
|
||
<script src="../../_static/underscore.js"></script>
|
||
<script src="../../_static/doctools.js"></script>
|
||
<script src="../../_static/language_data.js"></script>
|
||
|
||
<script type="text/javascript" src="../../_static/js/theme.js"></script>
|
||
|
||
|
||
<link rel="index" title="索引" href="../../genindex.html" />
|
||
<link rel="search" title="搜索" href="../../search.html" />
|
||
<link rel="next" title="15. BLSYNC-BLE" href="../demo_blsync_ble/blsync_ble.html" />
|
||
<link rel="prev" title="13. BLE" href="../demo_ble/ble.html" />
|
||
</head>
|
||
|
||
<body class="wy-body-for-nav">
|
||
|
||
|
||
<div class="wy-grid-for-nav">
|
||
|
||
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
|
||
<div class="wy-side-scroll">
|
||
<div class="wy-side-nav-search" >
|
||
|
||
|
||
|
||
<a href="../../index.html" class="icon icon-home" alt="Documentation Home"> BL602 IoT SDK
|
||
|
||
|
||
|
||
</a>
|
||
|
||
|
||
|
||
|
||
<div class="version">
|
||
release_bl_iot_sdk_1.6.11-1-g66bb28da
|
||
</div>
|
||
|
||
|
||
|
||
|
||
<div role="search">
|
||
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
|
||
<input type="text" name="q" placeholder="在文档中搜索" />
|
||
<input type="hidden" name="check_keywords" value="yes" />
|
||
<input type="hidden" name="area" value="default" />
|
||
</form>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
|
||
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<p class="caption"><span class="caption-text">Developer_Environment</span></p>
|
||
<ul>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Developer_Environment/Developer_Environment.html">1. Developer Environment</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Developer_Environment/BLFlashEnv/BLFlashEnv.html">2. BLFlashEnv</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Developer_Environment/freedom_studio/freedom_studio.html">3. Freedom Studio</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Developer_Environment/eclipse/eclipse.html">4. Eclipse</a></li>
|
||
</ul>
|
||
<p class="caption"><span class="caption-text">Examples</span></p>
|
||
<ul class="current">
|
||
<li class="toctree-l1"><a class="reference internal" href="../helloworld/helloworld.html">1. Helloword</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../demo_aws/aws.html">2. aws</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../demo_peripherals_gpio/GPIO.html">3. GPIO</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../demo_peripherals_uart_echo/uart_echo.html">4. UART_echo</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../demo_peripherals_uart_ioctl/uart_ioctl.html">5. UART_ioctl</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../demo_protocols_http/http.html">6. Http client</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../demo_protocols_httpc/httpc.html">7. Httpc client</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../demo_storage_psm/psm.html">8. PSM</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../demo_storage_romfs/romfs.html">9. Romfs</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../demo_system_cli/cli.html">10. cli</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../demo_system_fdt/fdt.html">11. FDT</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../demo_wifi/wifi.html">12. WiFi</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../demo_ble/ble.html">13. BLE</a></li>
|
||
<li class="toctree-l1 current"><a class="current reference internal" href="#">14. Mesh</a><ul>
|
||
<li class="toctree-l2"><a class="reference internal" href="#id1">14.1. 总览</a></li>
|
||
<li class="toctree-l2"><a class="reference internal" href="#id2">14.2. 使用步骤</a></li>
|
||
</ul>
|
||
</li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../demo_blsync_ble/blsync_ble.html">15. BLSYNC-BLE</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../sdk_app_easyflash_boottimes/easyflash_boottimes.html">16. Easyflash4 boot times</a></li>
|
||
</ul>
|
||
<p class="caption"><span class="caption-text">Components</span></p>
|
||
<ul>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/arch.html">1. arch</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/Command_line/helper.html">2. helper</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/Command_line/aos_cli.html">3. cli</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/Hal_drv/gpio.html">4. GPIO</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/bloop/bloop.html">5. BLOOP</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/blsync/blsync.html">6. BLSYNC</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/dts/devicetree.html">7. device tree</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/log/blog.html">8. blog</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/security/security.html">9. Security</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/vfs/vfs.html">10. AOS VFS</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/Middleware/yloop/yloop.html">11. yloop</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/Network/httpc/httpc.html">12. HTTPC</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/Network/https/https.html">13. HTTPS</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/Network/tls/tls.html">14. TLS</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/BLE/provision_WiFi/provision_WiFi.html">15. Provision_WiFi</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/BLE/mesh/mesh.html">16. Mesh</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../Components/BLE/ble_stack/ble_stack.html">17. BLE</a></li>
|
||
</ul>
|
||
<p class="caption"><span class="caption-text">API</span></p>
|
||
<ul>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../API/sys/cronalarms.html">1. cronalarms</a></li>
|
||
<li class="toctree-l1"><a class="reference internal" href="../../API/wifi/wifi_mgmr.html">2. Wi-Fi Manager</a></li>
|
||
</ul>
|
||
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
</nav>
|
||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
|
||
|
||
|
||
<nav class="wy-nav-top" aria-label="top navigation">
|
||
|
||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
|
||
<a href="../../index.html">BL602 IoT SDK</a>
|
||
|
||
</nav>
|
||
|
||
|
||
<div class="wy-nav-content">
|
||
|
||
<div class="rst-content">
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<div role="navigation" aria-label="breadcrumbs navigation">
|
||
|
||
<ul class="wy-breadcrumbs">
|
||
|
||
<li><a href="../../index.html" class="icon icon-home"></a> »</li>
|
||
|
||
<li><span class="section-number">14. </span>Mesh</li>
|
||
|
||
|
||
<li class="wy-breadcrumbs-aside">
|
||
|
||
|
||
<a href="../../_sources/Examples/demo_mesh/mesh.rst.txt" rel="nofollow"> 查看页面源码</a>
|
||
|
||
|
||
</li>
|
||
|
||
</ul>
|
||
|
||
|
||
<hr/>
|
||
</div>
|
||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
|
||
<div itemprop="articleBody">
|
||
|
||
<div class="section" id="mesh">
|
||
<span id="ble-index"></span><h1><span class="section-number">14. </span>Mesh<a class="headerlink" href="#mesh" title="永久链接至标题">¶</a></h1>
|
||
<div class="section" id="id1">
|
||
<h2><span class="section-number">14.1. </span>总览<a class="headerlink" href="#id1" title="永久链接至标题">¶</a></h2>
|
||
<p>本示例主要介绍如何使用ble mesh。</p>
|
||
</div>
|
||
<div class="section" id="id2">
|
||
<h2><span class="section-number">14.2. </span>使用步骤<a class="headerlink" href="#id2" title="永久链接至标题">¶</a></h2>
|
||
<ul>
|
||
<li><p>准备 手机安装APP <code class="docutils literal notranslate"><span class="pre">bl_mesh_app.apk</span></code></p></li>
|
||
<li><p>编译 <code class="docutils literal notranslate"><span class="pre">customer_app/bl602_demo_event</span></code> 工程并下载工程;</p></li>
|
||
<li><p>在串口中运行Mesh相关命令:</p>
|
||
<blockquote>
|
||
<div><p>#stack_ble</p>
|
||
<p>#blemesh_init</p>
|
||
<p>#blemesh_pb 2 1</p>
|
||
</div></blockquote>
|
||
</li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image222.png" src="../../_images/image222.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>打开App,Network栏中选择点击添加</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image232.png" src="../../_images/image232.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>在扫描界面中,选择要添加的设备</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image242.png" src="../../_images/image242.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>在界面中点击IDENTIFY选项</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image251.png" src="../../_images/image251.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>在界面中点击PROVISION选项</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image261.png" src="../../_images/image261.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>在弹出的界面中选择No OOB,点击ok</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image271.png" src="../../_images/image271.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>在弹出的界面中,点击ok</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image281.png" src="../../_images/image281.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>界面自动调到Network栏中,点击已经连成功的设备</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image291.png" src="../../_images/image291.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>在界面中选择Elements选项,点击其下拉按钮</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image301.png" src="../../_images/image301.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>在界面中选择Generic on off Server选项</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image312.png" src="../../_images/image312.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>在界面中选择BIND KEY选项</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image322.png" src="../../_images/image322.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>界面中点击Application key 1</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image332.png" src="../../_images/image332.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>在界面中点击ONOFF选项,控制LED的开关</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image361.png" src="../../_images/image361.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>在串口中看到有如下信息表明控制LED成功</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image411.png" src="../../_images/image411.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>在界面中点击SUBSCRIBE选项,</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image341.png" src="../../_images/image341.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>在界面中选择Create a new group to subscribe选项,</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image351.png" src="../../_images/image351.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>按照同样的方法添加另外一个设备的节点,添加成功后,在Groups选项中,点击已经成功创建的group</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image371.png" src="../../_images/image371.png" />
|
||
</div>
|
||
<ul class="simple">
|
||
<li><p>在group中,选择ON/OFF,并且串口中打印log提示LED开关信息,说明mesh组网成功</p></li>
|
||
</ul>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image381.png" src="../../_images/image381.png" />
|
||
</div>
|
||
<div class="figure align-center">
|
||
<img alt="../../_images/image411.png" src="../../_images/image411.png" />
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
</div>
|
||
|
||
</div>
|
||
<footer>
|
||
|
||
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
|
||
|
||
<a href="../demo_blsync_ble/blsync_ble.html" class="btn btn-neutral float-right" title="15. BLSYNC-BLE" accesskey="n" rel="next">下一页 <span class="fa fa-arrow-circle-right"></span></a>
|
||
|
||
|
||
<a href="../demo_ble/ble.html" class="btn btn-neutral float-left" title="13. BLE" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> 上一页</a>
|
||
|
||
</div>
|
||
|
||
|
||
<hr/>
|
||
|
||
<div role="contentinfo">
|
||
<p>
|
||
|
||
© 版权所有 2020, Bouffalo Lab
|
||
|
||
</p>
|
||
</div>
|
||
|
||
|
||
|
||
利用 <a href="http://sphinx-doc.org/">Sphinx</a> 构建,使用了
|
||
|
||
<a href="https://github.com/rtfd/sphinx_rtd_theme">主题</a>
|
||
|
||
由 <a href="https://readthedocs.org">Read the Docs</a>开发.
|
||
|
||
</footer>
|
||
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
|
||
</div>
|
||
|
||
|
||
<script type="text/javascript">
|
||
jQuery(function () {
|
||
SphinxRtdTheme.Navigation.enable(true);
|
||
});
|
||
</script>
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</body>
|
||
</html> |