{"id":41060283,"url":"https://github.com/digidotcom/xbee-micropython","last_synced_at":"2026-01-22T11:42:50.083Z","repository":{"id":34337800,"uuid":"138792291","full_name":"digidotcom/xbee-micropython","owner":"digidotcom","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-16T14:23:49.000Z","size":1686,"stargazers_count":78,"open_issues_count":23,"forks_count":34,"subscribers_count":42,"default_branch":"master","last_synced_at":"2025-12-20T04:15:13.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/digidotcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-26T20:54:42.000Z","updated_at":"2025-12-16T14:23:54.000Z","dependencies_parsed_at":"2023-12-12T20:22:47.077Z","dependency_job_id":"e2e544ff-6b76-4458-947b-004c1a36907f","html_url":"https://github.com/digidotcom/xbee-micropython","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/digidotcom/xbee-micropython","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digidotcom%2Fxbee-micropython","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digidotcom%2Fxbee-micropython/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digidotcom%2Fxbee-micropython/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digidotcom%2Fxbee-micropython/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digidotcom","download_url":"https://codeload.github.com/digidotcom/xbee-micropython/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digidotcom%2Fxbee-micropython/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28662306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":"2026-01-22T11:42:49.238Z","updated_at":"2026-01-22T11:42:50.077Z","avatar_url":"https://github.com/digidotcom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"MicroPython Resources for XBee Devices\n======================================\n\nThis project contains modules and sample code for use on XBee devices with\nMicroPython. Digi has written some of the modules and samples, in addition to\nmodifying existing code to address differences between the XBee and other\nMicroPython platforms. This project includes code from\n[micropython-lib][micropython-lib].\n\nThe repository is used by the **Digi XBee PyCharm IDE Plugin** to\nget the available samples, libraries platforms and stubs and facilitate the\nprocess of creating and launching MicroPython applications in XBee devices.\nThis means that you don't need to clone it unless you want to contribute\nwith new content as the PyCharm plugin will handle all necessary resources\nautomatically.\n\nWe don't recommend you to do so, but you can still use the content of this\nrepository to create XBee MicroPython applications by your own (without using\nthe **Digi XBee PyCharm IDE Plugin**). In any case, you will find\ninformation on how to get started with XBee and MicroPython in the\n[Digi MicroPython Programming Guide][doc].\n\n[Digi International][Digi] manages the project on GitHub as\n[xbee-micropython][xbee-micropython].\n\n\nRequirements\n------------\n\nModules and samples within the repository can be executed only in XBee\ndevices with MicroPython support. This is the list of current compatible\ndevices:\n\n* Digi XBee3 Zigbee 3 (firmware 1006 and later)\n* Digi XBee3 802.15.4 (firmware 2003 and later)\n* Digi XBee3 DigiMesh 2.4 (firmware 3002 and later)\n* Digi XBee3 Cellular LTE-M/NB-IoT (firmware 11410 and later)\n* Digi XBee3 Cellular LTE Cat 1 (firmware x10 and later)\n* Digi XBee Cellular 3G (firmware 1130B and later)\n* Digi XBee Cellular LTE Cat 1 (firmware 100B and later)\n* Digi XBee 3 Global LTE-M/NB-IoT (firmware x18 and later)\n* Digi XBee 3 Global LTE Cat 1 (firmware 41519 and later)\n* Digi XBee 3 North America LTE Cat 1 (firmware 11519 and later)\n* Digi XBee BLU (firmware 4000 and later)\n* Digi XBee Wi-SUN (firmware version B00000 and later)\n\n\nOrganization\n------------\n\nThe repository is structured in the following folders:\n\n* **categories** - This folder contains the definition and images for the Digi\n  categories in which the different products supporting MicroPython are\n  organized. This information is used by the **Digi XBee PyCharm IDE Plugin** to\n  filter the supported platforms.\n* **lib** - Files in the `lib/` directory mirror the structure you'd use when\n  uploading to the XBee device.  For example, `lib/umqtt/simple.py` is the\n  correct location for `import umqtt.simple` to work in your program.\n* **platforms** - This folder contains the definition and images for the\n  Digi XBee products supporting MicroPython. This information is used by the\n  **Digi XBee PyCharm IDE Plugin** to list the supported platforms.\n* **samples** - Files in the `samples/` directory are organized by feature or\n  XBee device. For example, `cellular` contains samples for XBee3 Cellular\n  devices and `i2c` contains samples for any XBee device with I2C support in\n  MicroPython.\n* **typehints** - This folder contains the API definitions of the MicroPython\n  modules available in the XBee devices. These definitions are used by the\n  **Digi XBee PyCharm IDE Plugin** for syntax checking, code completion\n  and refactoring.\n\nOther folders that appear in the repository include:\n\n* **tools** - Scripts and other resources which serve useful purposes for\n  contributors to the repository, such as a tool to check that all\n  README.md files are formatted as expected.\n\n\nUsage\n-----\n\nFor information on how to get started with XBee and MicroPython, see the\n[Digi MicroPython Programming Guide][doc].\n\n\nHow to Contribute\n-----------------\nThe contributing guidelines are in the [CONTRIBUTING.md](CONTRIBUTING.md)\ndocument.\n\n\nLicense\n-------\n\nThis software is open-source software. Copyright Digi International, 2018-2025.\n\nSamples within `samples/` folder, stub files in `typehints/` folder and most of\nthe source code in the `lib/` directory is covered by the\n[MIT License](LICENSE.txt). Individual library files may contain alternate\nlicensing, depending on their origin.\n\n\n[Digi]: http://www.digi.com\n[xbee-micropython]: https://github.com/digidotcom/xbee-micropython\n[doc]: https://www.digi.com/resources/documentation/digidocs/90002219\n[micropython-lib]: https://github.com/micropython/micropython-lib","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigidotcom%2Fxbee-micropython","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigidotcom%2Fxbee-micropython","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigidotcom%2Fxbee-micropython/lists"}