RobTillaart / SHT85

Arduino library for the SHT85 temperature and humidity sensor
MIT License
11 stars 4 forks source link

WRONG Pin Assignment #6

Closed HongjieMaTJU closed 2 years ago

HongjieMaTJU commented 2 years ago
// TOPVIEW
//            +-------+
// +-----\    | SDA 4 -----
// | /-+  ----+ VCC 3 -----
// | +-+  ----+ GND 2 -----
// +-----/    | SCL 1 -----
//            +-------+

The second pin should be VCC and the third pin should be GND.

Misled and caused an expensive sensor to be damaged. :-(

RobTillaart commented 2 years ago

I'm sorry to hear, I will verify again the datasheet today and update documentation if needed.

RobTillaart commented 2 years ago

From preliminary datasheet version 0.9 - September 2018 - page 8

image


Checked SHT85_demo.ino =>right picture => OK Checked SHT85_demo_plotter.ino =>right picture => OK Checked SHT85_I2C_speed.ino =>right picture => OK Checked the SHT85.h => wrong picture => FIX Checked the SHT85.cpp => no picture => OK Checked the readme.md => wrong picture => FIX Checked unit_test_001.cpp => no picture => OK Checked keywords.txt => no picture => OK Checked library.json => no picture => OK Checked library.properties => no picture => OK Checked .arduino-ci.yml => no picture => OK Checked LICENSE => no picture => OK

Will create a PR with fixed images and release a 0.2.1 version a.s.a.p.

RobTillaart commented 2 years ago

Created release 0.3.0 with pictures fixed.

RobTillaart commented 2 years ago

Released.

HongjieMaTJU commented 2 years ago

That's great, Thank you.