{"id":16977371,"url":"https://github.com/mryslab/telemetrix-uno-r4","last_synced_at":"2025-08-29T06:12:09.789Z","repository":{"id":186595347,"uuid":"674384624","full_name":"MrYsLab/telemetrix-uno-r4","owner":"MrYsLab","description":"Control and monitor an Arduino UNO R4 Minima or WIFI using Python scripts.","archived":false,"fork":false,"pushed_at":"2025-05-31T21:53:22.000Z","size":7992,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-04T03:02:40.535Z","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":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrYsLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2023-08-03T20:19:28.000Z","updated_at":"2025-05-31T21:52:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"11dbe4b6-3cef-4a47-89f0-e226e5cad891","html_url":"https://github.com/MrYsLab/telemetrix-uno-r4","commit_stats":{"total_commits":17,"total_committers":1,"mean_commits":17.0,"dds":0.0,"last_synced_commit":"39f89aef39351ca339d3a9f42b240031e22a9b21"},"previous_names":["mryslab/telemetrix-uno-r4"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/MrYsLab/telemetrix-uno-r4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrYsLab%2Ftelemetrix-uno-r4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrYsLab%2Ftelemetrix-uno-r4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrYsLab%2Ftelemetrix-uno-r4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrYsLab%2Ftelemetrix-uno-r4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrYsLab","download_url":"https://codeload.github.com/MrYsLab/telemetrix-uno-r4/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrYsLab%2Ftelemetrix-uno-r4/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272640660,"owners_count":24968716,"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-08-29T02:00:10.610Z","response_time":87,"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-10-14T01:28:49.322Z","updated_at":"2025-08-29T06:12:09.779Z","avatar_url":"https://github.com/MrYsLab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## telemetrix-uno-r4\n\n# Telemetrix For The Arduino UNO R4 Minima and WIFI\n\n\nThis Python package allows you to monitor and control an UNO R4 Minima or \nWIFI board by simply writing a Python script using one of the telemetrix--uno-r4 APIs.\nAPIs are provided for both synchronous and asyncio implementations.\n\n| Feature                            | Minima | WIFI | Notes |\n|------------------------------------|:------:|:----:|:-----:|\n| Analog Input                       |   X    |  X   |       |\n| Analog Output (PWM)                |   X    |  X   |       |\n| Digital Input                      |   X    |  X   |       |\n| Digital Output                     |   X    |  X   |       |\n| i2c Primitives                     |   X    |  X   |       |\n| Servo Motor Control                |   X    |  X   |       |\n| DHT Temperature/Humidity Sensor    |   X    |  X   |       |\n| HC-SR04 Sonar Distance Sensor      |   X    |  X   |       |\n| SPI Primitives                     |   X    |  X   |       |\n| Scrolling Message Support          |        |  X   |       |\n| Integrated Debugging Aids Provided |   X    |  X   |       |\n| Examples ProvidedFor All Features  |   X    |  X   |       |\n\nFor the Minima, communication with the Python client is supported by a USBSerial \ntransport.\n\nFor the WIFI board, you may choose a WIFI, USBSerial or BLE transport. The transport \ntype is identified on the LED display.\n\nPlease refer to the [User's Guide](https://mryslab.github.io/telemetrix-uno-r4/) for further information, including installation \ninstructions and client APIs.\n\nIf you wish to extend Telemetrix's capabilities, a tutorial on how to do so is [available](https://mryslab.github.io/bits-n-bots/2025/05/20/telemetrix-under-the-hood--part-1/).\n\n\nProgrammed with [Pycharm](https://www.jetbrains.com/pycharm/)  ![](https://resources.jetbrains.com/storage/products/company/brand/logos/PyCharm_icon.svg)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryslab%2Ftelemetrix-uno-r4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmryslab%2Ftelemetrix-uno-r4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryslab%2Ftelemetrix-uno-r4/lists"}