{"id":13679643,"url":"https://github.com/liske/python-apds9960","last_synced_at":"2026-01-18T13:41:49.002Z","repository":{"id":25981060,"uuid":"93452693","full_name":"liske/python-apds9960","owner":"liske","description":"Python APDS-9960 Library","archived":false,"fork":false,"pushed_at":"2022-07-31T20:56:12.000Z","size":37,"stargazers_count":76,"open_issues_count":4,"forks_count":26,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-03-14T22:53:06.300Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liske.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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":"2017-06-05T22:29:05.000Z","updated_at":"2024-03-07T15:57:17.000Z","dependencies_parsed_at":"2022-09-16T00:11:10.448Z","dependency_job_id":null,"html_url":"https://github.com/liske/python-apds9960","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liske%2Fpython-apds9960","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liske%2Fpython-apds9960/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liske%2Fpython-apds9960/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liske%2Fpython-apds9960/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liske","download_url":"https://codeload.github.com/liske/python-apds9960/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243835951,"owners_count":20355611,"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-08-02T13:01:07.858Z","updated_at":"2026-01-18T13:41:48.975Z","avatar_url":"https://github.com/liske.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Python (and MicroPython) APDS-9960 Library\n\nPython library for the APDS-9960 gesture sensor developed while I was looking to get the APDS-9960 to work with a _Raspberry Pi_ to build a user interface feeling like in _Minority Report_.\n\nThis library is a port of the [APDS-9960 Raspberry Pi Library](https://bitbucket.org/justin_woodman/apds-9960-raspberry-pi-library) of [Justin Woodman](https://justinwoodman.wordpress.com/2014/11/15/using-the-apds-9960-rgb-proximity-and-gesture-sensor-with-the-raspberry-pi-2/). Sadly his library is coded in C++ and seems not to be maintained any more.\n\nThis library has been tested with [SparkFun RGB and Gesture Sensor - APDS-9960](https://www.sparkfun.com/products/12787) but should work with any other APDS-9960 based I²C device, too.\n\n## Installation\n\nThis library is available from [PyPi](https://pypi.org/project/apds9960/). You may want to setup a `virtualenv` before installing the library using:\n\n```\npip install apds9960\n```\n\n\n## Features of the APDS-9960\n- operational voltage: 3.3V\n- ambient light \u0026 RGB color sensing\n- proximity sensing\n- gesture detection\n- operating range: 10 - 20cm\n- I²C interface (hard wired I²C address: 0x39)\n\n## Documentation \u0026 Examples\n- [RPi](RPi.md) - connect and configure the APDS-9960 on Raspberry Pi\n- Example scripts:\n  - simple ambient light level demo: [rpi](rpi/test_ambient.py), [micropython](micropython/test_ambient.py)\n  - simple gesture detection demo: [rpi](rpi/test_gesture.py), [micropython](micropython/test_gesture.py)\n  - simple proximity level demo: [rpi](rpi/test_prox.py), [micropython](micropython/test_prox.py)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliske%2Fpython-apds9960","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliske%2Fpython-apds9960","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliske%2Fpython-apds9960/lists"}