{"id":15930596,"url":"https://github.com/tomafrench/intel_nuc_led_python_api","last_synced_at":"2025-07-15T18:37:41.138Z","repository":{"id":57447180,"uuid":"146999491","full_name":"TomAFrench/intel_nuc_led_python_api","owner":"TomAFrench","description":":bulb: A Python library for controlling Intel NUC LEDs in Linux","archived":false,"fork":false,"pushed_at":"2020-08-12T21:06:06.000Z","size":18,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-18T20:46:25.315Z","etag":null,"topics":["intel","led-controller","nuc"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TomAFrench.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}},"created_at":"2018-09-01T13:12:56.000Z","updated_at":"2020-07-26T10:20:19.000Z","dependencies_parsed_at":"2022-09-02T23:40:42.135Z","dependency_job_id":null,"html_url":"https://github.com/TomAFrench/intel_nuc_led_python_api","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/TomAFrench/intel_nuc_led_python_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAFrench%2Fintel_nuc_led_python_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAFrench%2Fintel_nuc_led_python_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAFrench%2Fintel_nuc_led_python_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAFrench%2Fintel_nuc_led_python_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TomAFrench","download_url":"https://codeload.github.com/TomAFrench/intel_nuc_led_python_api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TomAFrench%2Fintel_nuc_led_python_api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265451510,"owners_count":23767771,"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":["intel","led-controller","nuc"],"created_at":"2024-10-07T00:42:43.938Z","updated_at":"2025-07-15T18:37:41.085Z","avatar_url":"https://github.com/TomAFrench.png","language":"Python","readme":"# Intel NUC7i[x]BN and NUC6CAY LED Control\n\nThis is a simple python library for ease of integration and use of the kernel module [here](https://github.com/TomAFrench/intel_nuc_led) (forked from original work by [milesp20](https://github.com/milesp20/intel_nuc_led)) designed for Intel NUC7i[x]BN and NUC6CAY kits.\n\n## Usage\n\nThis library exposes two classes RingLED and PowerLED to represent the two leds on the NUC which have methods to control their brightness, color and style.\n\n### Brightness:\n\nLED brightness may be set using the `set_brightness(level)` method where level may take any integer value between `0` and `100`\n\n### Colour:\n\nLED color may be set using the `set_color(new_color)` where `new_color` may take the values in the following table\n\n|LED Color|power|ring|\n|---------|:---:|:--:|\n|amber    |X    |    |\n|cyan     |     |X   |\n|blue     |X    |X   |\n|green    |     |X   |\n|off      |X    |X   |\n|pink     |     |X   |\n|red      |     |X   |\n|white    |     |X   |\n|yellow   |     |X   |\n    \n\n### Style:\n\nLED style may be set using the `set_style(option)` where `option` may take the values in the following table\n\n\n|Blink/Fade Option|Description    |\n|-----------------|---------------|\n|blink\\_fast      |1Hz blink      |\n|blink\\_medium    |0.5Hz blink    |\n|blink\\_slow      |0.25Hz blink   |\n|fade\\_fast       |1Hz blink      |\n|fade\\_medium     |0.5Hz blink    |\n|fade\\_slow       |0.25Hz blink   |\n|none             |solid/always on|\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomafrench%2Fintel_nuc_led_python_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomafrench%2Fintel_nuc_led_python_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomafrench%2Fintel_nuc_led_python_api/lists"}