{"id":24062149,"url":"https://github.com/andrvv/mpywave","last_synced_at":"2025-05-12T22:47:18.194Z","repository":{"id":149995037,"uuid":"622660832","full_name":"ANDRVV/mpyWave","owner":"ANDRVV","description":"mpyWave is a low level library for sending and receiving bits in micropython.","archived":false,"fork":false,"pushed_at":"2024-08-03T15:47:20.000Z","size":75,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T22:47:00.231Z","etag":null,"topics":["lib","micropython","radio","wave","waves"],"latest_commit_sha":null,"homepage":"","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/ANDRVV.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":"2023-04-02T18:57:39.000Z","updated_at":"2025-03-02T11:04:47.000Z","dependencies_parsed_at":"2024-08-03T17:07:17.693Z","dependency_job_id":null,"html_url":"https://github.com/ANDRVV/mpyWave","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANDRVV%2FmpyWave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANDRVV%2FmpyWave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANDRVV%2FmpyWave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ANDRVV%2FmpyWave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ANDRVV","download_url":"https://codeload.github.com/ANDRVV/mpyWave/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253837387,"owners_count":21971981,"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":["lib","micropython","radio","wave","waves"],"created_at":"2025-01-09T08:20:27.193Z","updated_at":"2025-05-12T22:47:18.150Z","avatar_url":"https://github.com/ANDRVV.png","language":"Python","readme":"\u003ch1 align=\"center\"\u003eWhat is mpyWave?\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003empyWave is an opensource library that serves to send bits and receive them from a pin for RF, fully compatible with all hardwares.\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eExample\u003c/h3\u003e\n\n```python\nimport mpyWave\n\nwave = mpyWave.Wave(protocol = 1, pin = 16)\n\nwave.sendWave(\"0\")\nwave.sendWave(\"1\")\n\nwave.sendWaves(\"011100010101110100001010111010000101000\")\n\nwave.overflow(\"1\") # It sends waves compulsively\n\nprint(mpyWave.getValidBits(wave.recvWaves(length = 40)))\n```\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrvv%2Fmpywave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrvv%2Fmpywave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrvv%2Fmpywave/lists"}