{"id":22344921,"url":"https://github.com/seeed-studio/sensecap-watcher-firmware","last_synced_at":"2025-09-15T07:30:46.910Z","repository":{"id":259574018,"uuid":"763354614","full_name":"Seeed-Studio/SenseCAP-Watcher-Firmware","owner":"Seeed-Studio","description":"SDK for SenseCAP AI Watcher","archived":false,"fork":false,"pushed_at":"2025-06-09T03:17:52.000Z","size":75182,"stargazers_count":41,"open_issues_count":0,"forks_count":15,"subscribers_count":15,"default_branch":"main","last_synced_at":"2025-07-19T12:03:22.772Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Seeed-Studio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-02-26T06:13:18.000Z","updated_at":"2025-07-10T16:33:58.000Z","dependencies_parsed_at":"2025-01-13T10:38:41.568Z","dependency_job_id":null,"html_url":"https://github.com/Seeed-Studio/SenseCAP-Watcher-Firmware","commit_stats":null,"previous_names":["seeed-studio/sensecap-watcher-firmware"],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/Seeed-Studio/SenseCAP-Watcher-Firmware","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seeed-Studio%2FSenseCAP-Watcher-Firmware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seeed-Studio%2FSenseCAP-Watcher-Firmware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seeed-Studio%2FSenseCAP-Watcher-Firmware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seeed-Studio%2FSenseCAP-Watcher-Firmware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Seeed-Studio","download_url":"https://codeload.github.com/Seeed-Studio/SenseCAP-Watcher-Firmware/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Seeed-Studio%2FSenseCAP-Watcher-Firmware/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266977899,"owners_count":24015486,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-04T09:15:32.241Z","updated_at":"2025-07-25T08:09:11.308Z","avatar_url":"https://github.com/Seeed-Studio.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SenseCAP Watcher\n\n## Introduction\n\nThe project provides basic SDK for the SenseCAP Watcher, as well as the examples for getting started. It is based on the [ESP-IDF](https://github.com/espressif/esp-idf).\n\n\n## Getting Started\n\n### Install ESP IDF\n\nFollow instructions in this guide\n[ESP-IDF - Get Started](https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html)\nto setup the built toolchain used by SSCMA examples. Currently we're using the latest version `v5.2.1`.\n\n### Clone and Setup the Repository\n\n1. Clone our repository.\n\n    ```sh\n    git clone https://github.com/Seeed-Studio/SenseCAP-Watcher\n    ```\n\n2. Go to `SenseCAP-Watcher` folder.\n\n    ```sh\n    cd SenseCAP-Watcher\n    ```\n\n3. Fetch the submodules.\n\n    ```sh\n    git submodule update --init\n    ```\n\n### Build and Run Examples\n\n1. Go to examples folder and list all available examples.\n\n    ```sh\n    cd examples \u0026\u0026 \\\n    ls\n    ```\n\n2. Choose a `\u003cdemo\u003e` and enter its folder.\n\n    ```sh\n    cd '\u003cdemo\u003e'\n    ```\n\n3. Generate build config using ESP-IDF.\n\n    ```sh\n    # set build target\n    idf.py set-target esp32s3\n    ```\n\n4. Build the demo firmware.\n\n    ```sh\n    idf.py build\n    ```\n\n5. Flash the demo firmware to device and Run.\n\n    To flash (the target serial port may vary depend on your operating system, please replace `/dev/ttyACM0` with your device serial port).\n\n    ```\n    idf.py --port /dev/ttyACM0 flash\n    ```\n\n    Monitor the serial output.\n\n    ```\n    idf.py --port /dev/ttyACM0 monitor\n    ```\n\n#### Tip\n\n- Use `Ctrl+]` to exit monitor.\n\n- The previous two commands can be combined.\n\n    ```sh\n    idf.py --port /dev/ttyACM0 flash monitor\n    ```\n\n\n\n\n## Contributing\n\n- If you find any issue in using these examples, or wish to submit an enhancement request, please use the raise a [Issue](https://github.com/Seeed-Studio/SenseCAP-Watcher/issues) or submit a [Pull Request](https://github.com/Seeed-Studio/SenseCAP-Watcher/pulls).\n\n\n## License\n\n```\nThis project is released under the Apache 2.0 license.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseeed-studio%2Fsensecap-watcher-firmware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseeed-studio%2Fsensecap-watcher-firmware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseeed-studio%2Fsensecap-watcher-firmware/lists"}