{"id":51405217,"url":"https://github.com/mskian/esp32-touch-led-light-controller","last_synced_at":"2026-07-04T10:30:57.466Z","repository":{"id":360442231,"uuid":"1250160875","full_name":"mskian/esp32-touch-led-light-controller","owner":"mskian","description":"A Simple ESP32 touch LED Light controller using TTP223 touch sensor.","archived":false,"fork":false,"pushed_at":"2026-05-26T11:29:53.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-01T02:42:45.233Z","etag":null,"topics":["esp32","esp32-arduino","led","led-controller","notifications","ntfy","touch","ttp223"],"latest_commit_sha":null,"homepage":"","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/mskian.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-26T11:10:56.000Z","updated_at":"2026-05-26T11:29:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mskian/esp32-touch-led-light-controller","commit_stats":null,"previous_names":["mskian/esp32-touch-led-light-controller"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mskian/esp32-touch-led-light-controller","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fesp32-touch-led-light-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fesp32-touch-led-light-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fesp32-touch-led-light-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fesp32-touch-led-light-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mskian","download_url":"https://codeload.github.com/mskian/esp32-touch-led-light-controller/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mskian%2Fesp32-touch-led-light-controller/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35118970,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["esp32","esp32-arduino","led","led-controller","notifications","ntfy","touch","ttp223"],"created_at":"2026-07-04T10:30:57.004Z","updated_at":"2026-07-04T10:30:57.450Z","avatar_url":"https://github.com/mskian.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32 Touch LED Light Controller\n\nA Simple ESP32 touch LED Light controller using TTP223 touch sensor.  \n\n- Stable touch detection\n- Long touch actions\n- ntfy push notifications\n- WiFi auto reconnect\n- HTTPS support\n- Low CPU usage\n\n## Features\n\n- Stable LED ON/OFF\n- False touch prevention\n- Long press support\n- WiFi auto reconnect\n- HTTPS optimized requests\n- ntfy notifications\n- Sequential LED blinking\n- Lower ESP32 heat\n- Better memory cleanup\n- Production stable logic\n- Debounce protection\n- Low CPU usage\n\n## Hardware Required\n\n| Component           | Quantity |\n| ------------------- | -------- |\n| ESP32 Board         | 1        |\n| TTP223 Touch Sensor | 1        |\n| LED                 | 1        |\n| Resistor (220Ω)     | 1        |\n| Jumper Wires        | Some     |\n\n## Wiring\n\n#### TTP223 Touch Sensor\n\n| TTP223 | ESP32 |\n| ------ | ----- |\n| SIG    | GPIO4 |\n| VCC    | 3V3   |\n| GND    | GND   |\n\n#### LED\n\n| LED      | ESP32 |\n| -------- | ----- |\n| Positive | GPIO5 |\n| Negative | GND   |\n\n\n#### Touch Actions\n\n| Action       | Result            |\n| ------------ | ----------------- |\n| Single Touch | Toggle LED        |\n| Long Touch   | Blink LED 5 Times |\n\n#### LED Status\n\n| Status            | LED Action |\n| ----------------- | ---------- |\n| Boot              | 3 Blinks   |\n| WiFi Connecting   | Slow Blink |\n| LED Toggle        | ON/OFF     |\n| Long Touch        | 5 Blinks   |\n| ntfy Notification | Tiny Blink |\n\n## Open in Arduino IDE\n\n- Configure WiFi\n\n```sh\nconst char* WIFI_SSID     = \"YOUR_WIFI\";\nconst char* WIFI_PASSWORD = \"YOUR_PASSWORD\";\n```\n\n- Configure ntfy\n\n```sh\nconst char* NTFY_URL =\n\"https://ntfy.sh/your-topic\";\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskian%2Fesp32-touch-led-light-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmskian%2Fesp32-touch-led-light-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmskian%2Fesp32-touch-led-light-controller/lists"}