{"id":18772040,"url":"https://github.com/greatcattw/cc2652r7_matter_example_hex","last_synced_at":"2025-12-12T17:30:14.073Z","repository":{"id":176825425,"uuid":"659621503","full_name":"greatcattw/CC2652R7_matter_example_hex","owner":"greatcattw","description":"For Google home / Google nest hub gen 2 test","archived":false,"fork":false,"pushed_at":"2024-08-16T07:20:17.000Z","size":3591,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-29T08:12:43.214Z","etag":null,"topics":["cc2652","example","matter"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/greatcattw.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-28T08:06:34.000Z","updated_at":"2024-08-16T07:20:20.000Z","dependencies_parsed_at":"2024-07-19T10:59:49.006Z","dependency_job_id":"ca8e2719-eee1-43d4-b3b5-21f42ccb09d8","html_url":"https://github.com/greatcattw/CC2652R7_matter_example_hex","commit_stats":null,"previous_names":["greatcattw/cc2652r7_matter_example_hex"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greatcattw%2FCC2652R7_matter_example_hex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greatcattw%2FCC2652R7_matter_example_hex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greatcattw%2FCC2652R7_matter_example_hex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/greatcattw%2FCC2652R7_matter_example_hex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/greatcattw","download_url":"https://codeload.github.com/greatcattw/CC2652R7_matter_example_hex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239680028,"owners_count":19679502,"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":["cc2652","example","matter"],"created_at":"2024-11-07T19:27:35.551Z","updated_at":"2025-12-12T17:30:14.008Z","avatar_url":"https://github.com/greatcattw.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CC2652R7_matter_example_hex\nFor Google home / Google nest hub gen 2 test\n\nThere are 3 hex file for test, lighting, lock, pump.\u003cbr\u003e\nYou need to add you google account to google \"Developer Console\" and it is able to pass Matter check.\u003cbr\u003e\n\u003cbr\u003e\n![pic](pic/developer_console.png)\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n\nThe VID and PID is at https://github.com/TexasInstruments/matter/blob/v1.0-ti-branch/examples/xxx-app/cc13x2x7_26x2x7/args.gni \u003cbr\u003e\nAll of VID is 0xFFF1 \u003cbr\u003e\nPID of lighting is 0x8001 (some BSP is 0x8005, check it with minicom log) \u003cbr\u003e\nPID of lock is 0x8006\u003cbr\u003e\nPID of pump is 0x800A\u003cbr\u003e\nAll of PIN is  34970112332\u003cbr\u003e\n![pic](pic/pin_qrcode.png)\u003cbr\u003e\nAll of QR-Code can get from UART log.\u003cbr\u003e\n\nThe example of lock, press BTN-2 1 sec more to enable BLE advertising.\u003cbr\u003e\n\n![pic](pic/lock.png)\u003cbr\u003e\n\n![pic](pic/lighting.png)\u003cbr\u003e\n\n![pic](pic/pump.png)\u003cbr\u003e\n\u003cbr\u003e\n# Useful reference\nhttps://developers.home.google.com/matter/vendors/texas-instruments  \n\u003cbr\u003e\n\u003e ubuntu 20.04.6 \u003c--- MUST, MUST, MUST, u22 is unable to compile. I tried this and spent a loooooot of time.  \n\u003e \u003cbr\u003e\n\u003e sudo apt-get install git gcc g++ pkg-config libssl-dev libdbus-1-dev \\  \n\u003e   libglib2.0-dev libavahi-client-dev ninja-build python3-venv python3-dev \\  \n\u003e   python3-pip unzip libgirepository1.0-dev libcairo2-dev libreadline-dev  \n\u003e \u003cbr\u003e\n\u003e download and run it  \n\u003e wget https://software-dl.ti.com/ccs/esd/sysconfig/sysconfig-1.15.0_2826-setup.run  \n\u003e \u003cbr\u003e\n\u003e \u003cbr\u003e\n\u003e git clone -b v1.0-ti-branch --recurse-submodules https://github.com/TexasInstruments/matter.git  \n\u003e cd matter  \n\u003e source ./scripts/activate.sh  \n\u003e cd ~/matter/examples/lighting-app/cc13x2x7_26x2x7  \n\u003e gn gen out/debug --args=\"ti_sysconfig_root=\\\\\"$HOME/ti/sysconfig_1.15.0\\\\\"\"  \n\u003e ninja -C out/debug  \n\u003e \u003cbr\u003e\n\u003e I tried to build ok with :    \n\u003e lighting-app/cc13x2x7_26x2x7,  \n\u003e pump-app/cc13x2x7_26x2x7,  \n\u003e lock-app/cc13x2x7_26x2x7.  \n\u003e \u003cbr\u003e\n\u003e These hex can test with google nest hub gen 2.\n\u003e \u003cbr\u003e\n\u003e uniFlash 8.7.0  \n\u003e sudo apt-get install libusb-0.1  \n\u003e sudo apt-get install libgconf2-dev  \n\u003e install uniFlash_sl.8.7.0.4818.run  \n\u003e cd ~/ti/uniflash_8.7.0  \n\u003e sudo ./postinstall.sh  \n\u003e \u003cbr\u003e\n\n\u003cbr\u003e\nIf this document help you, how about buy street cats a can of fish ?\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreatcattw%2Fcc2652r7_matter_example_hex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreatcattw%2Fcc2652r7_matter_example_hex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreatcattw%2Fcc2652r7_matter_example_hex/lists"}