How to Flash CYBLE-013025-EVAL EZ-BLE™ Module Arduino Evaluation Board

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

cross mob
lock attach
Attachments are accessible only for community members.
dpickett
Level 1
Level 1
First question asked Welcome!

Hello,

     I have absolutely no experience with this software and am finding it very difficult to understand how to download EZ-SERIAL™: EZ-BLE MODULE FIRMWARE PLATFORM onto the CYBLE-013025-EVAL EZ-BLE™ Module Arduino Evaluation Board that I have bought. I have downloaded WICED Smart SDK 2.2.3 as well as CYBLE-013025-00 WICED EZ-Serial FW Image V1.1.2 (.hex, .cgs)_0. I have consulted:
https://www.cypress.com/file/408296/download

https://community.infineon.com/t5/Knowledge-Base-Articles/Downloading-into-the-CYBLE-013025-00-modul...

WICED EZ-Serial BLE Firmware Platform User Guide - V1.1.2

It is just not clear to me when it says "Replace the “hello_client” with your project’s name". I am just trying to put the EZ-serial firmware onto the BLE module, can someone please walk me through this in the most basic way? How do I get the WICED Smart SDK to appropriately find the firmware and put it on the module? All of the rest of the posts seem to gloss over this, I am a complete beginner in this field. Thank you for your time.

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

Hi,

To program the chip, all you have to do is to follow the below KBA.

https://www.cypress.com/documentation/development-kitsboards/cyble-013025-eval-ez-ble-module-arduino... 

 

EZ serial firmware can be downloaded (Use chipload tool as mentioned in the KBA) if your requirement is satisfied with the default feature in the firmware wich is documented in https://www.cypress.com/file/408286/download . If you need to modify and program a custom firmware then you can use the WICED Smart SDK and modify it and program. WICED is based on Eclipse IDE which is very generic. You can create a project, modify it and to program it create a make target string as given in the "Programming Procedure" in the KBA.

 

Please let us know if you have any specific doubt in the Programming Procedure.

Thanks,

-Dheeraj.P.K

View solution in original post

0 Likes
1 Reply
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

To program the chip, all you have to do is to follow the below KBA.

https://www.cypress.com/documentation/development-kitsboards/cyble-013025-eval-ez-ble-module-arduino... 

 

EZ serial firmware can be downloaded (Use chipload tool as mentioned in the KBA) if your requirement is satisfied with the default feature in the firmware wich is documented in https://www.cypress.com/file/408286/download . If you need to modify and program a custom firmware then you can use the WICED Smart SDK and modify it and program. WICED is based on Eclipse IDE which is very generic. You can create a project, modify it and to program it create a make target string as given in the "Programming Procedure" in the KBA.

 

Please let us know if you have any specific doubt in the Programming Procedure.

Thanks,

-Dheeraj.P.K

0 Likes