Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octaprog7/veml7700
MicroPython module for wotk with VEML7700. Ambient light sensor form Vishay.
https://github.com/octaprog7/veml7700
als micropython sensor
Last synced: 3 months ago
JSON representation
MicroPython module for wotk with VEML7700. Ambient light sensor form Vishay.
- Host: GitHub
- URL: https://github.com/octaprog7/veml7700
- Owner: octaprog7
- License: mit
- Created: 2022-08-16T20:03:53.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T05:25:58.000Z (7 months ago)
- Last Synced: 2024-04-22T12:36:16.676Z (7 months ago)
- Topics: als, micropython, sensor
- Language: Python
- Homepage:
- Size: 1.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-micropython - veml7700 - MicroPython module for the VEML7700 ambient light sensor (ALS) from Vishay. (Libraries / Sensors)
README
# VEML7700
Micropython module for VEML7700, high accuracy ambient light sensor from Vishay Semiconductors.Just connect your VEML7700 board to Arduino, ESP or any other board with MicroPython firmware.
Supply voltage VEML7700 3.3 or 5.0 volts! Use four wires to connect (I2C).
1. +VCC (Supply voltage)
2. GND
3. SDA
4. SCLUpload micropython firmware to the NANO(ESP, etc) board, and then *.py files: main.py, veml7700vishay.py,
and sensor_pack folder.
Then open main.py in your IDE and run it.# Среда разработки (IDE)
![alt text](https://github.com/octaprog7/veml7700/blob/master/pics/ide_7700_ok.png)
## Overlight
![alt text](https://github.com/octaprog7/veml7700/blob/master/pics/ide_7700_overload.png)