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.

Linux/LAUNCHXL-CC1310: Different Collector connected same localhost port!

Part Number: LAUNCHXL-CC1310
Other Parts Discussed in Thread: CC1310

Tool/software: Linux

Hello guys,

I tend to use Rasp connect with 2 different collectors to check is there any conflict between trans-ceiving data. I wonder how can we distinguish and display those information on .html site that developed on https://git.ti.com/apps/tidep0084

Thank you for you time, Phuong

  • Part Number: LAUNCHXL-CC1310

    Tool/software: Linux

    Hi guys,

    Currently, I am  working on measurement AQI project, and my mentor required to use 2 different CC1310 boards as a collector. I followed the structure from https://git.ti.com/apps/tidep0084 by using Rasp as server to store data. However, I can't get a way to make Rasp understands that it was connected with 2 different boards, and it only showed information of 1 of 2 board connected.

    I hope to receive help from you soon. 

    Thank you, Phuong

  • Hello,

    I believe that some works has to be done to the NODE JS server that is implemented here.
    One option could be to containerize the application, and run two different instances. (This could be done with Docker)
    Or if you want to natively run it and have it understand two at the same time, you will need to change the source code, since this was developed to only receive data from one.

    Regards,
    AB