Sign In
Upload
Download
Table of Contents
Contents
Add to my manuals
Delete from my manuals
Share
URL of this page:
HTML Link:
Bookmark this page
Add
Manual will be automatically added to "My Manuals"
Print this page
×
Bookmark added
×
Added to my manuals
Manuals
Brands
Sparkfun Electronics Manuals
Accessories
SHT15
Hook-up manual
Resources And Going Further - Sparkfun Electronics SHT15 Hook-Up Manual
Humidity and temperature sensor
Hide thumbs
1
2
3
4
5
6
7
Table Of Contents
8
page
of
8
Go
/
8
Contents
Table of Contents
Bookmarks
Table of Contents
Advertisement
{
// Read values from the sensor
tempC = sht15.readTemperatureC();
tempF = sht15.readTemperatureF();
humidity = sht15.readHumidity();
}
//
void printOut()
{
Serial.print(" Temp = ");
Serial.print(tempF);
Serial.print("F, ");
Serial.print(tempC);
Serial.println("C");
Serial.print(" Humidity = ");
Serial.print(humidity);
Serial.println("%");
}
Resources and Going Further
You should now have a good idea of how to add humidity and temperature
sensing into your next project. Need some inspiration? Check out these
other tutorials:
• Make an automated terrarium that manages heat and humidity
levels.
• Build a humidor control box that maintains a constant humidity in a
controlled space.
Resources:
• SHT15 Datasheet
• HTU21D Breakout Board Schematic
• HTU21D Breakout Board Eagle Files
• Github repo containing all the latest files and code
https://learn.sparkfun.com/tutorials/sht15-humidity-and-temperature-sensor-hookup-guide?...
Page 7 of 7
10/8/2015
Table of
Contents
Previous
Page
Next
Page
1
...
4
5
6
7
8
Advertisement
Table of Contents
Need help?
Do you have a question about the SHT15 and is the answer not in the manual?
Ask a question
Go to Questions and Answers
Table of Contents
Print
Rename the bookmark
Delete bookmark?
Delete from my manuals?
Login
Sign In
OR
Sign in with Facebook
Sign in with Google
Upload manual
Upload from disk
Upload from URL
Need help?
Do you have a question about the SHT15 and is the answer not in the manual?