Skip to content

Latest commit

 

History

History
executable file
·
27 lines (17 loc) · 918 Bytes

README.md

File metadata and controls

executable file
·
27 lines (17 loc) · 918 Bytes

nRFMeshProvision

About

An early alpha version of the Bluetooth Mesh specification, this library will allow you to provision and configure bluetooth Mesh compliant nodes. Addtionally, GenericOnOff Server models can be controlled from within the Example Application. This is a preview version that has missing features and capabilities that are going to be added in the near future.

Requirements

  • Xcode
  • An iOS device with BLE capabilities

Optional

  • nrf52832 based Development Kit(s) to test the sample firmwares on.

Installation

  • Open Example/nRFMeshProvision.xcworkspace
  • Connect an iOS Device.
  • Build and run project.
  • To be able to quickly start testing, use the bundled firmwares directory named ExampleFirmwares that includes a light server (Light source) and a light client (Switch) firmwares. those firmwares will work on a nrf52832 DevKit.

License

BSD 3-Clause License