Posts

Showing posts with the label bluetooth-lowenergy

BLE scan does not discover device

BLE scan does not discover device My code is as follows-> manifest <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.root.securityalert"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme"> <activity android:name=".DeviceScanActivity" android:label="Activity2" /> <activity android:name=".MainActivity"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> ...

BLE node provisioning

BLE node provisioning Any standard for of BULK provisioning of BLE mesh nodes? Suppose there are 100 BLE bulbs to be part of the mesh networks, provisioning each node separately seems tedious job. What are the options? By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.