I have successfully built the Smart Connect 6LoWPAN - Border Router Webserver AT86RF212B - SAM D21 Xplained Pro demo application. The application successfully runs on the target but does not get a IPv4 IP address on the ethernet port. I have configured the target hardware as per the user guide and am using ASF 3.35.1.
I have used a different demo application to confirm that the target is connected to the local network using a static IP.
The terminal log reports that the DHCPv4 request has been made but with no response.
Starting DHCPv4
Inited
Requested
Ctimer timer callback for dag root
No root available, we'll make ourself as root
simple_rpl_init_dag: created a new RPL dag
If I rebuild the 6LoWPAN demo with a static IP by setting DISABLE_DHCP the target assigns itself the appropriate IP but I am still unable to ping it.
Has anyone else experienced this issue and if not please can you give me tips on how to debug the target.
Can I build a shell into contiki and access these settings dynamically, possibly pinging out from the target or query what the targets run-time configuration is?
Thanks in advance.