{"id":16780411,"url":"https://github.com/patrickjahns/esp_rgbww_controller","last_synced_at":"2025-03-22T00:31:17.167Z","repository":{"id":76944555,"uuid":"47400173","full_name":"patrickjahns/esp_rgbww_controller","owner":"patrickjahns","description":"Custom Board to control RGB + WW channels via Wifi utziling ESP8266","archived":false,"fork":false,"pushed_at":"2017-01-31T21:56:28.000Z","size":2992,"stargazers_count":44,"open_issues_count":3,"forks_count":15,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-03-20T13:47:47.948Z","etag":null,"topics":["custom-board","eagle","esp","esp-rgb","esp8266","led-controller","pcb","rgbww"],"latest_commit_sha":null,"homepage":"","language":"Eagle","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/patrickjahns.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}},"created_at":"2015-12-04T11:31:09.000Z","updated_at":"2025-03-09T00:10:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"275f51a5-bf4c-4b37-b8f0-5096256c169f","html_url":"https://github.com/patrickjahns/esp_rgbww_controller","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjahns%2Fesp_rgbww_controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjahns%2Fesp_rgbww_controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjahns%2Fesp_rgbww_controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrickjahns%2Fesp_rgbww_controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patrickjahns","download_url":"https://codeload.github.com/patrickjahns/esp_rgbww_controller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244890102,"owners_count":20527030,"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":["custom-board","eagle","esp","esp-rgb","esp8266","led-controller","pcb","rgbww"],"created_at":"2024-10-13T07:35:05.569Z","updated_at":"2025-03-22T00:31:17.124Z","avatar_url":"https://github.com/patrickjahns.png","language":"Eagle","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP8266 WiFi RGBWW LED Dimmer v1.5\nCustom Hardware board for controlling 5 Led Channels via PWM (RGB + Warm/Cold White). It is designed for max current ~4.5A per Channel.\n\n# Changelog\n\n* 1.5 (31.01.2017)\n  * DCDC wandler has been remeasured and provided for through hole mounting on pin headers\n  * Jumper introduced for allowing for external 3,3V connections\n  * measurements have been changed to 53mm*47mm with mounting holes tailored towards \"Strapubox CO 4\" casing\n  * C1 has been replaced with a smaller form factor\n\n* 1.3 (20.02.2016)\n  * added another tact switch which can be used during boot to reset settings\n  * silksceen naming updated \n\n* 1.2 (16.02.2016)\n  * improved the layout for better EMV\n  * added buffer capacitor for dc converter\n  * added filter capacitor close to ESP8266\n  \n* 1.1 (01.02.2016)\n  * connected ADC \n  * some layout improvements\n\n  \n# Parts\n- 1x ESP8266, ESP-12 format\n- 1x XM1584 Power converter (set to 3.3v!)\n- 5x IRLZ44N Mosfet (logic level gate threshold)\n- 11x 10k resistors, 0805 (R1 - R11)\n- 1x 1k resistors, 0805 (R12)\n- 1x 330 µF Elko RM 2.5 mm (C1) \n- 1x 100 µF Elko RM 2.5 mm (C3)\n- 1x 100 nF capacitor 0805(C2)\n- 3x 5,08mm 2pin terminal block\n- 1x 5,08mm 3pin terminal block\n- 1x 2,54mm 4pin header\n- 2x Micro SMD Tact Switch 2 pin 3*6*2.5 mm (optional)\n\n\n# Assembly\nAssembly of the PCB Board is straight forward, solder all parts to the PCB.\n\n__Caution :__ before soldering the esp module to the PCB, set the output voltage of XM1584 converter  to 3.3v\n\n\n### Recommended steps\n- Start with soldering the smd resistors\n- __Ensure the output voltage of XM1584 converter is 3.3v before continuing__. \n- Solder the XM1584 Power Board \n- Solder ESP8266 Module \n- Optional: solder SMD Tact Switch\n- Solder Elkos\n- Solder Terminal Blocks, 4pin header \n- Solder FETs\n\n\n# Firmware\nFirmware is still work in progress.\n\nLatest can be found here:\nhttps://github.com/patrickjahns/esp_rgbww_controller_fw\n\n\n# Modifying\nThe schematic and board files are compatible with eagle 7.2+\n\n\n## Ideas\nHere are some ideas for future revisions\n- see if we can clear some GPIOs and provide them via PIN Header for other enhancements (i.e. IR / Rotary Controller) \n- change layout for VCC/GND to be on the left side\n- ~~connect ADC to detect power failure~~ \n\n\n# Resources\n* [ESP RGB Project](https://github.com/RiRomain/esp-dimmer-hardware)\n* [H801 Wifi Controller Hack](http://chaozlabs.blogspot.de/2015/08/esp8266-in-wild-wifi-led-controller-hack.html)\n\n\n# Thread in Fhem Forum\n* [Entwicklung/Sammelbestellung RGBWW Wifi Led Controller](https://forum.fhem.de/index.php/topic,48918.msg)\n\n# Credits\nThanks to RiRomain for his excellent documentated [ESP RGB Project](https://github.com/RiRomain/esp-dimmer-hardware)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickjahns%2Fesp_rgbww_controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrickjahns%2Fesp_rgbww_controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrickjahns%2Fesp_rgbww_controller/lists"}