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.

Compiler/IWR1443BOOST: Install .run file on raspberry pi

Part Number: IWR1443BOOST

Tool/software: TI C/C++ Compiler

Hi,

Since am a new user, I have been trying to install TI CLOUD AGENT  on Raspberry pi 4. So using that i could able to use IWR1443Boost vital signs sensor to fetch data through cloud version of GUI composer.  

Inorder to run the GUI composer - TI CLOUD AGENT need to be installed, but it is an .exe file.

So,if i try to open the .exe file or .run file(on raspberry pi) i couldn't able to install it .

Is there any alternate file for running GUI Composer on raspberry pi 4 instead of TI CLOUD AGENT.

Kindly help me to resolve this issue . 

 

-Regards,

Harikumar

  • Former Member
    0 Former Member

    Hello,

    The supported platforms for TI Cloud Agent can be found here: https://processors.wiki.ti.com/index.php/TI_Cloud_Agent#Linux_Library_Dependencies

    However - note that the there is no GUI composer based online visualizer for the vital signs demo. The mmWave online visualizer is for the mmWave SDK out of box demo. These are two different demos with different output data formats - their visualizers are not interchangeable. The visualizer included with the vital signs demo is only supported on windows.

    You will need to write your own code to receive and parse the UART stream on your raspberry pi.

    I would recommend consulting the source code of the provided visualizer.

    Amanda

  • Thanks Amanda,

    The thing is I just need the raw data from vital signs sensor in Raspberry PI 4. I just thought of using Cloud version GUI Composer.

    If TI CLOUD AGENT doesn't support for PI , then is there any other ways to get raw data from vital signs sensor.

    What are the components and libraries that are required to receive raw data from vital signs sensor to Raspberry PI 4. 

    Is there any way that I can get UART stream of raw data from sensor to PI . 

    Is there any other links or documents that are available to resolve this issue.  

    Kindly help me in solving this issue.

    Thanks ,

    Harikumar 

  • Former Member
    0 Former Member in reply to Harikumar Gnanaprakasam

    Hello,

    This appears to be a Raspberry Pi issue and not an issue with the mmWave sensor. There is nothing special you need to do to receive the UART stream from the vital signs demo. You just need the ability to send the CFG via UART and receive the data via UART. If the Pi supports the UART driver needed then this is no different from any other UART interfaced sensor you would use with your Pi. I would recommend you consult relevant Raspberry Pi forums if you are not familiar with working with UART interfaces and data on the Raspberry Pi.

    Amanda

  • Thanks Amanda,

    Thanks a lot for the update I will look into it and let you know if i have any other issues.

    Regards,

    Harikumar