{"id":13802499,"url":"https://github.com/palouf34/veml7700","last_synced_at":"2025-05-13T13:31:31.019Z","repository":{"id":215170705,"uuid":"166419048","full_name":"palouf34/veml7700","owner":"palouf34","description":"lib for micropython  for veml7700","archived":false,"fork":false,"pushed_at":"2019-12-21T14:18:38.000Z","size":15,"stargazers_count":12,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-22T12:36:17.373Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/palouf34.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-01-18T14:40:49.000Z","updated_at":"2024-04-17T17:37:24.000Z","dependencies_parsed_at":"2024-01-07T21:53:37.668Z","dependency_job_id":null,"html_url":"https://github.com/palouf34/veml7700","commit_stats":null,"previous_names":["palouf34/veml7700"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palouf34%2Fveml7700","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palouf34%2Fveml7700/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palouf34%2Fveml7700/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palouf34%2Fveml7700/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/palouf34","download_url":"https://codeload.github.com/palouf34/veml7700/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225218079,"owners_count":17439713,"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-04T00:01:45.876Z","updated_at":"2024-11-18T17:31:29.791Z","avatar_url":"https://github.com/palouf34.png","language":"Python","funding_links":[],"categories":["Libraries"],"sub_categories":["Sensors"],"readme":"# veml7700\nthis library dedicated to micropython is used to communicate with  the VEML7700 light sensor\nin a simple and fast way, while controlling the usage parameters\n\nusage: \n```python\nfrom machine import Pin, I2C\nimport veml7700\n\ni2c = I2C(0)\ni2c = I2C(1, scl=Pin(22), sda=Pin(21), freq=10000)\n\nveml = veml7700.VEML7700(address=0x10, i2c=i2c, it=100, gain=1/8)\n\nlux_val = veml.read_lux()\n```\n\nParameters:\n\n`address`: The I2C address of the sensor, standard is `0x10`\n\n`i2c`: The I2C bus object\n\n`it`: The integration time of the sensor, standard is `25 ms`\nAvailable times are: `25, 50, 100, 200, 400, 800 ms`\n\n`gain`: The gain of the sensor, standard is `1/8`\nAvailable gains are: `1/8, 1/4, 1, 2`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalouf34%2Fveml7700","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalouf34%2Fveml7700","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalouf34%2Fveml7700/lists"}