Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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. SCL

Upload 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)