The WICED Platform of Wiced Studio 6.6

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

cross mob
niemu
Level 1
Level 1
5 sign-ins First reply posted First question asked

I'm using CYW20706,and then download the latest version of Wiced Studio 6.6. But the WICED Platform menu don't have the information about CYW20706.What should I do instead?_20220221150945.png

0 Likes
1 Solution
AnjanaM_61
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 5 questions asked

Hello @niemu 

WICED 6.6 only supports wifi solutions. 

We recommend you to use MTB IDE for 20706 which is latest. 

MTB IDE : https://www.infineon.com/cms/en/design-support/tools/sdk/modustoolbox-software/

Getting started to MTB BT : https://github.com/Infineon/CypressAcademy_BT101_Files

Regards,

Anjana

View solution in original post

0 Likes
4 Replies
AnjanaM_61
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 5 questions asked

Hello @niemu 

WICED 6.6 only supports wifi solutions. 

We recommend you to use MTB IDE for 20706 which is latest. 

MTB IDE : https://www.infineon.com/cms/en/design-support/tools/sdk/modustoolbox-software/

Getting started to MTB BT : https://github.com/Infineon/CypressAcademy_BT101_Files

Regards,

Anjana

0 Likes

 I have used the ModusToolbox_2.4 to create and export a "LE_Hello_Sensor" application,but it`s  failed.

Below is the full log:

-----------------------------------------------------

Summary:

 

BSP: CYW920706WCDEVAL

Template Application(s): LE Hello Sensor

Application(s) Root Path: E:/mtw

 

Press "Create" to create the selected application(s).

 

Collecting application data...

Info: The following entered on the command line will create the exact same project as that created with the GUI tool:

C:/Users/Administrator/ModusToolbox/tools_2.4/project-creator/project-creator-cli.exe --board-id CYW920706WCDEVAL --board-uri https://github.com/cypresssemiconductorco/TARGET_CYW920706WCDEVAL --board-commit latest-v3.X --app-id mtb-example-btsdk-ble-hello-sensor --app-uri https://github.com/Infineon/mtb-example-btsdk-ble-hello-sensor --app-commit latest-v3.X --cypress-tools C:/Users/Administrator/ModusToolbox/tools_2.4 --target-dir E:/mtw --user-app-name LE_Hello_Sensor --output-for-machine --use-modus-shell

 

 

==============================================================================

= Cloning 'mtb-example-btsdk-ble-hello-sensor' =

==============================================================================

Cloning https://github.com/Infineon/mtb-example-btsdk-ble-hello-sensor into E:/mtw directory...

env git clone --progress --origin cypress https://github.com/Infineon/mtb-example-btsdk-ble-hello-sensor LE_Hello_Sensor

Cloning into 'LE_Hello_Sensor'...

remote: Enumerating objects: 84, done.

remote: Counting objects: 100% (84/84), done.

remote: Compressing objects: 100% (34/34), done.

remote: Total 84 (delta 43), reused 78 (delta 40), pack-reused 0

Receiving objects: 100% (84/84), 62.38 KiB | 10.40 MiB/s, done.

Resolving deltas: 100% (43/43), done.

 

Checking out latest-v3.X...

env git checkout --progress latest-v3.X

Note: switching to 'latest-v3.X'.

 

You are in 'detached HEAD' state. You can look around, make experimental

changes and commit them, and you can discard any commits you make in this

state without impacting any branches by switching back to a branch.

 

If you want to create a new branch to retain commits you create, you may

do so (now or later) by using -c with the switch command. Example:

 

git switch -c <new-branch-name>

 

Or undo this operation with:

 

git switch -

 

Turn off this advice by setting config variable advice.detachedHead to false

 

HEAD is now at d91dfd7 Upload mtb-example-btsdk-ble-hello-sensor 3.2.0.20467

 

==============================================================================

= Creating "TARGET_CYW920706WCDEVAL.mtb" file(s) =

==============================================================================

E:/mtw/LE_Hello_Sensor/deps/TARGET_CYW920706WCDEVAL.mtb was added

E:/mtw/LE_Hello_Sensor/deps/TARGET_CYW920819EVB-02.mtb was removed

 

==============================================================================

= Updating Makefile for "LE_Hello_Sensor" =

==============================================================================

 

==============================================================================

= Applying the Latest Version Locking for "LE_Hello_Sensor" =

==============================================================================

E:/mtw/LE_Hello_Sensor/deps/TARGET_CYW920706WCDEVAL.mtb was updated

 

==============================================================================

= Getting Dependencies for "LE_Hello_Sensor" =

==============================================================================

C:/Users/Administrator/ModusToolbox/tools_2.4/modus-shell/bin/make.exe getlibs CY_TOOLS_PATHS=C:/Users/Administrator/ModusToolbox/tools_2.4

 

==============================================================================

= Importing libraries =

==============================================================================

Git is git version 2.33.0, found at /usr/bin/git

 

Resolving dependencies...

Checking if remote manifest is accessible...

Getting manifests from remote server...

Processing super-manifest https://github.com/cypresssemiconductorco/mtb-super-manifest/raw/v2.X/mtb-super-manifest-fv2.xml...

Successfully acquired the information.

 

E:/mtw/LE_Hello_Sensor/libs/20706A2.mtb was added

E:/mtw/LE_Hello_Sensor/libs/btsdk-common.mtb was added

E:/mtw/LE_Hello_Sensor/libs/btsdk-include.mtb was added

E:/mtw/LE_Hello_Sensor/libs/btsdk-tools.mtb was added

E:/mtw/LE_Hello_Sensor/libs/btsdk-utils.mtb was added

E:/mtw/LE_Hello_Sensor/libs/core-make.mtb was added

Dependencies resolved.

 

Searching application directory (.mtb)...

Found 10 .mtb file(s)

Processing file "E:/mtw/LE_Hello_Sensor/deps/TARGET_CYW920706WCDEVAL.mtb"

error: RPC failed; curl 28 OpenSSL SSL_read: Connection reset by peer, errno 104

fatal: expected flush after ref listing

error: Could not fetch origin

 

Processing file "E:/mtw/LE_Hello_Sensor/deps/btsdk-ble.mtb"

fatal: unable to access 'https://github.com/cypresssemiconductorco/btsdk-ble/': Failed to connect to github.com port 443 after 21068 ms: Connection timed out

 

 

ERROR: Unable to checkout "btsdk-ble". This is not a valid git repository.

 

==============================================================================

 

ERROR: --ABORTING--

: Script : C:/Users/Administrator/ModusToolbox/tools_2.4/make/getlibs.bash

: Bash path : /usr/bin/bash

: Bash version: 4.4.12(3)-release

: Exit code : 1

: Call stack : trap_exit error perform_git process_mtb extract_data find_mtbs main

 

fatal: unable to access 'https://github.com/cypresssemiconductorco/btsdk-ble/': OpenSSL SSL_read: Connection reset by peer, errno 104

make: *** [C:/Users/Administrator/ModusToolbox/tools_2.4/make/getlibs.mk:121: getlibs] Error 1

 

Project "LE_Hello_Sensor" failed to create.

 

 

 

"make getlibs" failed.

 

Failed to create and export "LE_Hello_Sensor" application.

0 Likes

I have used the modustoolbox_v2.4, but when I execute the process of create a new application, the results show failure.Here are all the logs:

-------------------------------------------------------------

Summary:

BSP: CYW920706WCDEVAL
Template Application(s): LE Hello Sensor
Application(s) Root Path: C:/Users/Administrator/mtw

Press "Create" to create the selected application(s).

Collecting application data...
Info: The following entered on the command line will create the exact same project as that created with the GUI tool:
C:/Users/Administrator/ModusToolbox/tools_2.4/project-creator/project-creator-cli.exe --board-id CYW920706WCDEVAL --board-uri https://github.com/cypresssemiconductorco/TARGET_CYW920706WCDEVAL --board-commit latest-v3.X --app-id mtb-example-btsdk-ble-hello-sensor --app-uri https://github.com/Infineon/mtb-example-btsdk-ble-hello-sensor --app-commit latest-v3.X --cypress-tools C:/Users/Administrator/ModusToolbox/tools_2.4 --target-dir C:/Users/Administrator/mtw --user-app-name LE_Hello_Sensor --output-for-machine --use-modus-shell


==============================================================================
= Cloning 'mtb-example-btsdk-ble-hello-sensor' =
==============================================================================
Cloning https://github.com/Infineon/mtb-example-btsdk-ble-hello-sensor into C:/Users/Administrator/mtw directory...
env git clone --progress --origin cypress https://github.com/Infineon/mtb-example-btsdk-ble-hello-sensor LE_Hello_Sensor
Cloning into 'LE_Hello_Sensor'...
remote: Enumerating objects: 84, done.
remote: Counting objects: 100% (84/84), done.
remote: Compressing objects: 100% (34/34), done.
remote: Total 84 (delta 43), reused 78 (delta 40), pack-reused 0
Receiving objects: 100% (84/84), 62.38 KiB | 645.00 KiB/s, done.
Resolving deltas: 100% (43/43), done.

Checking out latest-v3.X...
env git checkout --progress latest-v3.X
Note: switching to 'latest-v3.X'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

git switch -c <new-branch-name>

Or undo this operation with:

git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at d91dfd7 Upload mtb-example-btsdk-ble-hello-sensor 3.2.0.20467

==============================================================================
= Creating "TARGET_CYW920706WCDEVAL.mtb" file(s) =
==============================================================================
C:/Users/Administrator/mtw/LE_Hello_Sensor/deps/TARGET_CYW920706WCDEVAL.mtb was added
C:/Users/Administrator/mtw/LE_Hello_Sensor/deps/TARGET_CYW920819EVB-02.mtb was removed

==============================================================================
= Updating Makefile for "LE_Hello_Sensor" =
==============================================================================

==============================================================================
= Applying the Latest Version Locking for "LE_Hello_Sensor" =
==============================================================================
C:/Users/Administrator/mtw/LE_Hello_Sensor/deps/TARGET_CYW920706WCDEVAL.mtb was updated

==============================================================================
= Getting Dependencies for "LE_Hello_Sensor" =
==============================================================================
C:/Users/Administrator/ModusToolbox/tools_2.4/modus-shell/bin/make.exe getlibs CY_TOOLS_PATHS=C:/Users/Administrator/ModusToolbox/tools_2.4

==============================================================================
= Importing libraries =
==============================================================================
Git is git version 2.33.0, found at /usr/bin/git

Resolving dependencies...
Checking if remote manifest is accessible...
Getting manifests from remote server...
Processing super-manifest https://github.com/cypresssemiconductorco/mtb-super-manifest/raw/v2.X/mtb-super-manifest-fv2.xml...
Successfully acquired the information.
C:/Users/Administrator/mtw/LE_Hello_Sensor/libs/20706A2.mtb was added
C:/Users/Administrator/mtw/LE_Hello_Sensor/libs/btsdk-common.mtb was added
C:/Users/Administrator/mtw/LE_Hello_Sensor/libs/btsdk-include.mtb was added
C:/Users/Administrator/mtw/LE_Hello_Sensor/libs/btsdk-tools.mtb was added
C:/Users/Administrator/mtw/LE_Hello_Sensor/libs/btsdk-utils.mtb was added
C:/Users/Administrator/mtw/LE_Hello_Sensor/libs/core-make.mtb was added
Dependencies resolved.

Searching application directory (.mtb)...

Found 10 .mtb file(s)
Processing file "C:/Users/Administrator/mtw/LE_Hello_Sensor/deps/TARGET_CYW920706WCDEVAL.mtb"
Processing file "C:/Users/Administrator/mtw/LE_Hello_Sensor/deps/btsdk-ble.mtb"
fatal: unable to access 'https://github.com/cypresssemiconductorco/btsdk-ble/': OpenSSL SSL_read: Connection reset by peer, errno 104


ERROR: Unable to checkout "btsdk-ble". This is not a valid git repository.

==============================================================================

ERROR: --ABORTING--
: Script : C:/Users/Administrator/ModusToolbox/tools_2.4/make/getlibs.bash
: Bash path : /usr/bin/bash
: Bash version: 4.4.12(3)-release
: Exit code : 1
: Call stack : trap_exit error perform_git process_mtb extract_data find_mtbs main

fatal: unable to access 'https://github.com/cypresssemiconductorco/btsdk-ble/': Failed to connect to github.com port 443 after 21038 ms: Connection refused

make: *** [C:/Users/Administrator/ModusToolbox/tools_2.4/make/getlibs.mk:121: getlibs] Error 1

Project "LE_Hello_Sensor" failed to create.

 

"make getlibs" failed.

Failed to create and export "LE_Hello_Sensor" application.

 

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

Update:

Please try cloning the application again from the latest release. I could clone the application without any error. For such issues, please switch your internet connection to an unrestricted one. 

If you still facing the issue, another way to get the app is to download it from the github and import the app to the IDE locally. https://github.com/Infineon/mtb-example-btsdk-ble-hello-sensor 

0 Likes