Python Library – APDS9930

python logo

Informatie (ENG):

Python module for the APDS-9930 I2C Ambient Light and Proximity sensor

This is a Python port of the AVR APDS-9930 library.

Simple and easy to use. Makes heavy use of Python-specific programming concepts, such as properties, to make usage even easier. Depends on python-smbus, the I2C library for Python.

Once you have found the correct bus, run Python as root and import the module.

Open the bus

>>> a = APDS9930(bus_number)


Installatie via GIT (github)


Download Python LCD HD44780 library @ Github