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

cross mob
LeonH
Level 4
Level 4
Distributor - Arrow(GC)
100 sign-ins First solution authored 50 sign-ins
Hi Sir,
 

I'm testing Modus wifi web server example with CY8CKIT-062S2-43012.

Only modify the softAP parameter as follow

#define SOFTAP_SSID "MyServer 

#define SOFTAP_PASSWORD "12345678"
#define SOFTAP_SECURITY_TYPE CY_WCM_SECURITY_WPA2_AES_PSK
#define SOFTAP_IP_ADDRESS MAKE_IPV4_ADDRESS(192, 168, 0, 2)
#define SOFTAP_NETMASK MAKE_IPV4_ADDRESS(255, 255, 255, 0)
#define SOFTAP_GATEWAY MAKE_IPV4_ADDRESS(192, 168, 0, 1)

In the beginning, the board runs softAP with web server, but laptop is hard to connect to web server(http://192.168.0.2:80),  failure rate is around  90%. 

What is possible root cause?

May I need to adjust other parameter?

0 Likes
1 Solution
Phanindra_I
Moderator
Moderator
Moderator
250 sign-ins 10 likes given 25 likes received

This issue has been discussed in a tech support case. After updating to ModusToolbox 3.0, the kit is able to connect easily to the web server.

Thanks

View solution in original post

0 Likes
1 Reply
Phanindra_I
Moderator
Moderator
Moderator
250 sign-ins 10 likes given 25 likes received

This issue has been discussed in a tech support case. After updating to ModusToolbox 3.0, the kit is able to connect easily to the web server.

Thanks

0 Likes