This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Get sensor data: SensorClientModel, SensorServerModel, Provisioner application

Hi! I'm trying to setup mesh network and get data from sensors thought SensorClient SensorServer via ProvisionerNode.

My Nodes info:
- Provisioner, UnicastAddress 0x0001
- DK Proxy node, UnicastAddress 0x0002
- Sensor, UnicastAddress 0x0003

In the NrfMesh mobile app, I set:
- bind app keys
- DK: set subscriptions to group (0xC000), on SensorClient model
- Sensor: set publish to address 0x0002, on SensorServer model

In the RTTViewer, I see that the messages arrived in console.
Then I trying to connect my gateway to proxy node and nothing happens. The connection is success, but no messages arrived throught bluetooth adapter (GATT "MeshProxyDataOutCharacteristic").

How can I get all messages from sensors in the gateway (GATT service on proxy node)?

Parents Reply Children
No Data
Related