Data Transmission between CYBT-213043-MESH cards

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
ErVe_4649071
Level 2
Level 2
10 replies posted 5 replies posted 5 questions asked

Hello

I would like to know if you can help me with what I am looking to do.

I am using the CYBT-213043-MESH evaluation kit, I already have a functional scanner.

Now what I'm looking to do is send the data from that scanner through a mesh network so that the other cards in the kit have the information.

Do you have an example of how I can send this data over the mesh network?

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.

HI,

I believe the question is related to the community thread we need help with BLE MESH .

Please follow the instructions given in the attached doc.

Please find the attached mesh_specific_app.c/ .h

Thanks,

-Dheeraj

View solution in original post

4 Replies
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

We have few mesh applications which demonstrates the implementation of SIG mesh sensor models. You can refer to below applications.

  • mesh_sensor_client 
  • mesh_sensor_server
  • sensor_motion         
  • sensor_temperature

Links are given below.

Snip applications: mtb-examples-CYBT-213043-MESH-btsdk-mesh-snip/mesh-snip at master · cypresssemiconductorco/mtb-examp...

Demo Applications: mtb-examples-CYBT-213043-MESH-btsdk-mesh-demo/mesh-demo at master · cypresssemiconductorco/mtb-examp...

If you wanted to implement a custom model, please use mesh_vendor_specific_app.

mtb-examples-CYBT-213043-MESH-btsdk-mesh-snip/mesh-snip/mesh_vendor_specific_app at master · cypress...

Please let me know if you have any queries.

Thanks,

-Dheeraj

Hi Dheeraj

I found that using the mesh_adv_report function found in the mesh_application.c file can fetch data from the scanner.

Now what I want to do is send that data to the other cards in the evaluation kit.

Inked1_LI.jpg

Could you support me with that?

Regards

0 Likes

???

0 Likes
lock attach
Attachments are accessible only for community members.

HI,

I believe the question is related to the community thread we need help with BLE MESH .

Please follow the instructions given in the attached doc.

Please find the attached mesh_specific_app.c/ .h

Thanks,

-Dheeraj