{"id":15417016,"url":"https://github.com/blueandi/neopixellamp","last_synced_at":"2025-08-23T19:02:53.847Z","repository":{"id":89190848,"uuid":"65324194","full_name":"BlueAndi/NeoPixelLamp","owner":"BlueAndi","description":"A lamp with some NeoPixels and a 3D accelerometer, 3D gyroscope and 3D magnetometer.","archived":false,"fork":false,"pushed_at":"2024-01-19T19:34:39.000Z","size":1247,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-16T16:54:35.451Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/BlueAndi.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}},"created_at":"2016-08-09T19:59:38.000Z","updated_at":"2024-01-14T19:51:40.000Z","dependencies_parsed_at":"2024-01-19T20:51:46.444Z","dependency_job_id":null,"html_url":"https://github.com/BlueAndi/NeoPixelLamp","commit_stats":{"total_commits":32,"total_committers":2,"mean_commits":16.0,"dds":0.0625,"last_synced_commit":"1d1828976953e726d98f20c3bf60b93632ff0807"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueAndi%2FNeoPixelLamp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueAndi%2FNeoPixelLamp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueAndi%2FNeoPixelLamp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueAndi%2FNeoPixelLamp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueAndi","download_url":"https://codeload.github.com/BlueAndi/NeoPixelLamp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242157176,"owners_count":20081036,"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":[],"created_at":"2024-10-01T17:14:24.532Z","updated_at":"2025-03-06T05:44:56.420Z","avatar_url":"https://github.com/BlueAndi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NeoPixelLamp \u003c!-- omit in toc --\u003e\n\nA lamp with some NeoPixels and a 3D-accelerometer, 3D-gyroscope and 3D-magnetometer.\n\n![NeoPixelLamp](./doc/NeoPixelLamp.jpg)\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://choosealicense.com/licenses/mit/)\n[![Repo Status](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\n[![Release](https://img.shields.io/github/release/BlueAndi/NeoPixelLamp.svg)](https://github.com/BlueAndi/NeoPixelLamp/releases)\n[![Build Status](https://github.com/BlueAndi/NeoPixelLamp/actions/workflows/main.yml/badge.svg)](https://github.com/BlueAndi/NeoPixelLamp/actions/workflows/main.yml)\n\n* [Used Libraries](#used-libraries)\n* [Issues, Ideas And Bugs](#issues-ideas-and-bugs)\n* [License](#license)\n* [Contribution](#contribution)\n\n## Description\n\nThe NeoPixelLamp controls a lamp of\n* an [Adafruit FLORA V2](https://www.adafruit.com/products/659),\n* an [Adafruit NeoPixel Ring - 16](https://www.adafruit.com/product/1463),\n* an [Adafruit FLORA 9-DOF Accelerometer/Gyroscope/Magnetometer - LSM9DS0 - v1.0](https://www.adafruit.com/product/2020),\n* an [Sparkfun USB LiPoly Charger - Single Cell](https://www.sparkfun.com/products/12711) and\n* a LiPo Akku with 400mAh.\n\n### Animations\nChoose different color animations.\n\n1. Rainbow colors.\n2. Theatre-style crawling lights with rainbow effect.\n3. Color changes dependen on the temperature.\n4. Color can be changed by rotating around the z-axis.\n5. Color moves like knight rider.\n\n### User interface\n* Shake the lamp according to the z-axis to switch between different programs.\n* Turn the lamp about 90 degree and rotate it to increase or decrease the LED brightness.\n* Turn the lamp about 180 degree and it will jump into deep standby.\n\n# Used Libraries\n\n| Library | Description | License |\n| - | - | - |\n| [Arduino](https://github.com/platformio/platform-espressif32) | ESP32 Arduino framework | Apache-2.0 |\n| [Adafruit_NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel) | NeoPixel driver | LGPL-3.0 |\n| [Adafruit_LSM9DS0_Library](https://github.com/adafruit/Adafruit_LSM9DS0_Library) | LSM9DS0 driver | BSD |\n| [Adafruit_Sensor](https://github.com/adafruit/Adafruit_Sensor) | Sensor generalization | Apache-2.0 |\n\n# Issues, Ideas And Bugs\nIf you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/NeoPixelLamp/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.\n\n# License\nThe whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).\nConsider the different licenses of the used third party libraries too!\n\n# Contribution\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any\nadditional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueandi%2Fneopixellamp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblueandi%2Fneopixellamp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueandi%2Fneopixellamp/lists"}