Get static Ip in STA mode

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

cross mob
Anonymous
Not applicable

Hi,

I am using WICED BCM943362WCD4 and SDK-2.4.0. I want the board to get a static ip from the access point it is connecting to. It is in STA mode. Please help me in this regard.

Thanks.

0 Likes
1 Solution
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Check out the wiced_ip_up() in ...\Wiced\internal\wiced_internal_api.h.

Set the config to be WICED_USE_STATIC_IP.

Hope it helps.

View solution in original post

2 Replies
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Check out the wiced_ip_up() in ...\Wiced\internal\wiced_internal_api.h.

Set the config to be WICED_USE_STATIC_IP.

Hope it helps.

Anonymous
Not applicable

Thank you.. It worked.