{"id":34899103,"url":"https://github.com/qvinhdao/esp32_universalremote","last_synced_at":"2026-04-21T08:02:48.373Z","repository":{"id":271225307,"uuid":"912477918","full_name":"qvinhdao/ESP32_UniversalRemote","owner":"qvinhdao","description":"Universal IR Hub","archived":false,"fork":false,"pushed_at":"2025-04-19T11:09:48.000Z","size":6633,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T18:27:56.108Z","etag":null,"topics":["esp-idf","esp32","freertos","infrared-control"],"latest_commit_sha":null,"homepage":"","language":"C","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/qvinhdao.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-05T17:24:34.000Z","updated_at":"2025-04-29T14:52:20.000Z","dependencies_parsed_at":"2025-01-06T12:20:30.116Z","dependency_job_id":"5fc72a8f-5d38-4b3b-85e7-bf6c49020b83","html_url":"https://github.com/qvinhdao/ESP32_UniversalRemote","commit_stats":null,"previous_names":["walvi112/esp32_universalremote","qvinhdao/esp32_universalremote"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/qvinhdao/ESP32_UniversalRemote","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qvinhdao%2FESP32_UniversalRemote","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qvinhdao%2FESP32_UniversalRemote/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qvinhdao%2FESP32_UniversalRemote/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qvinhdao%2FESP32_UniversalRemote/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qvinhdao","download_url":"https://codeload.github.com/qvinhdao/ESP32_UniversalRemote/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qvinhdao%2FESP32_UniversalRemote/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32082780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T06:27:27.065Z","status":"ssl_error","status_checked_at":"2026-04-21T06:27:21.250Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["esp-idf","esp32","freertos","infrared-control"],"created_at":"2025-12-26T08:17:31.827Z","updated_at":"2026-04-21T08:02:48.368Z","avatar_url":"https://github.com/qvinhdao.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32 Universal Remote  \nA universal remote control powered by ESP32.\n\n\u003cp align=\"center\"\u003e  \n  \u003cimg src=\"/Firmware_UniversalRemote/demo.jpeg\" width=\"300px\"\u003e  \n\u003c/p\u003e\n\n## Features\n\n### 🔧 Hardware  \n- IR receiver for learning new IR codes  \n- 7 IR emitters for all-angle transmission\n\n### 💻 Firmware  \n- Web server to send/add new IR commands  \n- mDNS service broadcasts the web server at [`remote.local`](http://remote.local)  \n- Supports up to 5 different TV command sets  \n- Supports up to 50 different IR protocols  \n- Easy Wi-Fi setup via AP mode\n\n---\n\n## 🚀 Setup\n\n### 📶 Wi-Fi Setup  \n1. On startup, press the **user button** to enter AP mode  \n2. Connect to the `esp32remote` Wi-Fi network  \n3. In your browser, go to [`remote.local`](http://remote.local)  \n4. Enter your Wi-Fi information and click `Submit`\n\n\u003cp align=\"center\"\u003e  \n  \u003cimg src=\"/Firmware_UniversalRemote/login_demo.jpeg\" width=\"300px\"\u003e  \n\u003c/p\u003e\n\n---\n\n### 🔄 Send/Add IR Code\n\n#### ➕ Add IR Code  \n1. After setting the Wi-Fi network, go to [`remote.local`](http://remote.local)  \n2. Select **Add TV** from the dropdown and choose a remote ID  \n3. Click the **Register** button — the LED will start blinking  \n4. Point your TV remote at the IR receiver and press a key  \n5. If successful, the LED stops blinking; if not, it times out after 5 seconds\n\n\u003cp align=\"center\"\u003e  \n  \u003cimg src=\"/Firmware_UniversalRemote/addTV_demo.jpeg\" width=\"300px\"\u003e  \n\u003c/p\u003e\n\n#### 📤 Send IR Code  \n1. Select **TV Remote** and choose a remote ID from the dropdown  \n2. Press the key you want to send\n\n---\n\n### 🐞 Debugging\n\n- Use a serial monitor with **baud rate: 115200** to view logs  \n- You can also send serial commands to the device\n\n#### 🔧 Serial Commands  \n| Command | Description |\n|--------|-------------|\n| `led on` | Turn on the LED |\n| `led off` | Turn off the LED |\n| `send ir _protocol _address _command` | Send IR code (all values in decimal). Refer to `irmpprotocols.h` for `_protocol` values |\n| `set wifi _ssid+_pwd` | Set Wi-Fi SSID and password |\n| `add tv ir _ir_code _remote_id` | Add new IR command to `_remote_id`. LED will blink while waiting for input |\n| `reset wifi` | Enter AP mode (same as pressing user button) |\n| `restart` | Restart the device |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqvinhdao%2Fesp32_universalremote","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqvinhdao%2Fesp32_universalremote","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqvinhdao%2Fesp32_universalremote/lists"}