Avnet AWS IOT 4343W shadow example issue

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

cross mob
Anonymous
Not applicable

Hello,

I am basically unable to run this demo entirely:

- Clearing the DCT by holding down the button does not seem effective: I can still see most of the time the default “WICED_AWS” AP with security and sometimes I see a “Wiced Config” AP with open security. I guess the later one should be the default option, ie empty DCT.

- I am often seeing the issue where the network interface fails to mount properly, code ends up in an infinite loop :

    else if ( config == WICED_USE_INTERNAL_DHCP_SERVER )

   {

       /* Create the DHCP Server.  */

        while ( IP_HANDLE(interface).nx_ip_driver_link_up == NX_FALSE ) // This case happens after p2p moves from group negotiation to starting the group owner

        {

            host_rtos_delay_milliseconds(10);

        }

- Even if I can "sometimes" pass above issues, the scan request triggered from the provisioning webpage is never returning and the software is blocked waiting for a mutex.

I am using platform 3.7.0-3 which is the last one as far as I can tell.

Can someone confirm above issues? Do you know if a fix is available?

I hope this is the right place 🙂

Thanks.

0 Likes
1 Solution
Anonymous
Not applicable

Above issues are fixed in Wiced studio 4.0.1.

View solution in original post

2 Replies
Anonymous
Not applicable

Above issues are fixed in Wiced studio 4.0.1.

Thanks for confirming j4r0d

peter_fennakyvik86

0 Likes