This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Static IP Configured done, no response for ping for CC3000+MSP430FRAM

Hi, 

Below is the packet I sent to configure my CC3000 to have 192.168.10.2 as IP and 192.198.1.1 as Default Gateway. 

08c0a80a02c0a80101

After sending in the packet I did get a response on the HyperTerminal which said Done. However upon pinging the IP address using command prompt, I did not get a response from the CC3000. Am I doing anything incorrectly? Please advise. 

  • Hi,

    The AP might not be actually allowing you to use the 192.168.10.2 address. Usually they will restrict it to the range that the DHCP server allows. Therefore, it is best that you use

    192.168.1.100 or higher(since the TP-LINK uses this range for DHCP).

    Let me know how it works.

    Gustavo

  • Hi Gustavo,

    I am not too familiar with how DHCP works, but this is what I have observed. 

    pinging to addresses from 192.168.1.100 to 192.168.1.105 provide responses irrelevant of whether the AP and Micro is powered on or not. 

    When I tried to configure 192.168.106, I did not get any response. This is the packet I sent over HyperTerminal:

    08c0a8016ac0a80101

    Thanks. 

  • Hi,

    It is possible that the octets need to be inverted. The Gateway IP octets should be first, then the IP we want to use. Try

    08c0a80101c0a8016a

    Let me know how it goes.

    Gustavo

  • Gustavo,

    Sorry about that. I forgot to connect the PC to the AP before sending the ping commands. But it works! I configured 192.168.1.106 and 192.168.1.107 and checked to see if it responds only on powering on the MSP430 board, and it does. I've inserted screenshots of the ping command for anyone's reference. Thanks again!

  • I have same problem as my default gateway is 192.168.1.1 and i am trying to connect cc3000 to 192.168.1.110

    I gave command 08c0a8016ec0a80101. 

    If i ping in cmd it tells destination host unreachable. 

    I am connected to AP with IP of 192.168.1.100 and DHCP is from 100 to 199.

    What is the problem.?