{"id":13801854,"url":"https://github.com/gamefunc/micropython_espX_IR_Transceiver","last_synced_at":"2025-05-13T12:30:37.965Z","repository":{"id":45481474,"uuid":"183560365","full_name":"gamefunc/micropython_espX_IR_Transceiver","owner":"gamefunc","description":"micropython esp32 IR Transceiver","archived":false,"fork":false,"pushed_at":"2022-05-08T23:49:58.000Z","size":9,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-05T00:06:50.993Z","etag":null,"topics":["esp32","ir","micropython","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gamefunc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-26T05:04:15.000Z","updated_at":"2023-09-27T06:44:41.000Z","dependencies_parsed_at":"2022-07-15T04:00:39.550Z","dependency_job_id":null,"html_url":"https://github.com/gamefunc/micropython_espX_IR_Transceiver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamefunc%2Fmicropython_espX_IR_Transceiver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamefunc%2Fmicropython_espX_IR_Transceiver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamefunc%2Fmicropython_espX_IR_Transceiver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamefunc%2Fmicropython_espX_IR_Transceiver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gamefunc","download_url":"https://codeload.github.com/gamefunc/micropython_espX_IR_Transceiver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225208429,"owners_count":17438209,"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":["esp32","ir","micropython","python"],"created_at":"2024-08-04T00:01:28.693Z","updated_at":"2024-11-18T16:31:29.880Z","avatar_url":"https://github.com/gamefunc.png","language":"Python","readme":"# micropython_espX_IR_Transceiver\nmicropython esp32  IR Transceiver\n\nmicropython 基础入门 课件: https://edu.csdn.net/course/detail/25660\n\n\n# how to use:\n  # logIRCMD(time list) -\u003e auto save to /buttomCMD.txt, i am use VS/HX1838B:\n      from irGetCMD import *\n      a = irGetCMD(25) # 25 is GPIO PIN number\n\n  # get log code line -\u003e json.loads -\u003e get the listObject . \n      from irSelectCMD import *\n      irCMDList = irSelectCMD(0) \n\n  # pwmObject\n      import machine\n      irLed = machine.Pin(16, machine.Pin.OUT) # 16 is GPIO PIN number\n      irLedPwmObject = machine.PWM(irLed, freq=38000, duty=0)\n\n  # ir send\n      irSendCMD(irLedPwmObject, irCMDList, duty=360)\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Communications"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamefunc%2Fmicropython_espX_IR_Transceiver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgamefunc%2Fmicropython_espX_IR_Transceiver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamefunc%2Fmicropython_espX_IR_Transceiver/lists"}