Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/octaprog7/sht85
- Owner: octaprog7
- License: mit
- Created: 2022-08-07T18:22:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T20:32:37.000Z (about 2 years ago)
- Last Synced: 2024-04-22T13:30:44.991Z (9 months ago)
- Topics: humidity, micropython, sensor, sht85, temperature
- Language: Python
- Homepage:
- Size: 4.2 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 - sht85 - MicroPython driver for the [Sensiron SHT85](https://sensirion.com/products/catalog/SHT85/) humidity and temperature sensor. (Libraries / Sensors)
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 folderThen 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)