BLE Mesh Help

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

cross mob
enah_22
Level 1
Level 1
5 sign-ins First like given First reply posted

Hi i would like to implement the CYBT-231043-MESH chip into my own sensor system but i am having trouble finding developer's guide to utilising the chip. A couple of questions

1) Where can i find resources/guides for using the API? Are there some kind of tutorial besides the few examples here?

2) Is there support for using the chip as a gateway? Or do i need to get the PSoC for that? 

3) Is fast provisioning with one node as the configuration client supported? 

Thanks

0 Likes
1 Solution

You may refer to the "Bluetooth LE IoT Gateway" demo which is based on cy8ckit-062s-43012 kit board. You can find the demo in the MTB SDK or in the git:

https://github.com/Infineon/mtb-example-anycloud-ble-wifi-gateway/blob/master/README.md

View solution in original post

0 Likes
5 Replies
Owen_Zhang123
Moderator
Moderator
Moderator
5 questions asked 500 solutions authored 250 sign-ins

1. You can find the API document and some other documents here:

https://infineon.github.io/btsdk-docs/BT-SDK/208XX-A1_Bluetooth/API/index.html

2. Yes. There is a Mesh Snip Gateway Proxy demo in the modus SDK.

3. Yes, you can check the Mesh Snip Provision Client demo in the MTB.

0 Likes

Hi, regarding point 2, are you saying that the CYBT213043 module can have both wifi and bluetooth mesh capabilities? When discussing with your side, it is said that we are required to use CYBT213043 as the BLE nodes in the mesh and the PSoC 62S2 kit as the gateway. So are you saying i can make do without the PSoC kit and simply use the CYBT213043 as the gateway node? Much thanks!

0 Likes

Sorry, the mesh gateway proxy demo only implements the mesh proxy client function. It doesn't support the wifi function. You will still need a wifi chip for it.

0 Likes

So do you have a demo for using wifi and ble in the same node? Perhaps for implementing in PSoC 62S2?

0 Likes

You may refer to the "Bluetooth LE IoT Gateway" demo which is based on cy8ckit-062s-43012 kit board. You can find the demo in the MTB SDK or in the git:

https://github.com/Infineon/mtb-example-anycloud-ble-wifi-gateway/blob/master/README.md

0 Likes