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.

PC to TDA2x Vayu EVM communication over ethernet

Hi,

I want to have an ethernet communication between my PC and the TDA2x vayu EVM. I want  to make my board as the TCP server for this communication.

I have some understanding about how to set up the TCP socket communication. But I am unable to find any sources which will describe me that how can I 

configure my board such that it can communication with my PC over the ethernet. I have given a static IP 10.192.223.254  to my PC and and I have assigned  10.192.223.253 to my board. I have look into the client example in ndk,in that code the MAC address of the PC has been mentioned. But I have not find a place where they have configured the board to connect with this MAC address.

Please help me how to configure the TDA2x board such that ,I can communicate between my PC and the board over the ethernet.

Thanks

Arun

  • Hello Arun,

    1. I see you have configured static IP, though it should not matter you can configure client application in DHCP mode as well. This way you can use any PC on inter-network to send/receive data from EVM.
    2. There are two ways in which you can configure NDK for TCP server, you can either use NDK daemons or use socket programming. Using NDK daemons is simplest one. Client application has some TCP and UDP daemons created in netopenhook function. You can either use new or modify them for your changes like port no. etc.
    3. There are some examples i found in another thread you can refer for understanding purpose.
    e2e.ti.com/.../589436

    Let me know if this helps.

    Regards,
    Prasad