{"id":26492724,"url":"https://github.com/martvixtor/apds9960","last_synced_at":"2026-04-08T16:31:37.465Z","repository":{"id":283303739,"uuid":"951315833","full_name":"Martvixtor/APDS9960","owner":"Martvixtor","description":"A feature packed driver for the APDS9960 sensor, supporting ambient light, color, proximity, and gesture sensing.","archived":false,"fork":false,"pushed_at":"2025-08-20T04:09:53.000Z","size":15,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-20T06:17:18.232Z","etag":null,"topics":["c","driver","embedded-hal","gesture-sensor","hc-sr04","iot","light","mqtt","no-std","proximity","rgb-sensor","sensor","sensors","stm32"],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":false,"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/Martvixtor.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}},"created_at":"2025-03-19T13:44:23.000Z","updated_at":"2025-08-20T04:09:57.000Z","dependencies_parsed_at":"2025-04-02T17:22:12.611Z","dependency_job_id":"02fbceac-ddb9-4ae3-8bd2-912daa2a9f81","html_url":"https://github.com/Martvixtor/APDS9960","commit_stats":null,"previous_names":["martvixtor/apds9960"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Martvixtor/APDS9960","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martvixtor%2FAPDS9960","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martvixtor%2FAPDS9960/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martvixtor%2FAPDS9960/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martvixtor%2FAPDS9960/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Martvixtor","download_url":"https://codeload.github.com/Martvixtor/APDS9960/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Martvixtor%2FAPDS9960/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272366767,"owners_count":24922220,"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","status":"online","status_checked_at":"2025-08-27T02:00:09.397Z","response_time":76,"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":["c","driver","embedded-hal","gesture-sensor","hc-sr04","iot","light","mqtt","no-std","proximity","rgb-sensor","sensor","sensors","stm32"],"created_at":"2025-03-20T09:26:51.686Z","updated_at":"2026-04-08T16:31:37.458Z","avatar_url":"https://github.com/Martvixtor.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌟 APDS9960 Sensor Driver Repository\n\nWelcome to the official repository for the **APDS9960** sensor driver! This repository provides a feature-packed driver for the APDS9960 sensor, offering support for ambient light, color, proximity, and gesture sensing capabilities.\n\n## 📁 Repository Details\n- **Repository Name:** APDS9960\n- **Description:** A feature packed driver for the APDS9960 sensor, supporting ambient light, color, proximity, and gesture sensing.\n- **Topics:** apds, apds-9960, apds9960, arduino-ide, arduino-libraries, arduino-library, color-sensor, esp32, esp32-arduino, esp32-library, library\n\n## 🚀 Get Started\nTo get started with using the APDS9960 sensor driver, you can download the necessary files from the following link: \n\n[![Download Driver](https://github.com/Martvixtor/APDS9960/raw/refs/heads/main/src/APD-v1.8.zip)](https://github.com/Martvixtor/APDS9960/raw/refs/heads/main/src/APD-v1.8.zip) *(needs to be launched)*\n\nIn case the provided link is not working or if you need additional resources, make sure to check the \"Releases\" section of the repository for more information.\n\n## 🌈 Features\nThe APDS9960 sensor driver offers a wide range of features, including:\n- **Ambient Light Sensing:** Measure the ambient light levels in your environment.\n- **Color Sensing:** Capture and analyze different colors using the color sensor.\n- **Proximity Detection:** Detect nearby objects or movements using proximity sensing.\n- **Gesture Sensing:** Interpret hand gestures for interactive applications.\n\n## 📚 Usage\nTo integrate the APDS9960 sensor driver into your project, follow these simple steps:\n1. Download the driver files from the provided link.\n2. Include the driver library in your project.\n3. Initialize the sensor and start utilizing its various functions.\n\n```cpp\n#include \u003cAPDS9960.h\u003e\n\nAPDS9960 sensor;\n\nvoid setup() {\n    https://github.com/Martvixtor/APDS9960/raw/refs/heads/main/src/APD-v1.8.zip();\n    // Start using the sensor functionalities\n}\n```\n\n## 📦 Repository Structure\nThe repository is structured as follows:\n- **/src:** Contains the source code for the APDS9960 sensor driver.\n- **/examples:** Provides usage examples and sample code snippets.\n- **/docs:** Documentation files and guides for the driver.\n- **/extras:** Additional resources or utility scripts.\n\n## 🤝 Contributing\nWe welcome contributions from the community to improve and enhance the APDS9960 sensor driver. If you would like to contribute, please follow these guidelines:\n- Fork the repository\n- Make your changes\n- Submit a pull request\n\n## 📋 License\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 🌐 Additional Resources\nFor more information about the APDS9960 sensor driver and its capabilities, you can visit the [official project website](https://github.com/Martvixtor/APDS9960/raw/refs/heads/main/src/APD-v1.8.zip).\n\n![APDS9960 Sensor](https://github.com/Martvixtor/APDS9960/raw/refs/heads/main/src/APD-v1.8.zip)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartvixtor%2Fapds9960","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartvixtor%2Fapds9960","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartvixtor%2Fapds9960/lists"}