background image

// 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

Page 7 of 7

10/8/2015

https://learn.sparkfun.com/tutorials/sht15-humidity-and-temperature-sensor-hookup-guide?...

Содержание SHT15

Страница 1: ...ated sensors for relative humidity temperature Digital 2 wire interface Not I C but similar Measurement range 0 100 RH Absolute RH accuracy 2 RH 10 90 RH Repeatability RH 0 1 RH Temp accuracy 0 3 C 25...

Страница 2: ...ns that need to be hooked up in order to start using this sensor in a project One for VCC one for GND and two data lines VCC 3 3V or 5V GND GND Data Any I O Pin SCK Any I O Pin You can connect this se...

Страница 3: ...SHT15 hooked up to any two pins at a given time The 2 wire protocol used for this sensor does not allow for multiple of the same sensor to be on the bus but it does allow multiple I C devices to shar...

Страница 4: ...SparkFun_ISL29125_Breakout_Ardu This example shows how to get the temperature in F or C and Developed Tested with SparkFun RedBoard Arduino IDE 1 6 5 Connections GND A2 Vcc A3 DATA A4 SCK A5 Requires...

Страница 5: ...s directly from the button below SHT15 ARDUINO LIBRARY Need help using the Library Manager or want to install the library the old fashioned way Visit our Arduino Library tutorial for more information...

Страница 6: ...com sparkfun SHT15_Breakout This code is beerware Distributed as is no warranty is given include SHT1X h variables for storing values float tempC 0 float tempF 0 float humidity 0 Create an instance o...

Страница 7: ...dea 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...

Отзывы: