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.

MSP432E401Y: set URN of MSP432E401Y

Part Number: MSP432E401Y
Other Parts Discussed in Thread: CC3220SF

Hello,

I want to set URN of my MSP432E401Y device. But I can not find and API for it.

I am able to set that device URN of CC3220 device using api as follow from netapp.c file.

        _u8 *my_device = "MY-SIMPLELINK-DEV";
        sl_NetAppSet (SL_NETAPP_DEVICE_ID, SL_NETAPP_DEVICE_URN, strlen(my_device), (_u8 *) my_device);

For cc3220 I find netapp.c file from  "C:\ti\simplelink_cc32xx_sdk_4_40_00_07\source\ti\drivers\net\wifi\source".

I want to set URN name for MSP432E401Y. How can I set it?

Thanks,

Dinkar

  • Hello,

    Any update on this. 

    We want to set mDNS name to MSP432E401y. Our project is on hold due to this small problem. We are using the same service in CC3220SF.

    Looking forward to any TI employee for an update on this.

    Regards

    Pulkit Prajapati

    Microally Technologies PVT LTD

  • Hello, 

    we are waiting for reply.
    let me describe problem again.

    Problem statement:- We need to connect all Wi-Fi based device using MQTT to our MSP432E401Y(Gateway 2.0) MQTT server. For that we need to assign MDNS name to MSP432E401Y.Using this MDNS name we can overcome DHCP IP address for gateway. For that we are currently using SDK4.20.

    Help me to solve this problem.

    Thanks,
    Dinkar