Questions tagged [bluetooth-mesh]

Bluetooth mesh is a network topology that enables many-to-many device communication

23 questions
0
votes
0 answers

Bluetooth Mesh provision between bluez and zepyhr failed

I am trying to open a bluetooth mesh network with my Raspberry Pi and a Qorov DWM3001CDK dev board where I run a Zepyhr RTOS. I like to work with Python to do that so I got the bluetooth-mesh package for that.…
0
votes
1 answer

How to advertise AdvertiseData with BluetoothLeAdvertiser on android using BLE 2M PHY

I'm currently building a chat app based on Bluetooth Low Energy Advertisments. I tried to build a client following this tutorial by android, but my BluetoothLeScanner doesnt seem to retrieve any BLE 2M PHY scanResults. I was able to achieve the…
0
votes
1 answer

Bluez 5.65 mesh-cfgclient failed genrate UUID

I tried to provision a device via Bluez and mesh-cfgclient on my Raspberry Pi. Bluez: 5.65 Raspberry Pi: 3B+ First I am looking for provisionable devices and get: Scan result: rssi = -38 UUID = DDDD00000000000000000000000000DD OOB =…
SvHoy
  • 3
  • 1
0
votes
0 answers

Access primary address of ESP-BLE-MESH publishing node in ESP-IDF

I have a simple BLE mesh (using Espressif's ESP-BLE-MESH) consisting of two nodes; one containing 3 generic onoff server elements publishing to a group, and one containing a single generic onoff client subscribed to that group. Each node is a little…
0
votes
0 answers

Time synchronization in a stand-alone Mesh network

The time in a Mesh network shall be the same in every node. The SIG time model describes how to transfer time from one node to another. We already implemented this time model in our project. (Reference: SIG Mesh Model Specification 1.0.1, chapter 5,…
0
votes
1 answer

Is it good way to receive BLE data without connection?

My app must run forever without user interaction and receive data from Bluetooth Mesh Network. The app what I made works fine so far. But there are some issues on the Mesh Library(CSRMesh of Qualcomm) especially on bridge connection so that app can…
조경상
  • 43
  • 6
-1
votes
1 answer

Python BlueZ Mesh

I have a Raspberry Pi 4 with the latest BlueZ (5.54) stack. My goal is to make a Python script which collects different sensor data (Air Quality and Temperature) via Bluetooth Mesh. I was googling many articles and forums but could not decide which…
Andrew S.
  • 11
  • 4
-1
votes
1 answer

Number of connections possible in a BLE device

How many no of BLE devices can be paired with other BLE devices simultaneously? I understand Bluetooth headsets working on BLE4.2> simultaneously allow 2 connections at the same time? How is it with the BLE?
1
2