{"id":21809813,"url":"https://github.com/eiichiroito/m5stickcuartudpbridge","last_synced_at":"2025-07-19T20:40:07.044Z","repository":{"id":94565544,"uuid":"273366492","full_name":"EiichiroIto/m5stickcUartUdpBridge","owner":"EiichiroIto","description":"M5StickC UART-UDP Bridge for controlling Tello","archived":false,"fork":false,"pushed_at":"2020-08-05T09:27:20.000Z","size":201,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-26T05:14:51.842Z","etag":null,"topics":["m5stickc","microbit","tello","vscode"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/EiichiroIto.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":"2020-06-19T00:16:58.000Z","updated_at":"2022-02-16T09:27:36.000Z","dependencies_parsed_at":"2023-07-28T14:16:27.567Z","dependency_job_id":null,"html_url":"https://github.com/EiichiroIto/m5stickcUartUdpBridge","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EiichiroIto%2Fm5stickcUartUdpBridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EiichiroIto%2Fm5stickcUartUdpBridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EiichiroIto%2Fm5stickcUartUdpBridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EiichiroIto%2Fm5stickcUartUdpBridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EiichiroIto","download_url":"https://codeload.github.com/EiichiroIto/m5stickcUartUdpBridge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244762192,"owners_count":20506218,"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":["m5stickc","microbit","tello","vscode"],"created_at":"2024-11-27T13:24:38.112Z","updated_at":"2025-03-21T08:25:55.064Z","avatar_url":"https://github.com/EiichiroIto.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Overview\n![Overview](https://raw.githubusercontent.com/EiichiroIto/m5stickcUartUdpBridge/master/images/microbit-tello.png)\n\n## Connection\n    micro:bit      M5StickC\n       GND     ----   GND\n       3V      ----   3V3\n       Pin0    ----   G36\n    radio-UART     UART-UDP\n\n## micro:witch program (radio-UART bridge program)\n![microwitch1](https://raw.githubusercontent.com/EiichiroIto/m5stickcUartUdpBridge/master/images/tello-uart.gif)\n\n## MicroPython program (radio-UART bridge program)\n```\nimport microbit\nfrom microbit import uart\nimport radio\n\na = 0\nradio.on()\nradio.config(group=0)\nmicrobit.sleep(3000)\nmicrobit.display.scroll(str('start'))\nuart.init(baudrate=115200,tx=microbit.pin0,rx=microbit.pin1)\nwhile True:\n    a = radio.receive()\n    if not(a is None):\n        uart.write(a)\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feiichiroito%2Fm5stickcuartudpbridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feiichiroito%2Fm5stickcuartudpbridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feiichiroito%2Fm5stickcuartudpbridge/lists"}