about the password of AP "WICED Device"

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

cross mob
Anonymous
Not applicable

in the page 18 document "Downloading a WICED™ Application Over the Air", it says as follow:

Performing the OTA Download

To download the scan app over the air from the computer to the test platform, perform the following steps:

1. Using the Wi-Fi connection manager on the computer, connect to the Wiced Device access point.

2. On the computer:

a.........

in the 1st step, how to connect my computer with the AP "WICED Device" when I  don't know the password.

Thank you very much.

0 Likes
1 Solution
Anonymous
Not applicable

thank you very much.

finally, I find the password. The content from the file "D:\Users\Administrator\Documents\WICED\WICED-SDK-3.7.0\WICED-SDK\apps\demo\aws_iot\pub_sub\publisher\wifi_config_dct.h" is as follow:

/* This is the soft AP available for normal operation (if used)*/

#define SOFT_AP_SSID         "WICED Device"

#define SOFT_AP_CHANNEL      1

#define SOFT_AP_SECURITY     WICED_SECURITY_WPA2_AES_PSK

#define SOFT_AP_PASSPHRASE   "WICED_PASSPHRASE"

View solution in original post

2 Replies
Anonymous
Not applicable

thank you very much.

finally, I find the password. The content from the file "D:\Users\Administrator\Documents\WICED\WICED-SDK-3.7.0\WICED-SDK\apps\demo\aws_iot\pub_sub\publisher\wifi_config_dct.h" is as follow:

/* This is the soft AP available for normal operation (if used)*/

#define SOFT_AP_SSID         "WICED Device"

#define SOFT_AP_CHANNEL      1

#define SOFT_AP_SECURITY     WICED_SECURITY_WPA2_AES_PSK

#define SOFT_AP_PASSPHRASE   "WICED_PASSPHRASE"

You set the password you want in the DCT file.