Programmed project of CYBT-213043-MESH kit

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

cross mob
KaNa_3391246
Level 5
Level 5
Distributor - Marubun (Japan)
10 solutions authored First comment on KBA 5 solutions authored

I got a CYBT-213043-MESH kit. And I turned on the power and saw the following behavior.

- Color LED flashes

- The temperature and illuminance values are output to the USB puart.

Where can I get a project for this program?

By knowing this project, I would like to deepen the understanding of this kit.

1 Solution
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi KaNa_3391246​,

Th default firmware (Color LED flash, Temperature, illuminance prints) on the MESH kit is used for evaluating the hardware on the manufacturing line before they are shipped out.

To develop bluetooth mesh application please install latest MODUS1.1 SDK and update it with BT-SDK1.3. You will be able to see few mesh code examples in the SDK which demonstrate important features of Mesh.

ModusToolbox BT_20819A1 SDK

ModusToolbox BT SDK 1.3

Remaining mesh applications can be downloaded from Github.

GitHub - cypresssemiconductorco/Code-Examples-BT-SDK-for-ModusToolbox: These examples demonstrate th...

For learning mesh, I would suggest you to start with  Getting Started with Bluetooth Mesh​ guide, Or,

Please watch How To Design With Bluetooth Mesh (Hands-On) if you prefer video lecture.

Other useful Links:

Helper application guide: MeshClient and ClientControlMesh App User Guide

Other supported documents: https://www.cypress.com/products/ble-mesh

Please refer to BT SIG Mesh Specification also - https://www.bluetooth.com/specifications/mesh-specifications

Thanks,

-Dheeraj

View solution in original post

0 Likes
3 Replies
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi KaNa_3391246​,

Th default firmware (Color LED flash, Temperature, illuminance prints) on the MESH kit is used for evaluating the hardware on the manufacturing line before they are shipped out.

To develop bluetooth mesh application please install latest MODUS1.1 SDK and update it with BT-SDK1.3. You will be able to see few mesh code examples in the SDK which demonstrate important features of Mesh.

ModusToolbox BT_20819A1 SDK

ModusToolbox BT SDK 1.3

Remaining mesh applications can be downloaded from Github.

GitHub - cypresssemiconductorco/Code-Examples-BT-SDK-for-ModusToolbox: These examples demonstrate th...

For learning mesh, I would suggest you to start with  Getting Started with Bluetooth Mesh​ guide, Or,

Please watch How To Design With Bluetooth Mesh (Hands-On) if you prefer video lecture.

Other useful Links:

Helper application guide: MeshClient and ClientControlMesh App User Guide

Other supported documents: https://www.cypress.com/products/ble-mesh

Please refer to BT SIG Mesh Specification also - https://www.bluetooth.com/specifications/mesh-specifications

Thanks,

-Dheeraj

0 Likes
KaNa_3391246
Level 5
Level 5
Distributor - Marubun (Japan)
10 solutions authored First comment on KBA 5 solutions authored

Hi Dheeraj-san,

Thank you for your response.

I understood the default firmware. Please tell me a little more.

After downloading the application I developed to the MESH kit and rewriting the firmware,

Is it possible to restore the default firmware again?

Best regards,

Kazuhito Natori

0 Likes

Hi Kazuhito Natori,

We are not releasing the default firmware along with the SDK release.

But you can definitely use the available APIs to build similar independent program to check and test the hardware.

Useful APIs are well categorized and documented in the document section of the SDK. (WICED API Reference (BT SDK 1.3))

Thanks,

-Dheeraj

0 Likes