An early alpha version of the Bluetooth Mesh specification, this library will allow you to provision and configure bluetooth Mesh compliant nodes.
This is a preview version that has missing features and capabilities that are going to be added in the near future.
nRF Mesh for Android is supported on Android devices running Android 4.3 and onwards.
ExampleFirmwares
that includes a light server (Light source) and a light client (Switch) firmwares. those firmwares will work on a nrf52832
DevKit.Clone this project and add ble module as a dependency to your project:
include ':meshprovision'
project(':meshprovision').projectDir = file('../Android-Mesh-Library/meshprovision')
implementation project(':meshprovision')
inside dependencies.See example projects in this repository.
To start using the library in your own project take a look at the followign snippet.
MeshManagerApi mMeshManagerApi = new MeshManagerApi(context);
mMeshManagerApi.setMeshManagerCallbacks(this);
mMeshManagerApi.setProvisioningStatusCallbacks(this);
mMeshManagerApi.setMeshStatusCallbacks(this);
mMeshManagerApi.loadMeshNetwork();
The sample application uses the Android BLE Library by Nordic Semiconductor ASA and is recommended to use this dependency in your application.
Mobile Applications Team, Nordic Semiconductor ASA.
Contact: roshanrajaratnam roshan.rajaratnam@nordicsemi.no
The Android-nRF-Mesh-Library is available under BSD 3-Clause license. See the LICENSE file for more info.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。