当前位置:网站首页>蓝牙Mesh系统开发五 ble mesh设备增加与移除
蓝牙Mesh系统开发五 ble mesh设备增加与移除
2022-08-05 00:48:00 【玉怀一捧雪】
前言
在一些场景中,系统需要指定某个设备或多台设备添加到网络中;或者某个节点移除或者需要节点需要添加到其他网络时,如何进行节点的移除,本章主要讲解下ble mesh网络中对节点的添加加与删除方法
删除节点
1. 节点自身清除网络信息
直接将节点恢复到未配网状态,以泰凌微8258 mesh工程为例,用户可以通过长按机械按键进行恢复操作,将设备恢复到未配网状态(当然原网络中依然会保存有节点信息)
- 通过调用factory_reset清除全部信息,或调用mesh_reset_network清除网络信息
if(btn_value == BTN_PRESS_LONG_CLICK)
{
LOG_I("reset system !");
边栏推荐
- Dynamic Programming/Knapsack Problem Summary/Summary - 01 Knapsack, Complete Knapsack
- 阶段性测试完成后,你进行缺陷分析了么?
- oracle create tablespace
- Software testing interview questions: What are the three modules of LoadRunner?
- 2022杭电多校第三场 K题 Taxi
- 2022 Hangzhou Electric Power Multi-School Session 3 Question B Boss Rush
- Software Testing Interview Questions: What's the Difference Between Manual Testing and Automated Testing?
- D - I Hate Non-integer Number (count of selected number dp
- Theory of Software Fundamentals
- 数仓4.0(三)------数据仓库系统
猜你喜欢
随机推荐
软件测试面试题:软件都有多少种分类?
3. pcie.v file
2021年11月网络规划设计师上午题知识点(上)
Getting Started with Kubernetes Networking
Pytorch使用和技巧
leetcode: 267. Palindromic permutations II
快速批量修改VOC格式数据集标签的文件名,即快速批量修改.xml文件名
gorm joint table query - actual combat
"WEB Security Penetration Testing" (28) Burp Collaborator-dnslog out-band technology
2022牛客多校第三场 J题 Journey
GCC: Shield dependencies between dynamic libraries
Software testing interview questions: How many types of software are there?
二叉树[全解](C语言)
进程间通信和线程间通信
5.PCIe官方示例
软件基础的理论
创意代码表白
软件测试面试题:设计测试用例时应该考虑哪些方面,即不同的测试用例针对那些方面进行测试?
工具类总结
Introduction to JVM class loading