{"id":16977365,"url":"https://github.com/mryslab/tmx-pico-aio","last_synced_at":"2025-09-25T20:13:23.939Z","repository":{"id":41445944,"uuid":"364087388","full_name":"MrYsLab/tmx-pico-aio","owner":"MrYsLab","description":"Asyncio Telmetrix For Raspberry Pi Pico","archived":false,"fork":false,"pushed_at":"2023-06-28T08:29:09.000Z","size":428,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-18T20:50:19.566Z","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":"2021-05-03T23:27:34.000Z","updated_at":"2024-10-10T14:28:41.000Z","dependencies_parsed_at":"2025-01-13T20:33:30.094Z","dependency_job_id":"14982056-1cf8-4feb-a489-6981a3c197af","html_url":"https://github.com/MrYsLab/tmx-pico-aio","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"ea6cfd00e28275cc1e7c4ebceefc5a485cde3952"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrYsLab%2Ftmx-pico-aio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrYsLab%2Ftmx-pico-aio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrYsLab%2Ftmx-pico-aio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrYsLab%2Ftmx-pico-aio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrYsLab","download_url":"https://codeload.github.com/MrYsLab/tmx-pico-aio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505742,"owners_count":21115352,"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":[],"created_at":"2024-10-14T01:28:48.166Z","updated_at":"2025-09-25T20:13:18.898Z","avatar_url":"https://github.com/MrYsLab.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tmx-Pico-Aio\n\nInteract and monitor  a Raspberry  Pi Pico remotely  from your PC\nusing Python asyncio.\n\n![](images/tmx.png)\n\nA full User's Guide is [available online.](https://mryslab.github.io/telemetrix-rpi-pico/)\n\nPython API documentation  may be found [here.](https://htmlpreview.github.io/?https://github.com/MrYsLab/tmx-pico-aio/blob/master/html/tmx_pico_aio/index.html) \n\nThe Pico server code may be viewed [here.](https://github.com/MrYsLab/Telemetrix4RpiPico)\n\nThe following functionality is implemented in this release:\n\n* Analog Input\n* Digital Input, Digital Input Pullup, Digital Input Pulldown\n* PWM output\n* Loopback (for client/server link debugging)\n* I2C Support\n* NeoPixel Support\n* Servo Support\n* HC-SR04 Type Sonar Distance Sensor Support\n* DHT 11 and 22 Humidity/Temperature Sensor Support\n* Autodetect PICO device over USB Serial.\n* Automatic board reset of the PICO using the watchdog timer when application exits.\n    * Board will blink twice upon reset.\n* Retrieval of the PICO's unique ID.\n\n\n## To install The Client Library:\n\n**Linux/macOS:**\n\n```bash\nsudo pip3 install tmx-pico-aio\n```\n\n\n**Windows:**\n\n\n```bash\npip install tmx-pico-aio\n```\n\n### If you are upgrading from a previously installed version:\n\n**Linux/macOS:**\n\n```bash\nsudo pip3 install tmx-pico-aio --upgrade\n```\n\n\n**Windows:**\n\n\n```bash\npip install tmx-pico-aio --upgrade\n```\n\n## To Install The Pico Server Application\n1. [Download](https://github.com/MrYsLab/Telemetrix4RpiPico/raw/master/cmake-build-release/Telemetrix4RpiPico.uf2) \n   and save the .uf2 file.\n2. Place the Pico in file upload mode:\n   \n   A. Press and hold the BOOTSEL button while applying power. \n   \n   B. Release the BOOTSEL button.\n   \n   C. In your file explorer, you should see a new folder appear called: RPI-RP2.\n   \n   D. Drag the .uf2 file into this folder to upload the code.\n\n## Download And Run The Examples\n   \n1. [Download,](https://github.com/MrYsLab/tmx-pico-aio/archive/master.zip) \n   save, and uncompress the teletmetrix-rpi-pico Github repository.\n   \n2. Open the _examples_ directory and run any of the examples. You may\nmodify them to suit your needs.\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryslab%2Ftmx-pico-aio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmryslab%2Ftmx-pico-aio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmryslab%2Ftmx-pico-aio/lists"}