{"id":19639988,"url":"https://github.com/openthread/ot-kw41z","last_synced_at":"2025-07-30T10:34:17.997Z","repository":{"id":37066291,"uuid":"332968647","full_name":"openthread/ot-kw41z","owner":"openthread","description":"OpenThread on NXP KW41Z example.","archived":false,"fork":false,"pushed_at":"2025-07-21T17:05:34.000Z","size":1531,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":16,"default_branch":"main","last_synced_at":"2025-07-21T19:27:06.570Z","etag":null,"topics":["openthread"],"latest_commit_sha":null,"homepage":"https://openthread.io/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openthread.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,"zenodo":null}},"created_at":"2021-01-26T04:12:49.000Z","updated_at":"2025-07-21T17:05:30.000Z","dependencies_parsed_at":"2024-03-18T05:29:56.039Z","dependency_job_id":"4d224871-6182-4243-8e49-b1834a44292c","html_url":"https://github.com/openthread/ot-kw41z","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openthread/ot-kw41z","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openthread%2Fot-kw41z","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openthread%2Fot-kw41z/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openthread%2Fot-kw41z/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openthread%2Fot-kw41z/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openthread","download_url":"https://codeload.github.com/openthread/ot-kw41z/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openthread%2Fot-kw41z/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267851147,"owners_count":24154553,"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-30T02:00:09.044Z","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":["openthread"],"created_at":"2024-11-11T14:04:11.176Z","updated_at":"2025-07-30T10:34:17.960Z","avatar_url":"https://github.com/openthread.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build][ot-gh-action-build-svg]][ot-gh-action-build]\n\n[ot-gh-action-build]: https://github.com/openthread/ot-kw41z/actions?query=workflow%3ABuild+branch%3Amain+event%3Apush\n[ot-gh-action-build-svg]: https://github.com/openthread/ot-kw41z/workflows/Build/badge.svg?branch=main\u0026event=push\n\n---\n\n# OpenThread on KW41Z Example\n\nThis repo contains example platform drivers for the [NXP(Freescale) Kinetis MKW41Z512][mkw41z512] based on [FRDM-KW41Z][frdm-kw41z] hardware platform.\n\n[mkw41z512]: http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/kinetis-cortex-m-mcus/w-series-wireless-m0-plus-m4/kinetis-kw41z-2.4-ghz-dual-mode-ble-and-802.15.4-wireless-radio-microcontroller-mcu-based-on-arm-cortex-m0-plus-core:KW41Z\n[frdm-kw41z]: http://www.nxp.com/products/software-and-tools/hardware-development-tools/freedom-development-boards/nxp-freedom-development-kit-for-kinetis-kw41z-31z-21z-mcus:FRDM-KW41Z\n\nThe example platform drivers are intended to present the minimal code necessary to support OpenThread. As a result, the example platform drivers do not necessarily highlight the platform's full capabilities.\n\n## Toolchain\n\nDownload and install the [GNU toolchain for ARM Cortex-M][gnu-toolchain].\n\n[gnu-toolchain]: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm\n\nIn a Bash terminal, follow these instructions to install the GNU toolchain and other dependencies.\n\n```bash\n$ cd \u003cpath-to-ot-kw41z\u003e\n$ ./script/bootstrap\n```\n\n## Building\n\nIn a Bash terminal, follow these instructions to build the kw41z examples.\n\n```bash\n$ cd \u003cpath-to-ot-kw41z\u003e\n$ ./script/build\n```\n\n## Flash Binaries\n\nIf the build completed successfully, the `elf` files may be found in `\u003cpath-to-ot-kw41z\u003e/build/bin/`. You can convert them to `bin` files using `arm-none-eabi-objcopy`:\n\n```bash\n$ arm-none-eabi-objcopy -O binary ot-cli-ftd ot-cli-ftd.bin\n```\n\nCompiled binaries may be flashed onto the MKW41Z512 using drag-and-drop into the board's MSD Bootloader or the [NXP(Freescale) Test Tool][test-tool] or [JTAG interface][jtag]. The [NXP(Freescale) Test Tool][test-tool] provides a convenient method for flashing a MKW41Z512 via the [J-Link][jlink].\n\n[test-tool]: http://www.nxp.com/webapp/sps/download/license.jsp?colCode=TESTTOOL_SETUP\n[jtag]: https://en.wikipedia.org/wiki/JTAG\n[jlink]: https://www.segger.com/jlink-software.html\n\n## Interact\n\n1. The CLI example uses a UART connection (serial port settings: 115200 8-N-1).\n2. Type `help` for list of commands.\n3. See [OpenThread CLI Reference README.md][cli] to learn more.\n\n[cli]: https://github.com/openthread/openthread/blob/main/src/cli/README.md\n\n# Contributing\n\nWe would love for you to contribute to OpenThread and help make it even better than it is today! See our [Contributing Guidelines](https://github.com/openthread/openthread/blob/main/CONTRIBUTING.md) for more information.\n\nContributors are required to abide by our [Code of Conduct](https://github.com/openthread/openthread/blob/main/CODE_OF_CONDUCT.md) and [Coding Conventions and Style Guide](https://github.com/openthread/openthread/blob/main/STYLE_GUIDE.md).\n\n# License\n\nOpenThread is released under the [BSD 3-Clause license](https://github.com/openthread/ot-kw41z/blob/main/LICENSE). See the [`LICENSE`](https://github.com/openthread/ot-kw41z/blob/main/LICENSE) file for more information.\n\nPlease only use the OpenThread name and marks when accurately referencing this software distribution. Do not use the marks in a way that suggests you are endorsed by or otherwise affiliated with Nest, Google, or The Thread Group.\n\n# Need help?\n\nOpenThread support is available on GitHub:\n\n- Bugs and feature requests pertaining to the OpenThread on KW41Z Example — [submit to the openthread/ot-kw41z Issue Tracker](https://github.com/openthread/ot-kw41z/issues)\n- OpenThread bugs and feature requests — [submit to the OpenThread Issue Tracker](https://github.com/openthread/openthread/issues)\n- Community Discussion - [ask questions, share ideas, and engage with other community members](https://github.com/openthread/openthread/discussions)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenthread%2Fot-kw41z","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenthread%2Fot-kw41z","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenthread%2Fot-kw41z/lists"}