{"id":21191900,"url":"https://github.com/edgeimpulse/example-standalone-inferencing-ti-launchxl","last_synced_at":"2026-01-03T03:04:15.104Z","repository":{"id":45661205,"uuid":"385924149","full_name":"edgeimpulse/example-standalone-inferencing-ti-launchxl","owner":"edgeimpulse","description":"Builds and runs an exported impulse locally (Texas Instruments LaunchXL)","archived":false,"fork":false,"pushed_at":"2025-02-10T10:02:46.000Z","size":4467,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-03-07T00:58:40.807Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause-clear","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edgeimpulse.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-14T11:59:18.000Z","updated_at":"2025-02-10T10:02:50.000Z","dependencies_parsed_at":"2022-08-02T14:00:47.599Z","dependency_job_id":null,"html_url":"https://github.com/edgeimpulse/example-standalone-inferencing-ti-launchxl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgeimpulse%2Fexample-standalone-inferencing-ti-launchxl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgeimpulse%2Fexample-standalone-inferencing-ti-launchxl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgeimpulse%2Fexample-standalone-inferencing-ti-launchxl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edgeimpulse%2Fexample-standalone-inferencing-ti-launchxl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edgeimpulse","download_url":"https://codeload.github.com/edgeimpulse/example-standalone-inferencing-ti-launchxl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243646665,"owners_count":20324586,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-20T19:06:14.743Z","updated_at":"2026-01-03T03:04:10.078Z","avatar_url":"https://github.com/edgeimpulse.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# example-standalone-inferencing-ti-launchxl\n\nThis repository runs an exported impulse on the Texas Instruments LAUNCHXL-CC1352P1 development board. See the documentation at [Running your impulse locally (TI CC1352P LaunchPad)](https://docs.edgeimpulse.com/docs/running-your-impulse-ti-launchxl).\n\n## Texas Instruments Simplelink SDK\n\n- Uses the TI Simplelink SDK `simplelink_cc13x2_26x2_sdk_5.20.00.52`\n- Set `SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR` in `gcc\\makefile` to the path to TI SimpleLink SDK.\n\n## Building the application\n\n1. Build the application by calling `make` as follows:\n\n    ```\n    $ cd gcc\n    $ make\n    ```\n1. Connect the board to your computer using USB.\n1. Flash the board\n\n    **Windows**\n\n    ```\n    $ dslite.bat -c tools\\user_files\\configs\\cc1352p1f3.ccxml -l tools\\user_files\\settings\\generated.ufsettings -e -f -v gcc\\build\\edge-impulse-standalone.out\n    ```\n\n    **Linux, macOS**\n\n    ```\n    $ dslite.sh -c tools/user_files/configs/cc1352p1f3.ccxml -l tools/user_files/settings/generated.ufsettings -e -f -v gcc/build/edge-impulse-standalone.out\n    ```\n\n    *Note*: the above expects [UniFlash](https://www.ti.com/tool/UNIFLASH#downloads) is installed and `PATH` is set up properly to find `dslite.sh`.\n\n### Or build with Docker\n\n1. Build the Docker image:\n    ```\n    $ docker build -t ti-build .\n    ```\n1. Build the application by running the container as follows:\n\n    **Windows**\n\n    ```\n    $ docker run --rm -it -v \"%cd%\":/app ti-build /bin/bash -c \"cd gcc \u0026\u0026 make\"\n    ```\n\n    **Linux, macOS**\n\n    ```\n    $ docker run --rm -it -v $PWD:/app:delegated ti-build /bin/bash -c \"cd gcc \u0026\u0026 make\"\n    ```\n\n1. Connect the board to your computer using USB.\n1. Flash the board:\n\n    ```\n    $ dslite.sh -c tools/user_files/configs/cc1352p1f3.ccxml -l tools/user_files/settings/generated.ufsettings -e -f -v gcc/build/edge-impulse-standalone.out\n    ```\n\n## Troubleshooting\n\n**Flashing**\n\nIf during flashing you encounter flashing issue. Then..\n\nEnsure:\n\n1. your device is properly connected and/or your cable is not damaged.\n2. you have the proper permissions to access the USB device.\n\nIf on Linux you may want to try copying `tools/71-ti-permissions.rules` to `/etc/udev/rules.d/`. Then re-attach the USB cable and try again.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgeimpulse%2Fexample-standalone-inferencing-ti-launchxl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedgeimpulse%2Fexample-standalone-inferencing-ti-launchxl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedgeimpulse%2Fexample-standalone-inferencing-ti-launchxl/lists"}