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.

“qs-weather” project setting require IP address DK-tm4c129x

 Hi All,

We got the Tiva DK-TM4G129x kit. We had start the demo kit. We have gone  through the board example.

 Some are the quarry as:

 1)      “qs-weather”  project setting require IP address, it did not take automatically from our LAN, as it to get DHCP from our network.

.So it did not show the weather of different city.

2)      Similarly “ enet_lwip” project did  not get DHCP address. It will always  show the IP:169.254.159.128, (not our LAN IP)

3)      I also know how to generate the  voice message  binary data & implementing.

Regards :

Utpal

  • Hi Utpal,

    Sounds like the DHCP server on your network might not be working as expected. You can use WireShark to capture the network packages to and from the development kit. It should give you clue to what might be the issue.

    Angela