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.

CCS/TIDA-01547: How to receive data or send data using TIDA-01547

Part Number: TIDA-01547

Tool/software: Code Composer Studio

 Hello, 

I work on 6lowpan applications. I want to know how to receive data from any device with using TIDA-01547 reference desing? Also, I want to send data to data collector but I couldn't find the data send or data receive part in code. Please help me about this situation. Thank you. 

  • Hi,

    You will need to create an external interface to the device and pass to the application task when receiving data. For the application task, you can take a look at the app_task_root.c (for root) and app_task_node.c (for end-nodes) for details.

    Regards,
    Wonsoo
  • Thank you so much for your reply. You've been very helpful to me. I also ask to I want the write my own data in the code and send this data to device so which part should I use in the code? I couldn't do it .

    In addittion, I just wondering which part in app_task_node.c send data and what it send ? 

  • You can modify the application data in the read_meters() in simple-udp-meter.c. 

    Regards,

    Wonsoo

  • I want to ask my question more clearly. I want to send data to one launchpad to another for control the leds. For example if my button in the launchpad 1's is 1, this information send to launchpad 2 and the launchpad 2's red led will be on etc. Can I do in this applicaitons in read_meters() function ? Thank you for everything.
  • Hi, 

    The data transmission and reception parts in the application task remains the same. I guess you need to implement hardware interrupt routine to control the button push and LED. You will need to review some driver examples provided by the MSP432 SDK software. 

    Regards,

    Wonsoo