Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/octaprog7/sht85

MicroPython module for work with Humidity and Temperature Sensor SHT85.
https://github.com/octaprog7/sht85

humidity micropython sensor sht85 temperature

Last synced: about 2 months ago
JSON representation

MicroPython module for work with Humidity and Temperature Sensor SHT85.

Awesome Lists containing this project

README

        

# SHT85
Micropython module for SHT85 humidity&temperature sensor from Sensirion.
Link: [https://sensirion.com/products/catalog/SHT85/]

Just connect your SHT85 board to Arduino, ESP or any other board with MicroPython firmware.

Supply voltage SHT85 from 2.15 to 5.5 volts, typical 3.3 Volt! Use four wires to connect.

Copy the following files to your board:
main.py
sht85sen.py
sensor_pack folder

Then open main.py in your IDE and run it!

1. +3.3 V
2. GND
3. SDA
4. SCL

# Pictures
## IDE
![alt text](https://github.com/octaprog7/sht85/blob/master/ide85.png)
## Breadboard
![alt text](https://github.com/octaprog7/sht85/blob/master/sht85.png)