WICED example project modification issue

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.
NaDo_1344206
Level 1
Level 1
Welcome!

I tried to modify example project available in WICED but not able to do so as per attached snapshot, but its creating multiple errors.

Please help on same to resolve issue quickly and to move forward quickly.

Let me know if any further details needed from my side.

0 Likes
1 Solution
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Please try changing your device name to less than 8bit characters as advertisement packets is only 32 bytes long.

Use default hello sensor project. Please follow the correct programming procedure- Programming an EZ-BT WICED Module – KBA223428

I see many errors in your snapshots attached; Check if you are using correct files, makefile.

View solution in original post

8 Replies
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Hello NaDo_1344206​,

I will require more details in order to understand your issue:

1. Which WICED demo example are you trying to test?

2. Which WICED version and Cypress EVAL board?

3. Can you please specify the Make Target you are using to program the board?

4. Also, it would be great if you could provide some details about the modifications you are doing.

0 Likes

Hello Sheetal,

1.I am using simple Hello Sensor demo code

2.WICED version i am using is WICED Studio 6.1

   The module i am using is CYBT - 343026 - EVAL

3.Make target i am using   demo.hello_sensor-CYBT_343026_EVAL download UART=COM5

4.Just i am changing the Device name by Hello sensor to other name but its showing error , its not getting build

0 Likes
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Please try changing your device name to less than 8bit characters as advertisement packets is only 32 bytes long.

Use default hello sensor project. Please follow the correct programming procedure- Programming an EZ-BT WICED Module – KBA223428

I see many errors in your snapshots attached; Check if you are using correct files, makefile.

Hello Sheetal ,

i did instead of "Hello" Just i change it to "World"

but still its coming same error and device name not getting updated

0 Likes

Please look at the Console tab instead of the Problems tab.

Do you have an eval board? Can you try to compile and download the hello_sensor app?

0 Likes

Did you install the platform files?

Platform Files for CYBT-343026-EVAL – KBA221025

0 Likes

Yes I installed Platform files

and followed the steps mentioned in Documents

0 Likes
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Can you try checking in WICED Studio 6.2.1 with a fresh new install? After following the correct steps in documents mentioned above, you should not face any difficulty in programming the board.