Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ack Error 1 #4

Open
practicalarduino opened this issue Jul 23, 2012 · 2 comments
Open

Ack Error 1 #4

practicalarduino opened this issue Jul 23, 2012 · 2 comments
Assignees

Comments

@practicalarduino
Copy link
Owner

Hello, I'm a user of Arduino in China. When I was using SHT1x.h in Arduino 1.0.1, there was an "Ack Error 1" error, which is all right in Arduino 1.0 and earlier version. I can't fix it by myself. So could you write a new version SHT1x.h for Arduino 1.0.1. thx!

@ghost ghost assigned jonoxer Jul 23, 2012
@EUA
Copy link

EUA commented Jan 21, 2013

Issue with Arduino 1.0.2 too.
Edit:
Look there is no error. Just add 10K resistor between DATA to VCC and it starts working with 1.0.2.

@abegines
Copy link

abegines commented Dec 28, 2017

or, simply you can change the library to use INPUT_PULLUP???

every ocurrence of
pinMode(_dataPin, INPUT);
change to...
pinMode(_dataPin, INPUT_PULLUP);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants