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

How to put my sensor's value into Mesh

Hi, guys! I am working about a project that I need to get data from sensor and send these data through mesh. I referred from link text,and the example works well. But, I can't find led mesh example. I integrate the mesh with my own project, it can work, but the data are not in the mesh's service, but in my own service, is it normal? or how can I figure out if the mesh works fine? are there any apps or software in computer?

Parents
  • I assume you are using the BLE_Gateway example in the nRF OpenMesh ? What is it that you want to achieve ? Do you want to send your sensor data over the mesh ? If so you can use the Mesh API calls to send the data, this data will also be available over the Mesh GATT Service as well.

  • @david edwin , where is this BLE Gateway example..i am using mesh 2.01

  • hello arunbm123,

    nRF OpenMesh was/is a Nordic proprietary broadcast based mesh algorithm (runs on nrf51/52) which was published prior to the introduction of the Bluetooth SIG mesh standard in July 2017. The BLE_Gateway example that David referred to, was/is based upon that proprietary mesh sdk and is not compatible with the current Bluetooth SIG compliant Mesh v2.0.1 SDK.

    Regards,

  • ok @leonwj  any how do I introduce sensor data into Mesh

Reply Children
No Data