<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.paparazziuav.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%2FSensirion_SHT25</id>
	<title>Module/Sensirion SHT25 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.paparazziuav.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%2FSensirion_SHT25"/>
	<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Module/Sensirion_SHT25&amp;action=history"/>
	<updated>2026-04-17T15:35:53Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.paparazziuav.org/w/index.php?title=Module/Sensirion_SHT25&amp;diff=14477&amp;oldid=prev</id>
		<title>Martinmm: Created page with &quot;__NOTOC__ SHT25 on adapter board ===Overview===  The Sensirion SHT25 is a digital temperature and relative humidity sensor. Adaption speed is not …&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.paparazziuav.org/w/index.php?title=Module/Sensirion_SHT25&amp;diff=14477&amp;oldid=prev"/>
		<updated>2013-03-05T17:59:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;__NOTOC__ &lt;a href=&quot;/wiki/File:Sht25.jpg&quot; title=&quot;File:Sht25.jpg&quot;&gt;thumb|right|SHT25 on adapter board&lt;/a&gt; ===Overview===  The Sensirion SHT25 is a digital temperature and relative humidity sensor. Adaption speed is not …&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;__NOTOC__&lt;br /&gt;
[[Image:Sht25.jpg|thumb|right|SHT25 on adapter board]]&lt;br /&gt;
===Overview===&lt;br /&gt;
&lt;br /&gt;
The Sensirion SHT25 is a digital temperature and relative humidity sensor. Adaption speed is not perfect.&lt;br /&gt;
&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||Module name||meteo/humid_sht_i2c&lt;br /&gt;
|-&lt;br /&gt;
|Sensor type&lt;br /&gt;
|humidity, temperature&lt;br /&gt;
|-&lt;br /&gt;
|Range (humidity)&lt;br /&gt;
| 0 .. 100 %RH&lt;br /&gt;
|-&lt;br /&gt;
|Range (temperature)&lt;br /&gt;
| -40°C .. +125°C&lt;br /&gt;
|-&lt;br /&gt;
|Resolution (humidity)&lt;br /&gt;
|0.04 %RH&lt;br /&gt;
|-&lt;br /&gt;
|Resolution (temperature)&lt;br /&gt;
|0.01°C&lt;br /&gt;
|-&lt;br /&gt;
|Refresh rate&lt;br /&gt;
|4Hz&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[http://www.sensirion.com/en/products/humidity-temperature/humidity-sensor-sht25 SHT25 product homepage]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Hardware===&lt;br /&gt;
The sensor is supplied with an I2C interface. There will be an adapter board available in the Paparazzi hardware repository.&lt;br /&gt;
&lt;br /&gt;
Supplier:&lt;br /&gt;
&lt;br /&gt;
[http://uk.farnell.com/sensirion/sht25/sensor-humidity-temp-3x3mm-1-8/dp/1855469 Farnell]&lt;br /&gt;
&lt;br /&gt;
==== Wiring ====&lt;br /&gt;
{|border=&amp;quot;1&amp;quot;&lt;br /&gt;
|-valign=&amp;quot;top&amp;quot;&lt;br /&gt;
||'''Autopilot I2C pin'''||'''Autopilot I2C'''||'''SHT25'''||'''SHT25 pin'''&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|GND&lt;br /&gt;
|GND&lt;br /&gt;
|1&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
| +3.3V&lt;br /&gt;
|Vcc&lt;br /&gt;
|4&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|SDA&lt;br /&gt;
|SDA&lt;br /&gt;
|2&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SCL&lt;br /&gt;
|SCL&lt;br /&gt;
|3&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Usage===&lt;br /&gt;
&lt;br /&gt;
To use the humidity sensor add:&lt;br /&gt;
{{Box Code|conf/airframes/myplane.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;modules&amp;gt;&lt;br /&gt;
    &amp;lt;load name=&amp;quot;humid_sht_i2c.xml&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/modules&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Result message===&lt;br /&gt;
&lt;br /&gt;
The raw data (ihumid/itemp) and the converted result (humid/temp) is written to the log file. The message is automatically sent when new data is received, it does not have to be added to the telemetry file.&lt;br /&gt;
{{Box Code|conf/messages.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;message name=&amp;quot;SHT_I2C_STATUS&amp;quot; id=&amp;quot;127&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;ihumid&amp;quot; type=&amp;quot;uint16&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;itemp&amp;quot; type=&amp;quot;uint16&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;humid&amp;quot; type=&amp;quot;float&amp;quot; unit=&amp;quot;rel_hum&amp;quot; format=&amp;quot;%.2f&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;temp&amp;quot; type=&amp;quot;float&amp;quot; unit=&amp;quot;deg_celsius&amp;quot; format=&amp;quot;%.2f&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/message&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The sensors 64bit serial number is read out at init and transmitted every 30 seconds.&lt;br /&gt;
{{Box Code|conf/messages.xml|&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;message name=&amp;quot;SHT_I2C_SERIAL&amp;quot; id=&amp;quot;99&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;serial0&amp;quot; type=&amp;quot;uint32&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;field name=&amp;quot;serial1&amp;quot; type=&amp;quot;uint32&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/message&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sample log file lines&lt;br /&gt;
 4.000 123 SHT_I2C_SERIAL 8388707 -1365769984&lt;br /&gt;
 4.393 123 SHT_I2C_STATUS 36668 26928 63.93 25.35&lt;br /&gt;
 4.645 123 SHT_I2C_STATUS 36648 26924 63.9 25.34&lt;br /&gt;
 4.893 123 SHT_I2C_STATUS 36660 26924 63.92 25.34&lt;br /&gt;
 &lt;br /&gt;
===NOTES===&lt;br /&gt;
&lt;br /&gt;
The location of the sensor on the aircraft does matter. There are various papers that analyze the best location. So far we have installed them within tubes (to protect from sunlight/heating) on the wings. That might not be the optimum place. The SHT25 is not preferred as it does have holes on the back that allows the air to flow through.&lt;br /&gt;
&lt;br /&gt;
[[Category:User_Documentation]] [[Category:Modules]]&lt;/div&gt;</summary>
		<author><name>Martinmm</name></author>
	</entry>
</feed>