mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-07-24 07:04:01 -06:00
Deploying to gh-pages from @ Klipper3d/klipper@4748dffd7a 🚀
This commit is contained in:
parent
be9cc239d4
commit
e8c661e293
14 changed files with 35 additions and 1 deletions
|
@ -1117,6 +1117,13 @@
|
|||
BMP280/BME280/BME680 temperature sensor
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#aht10-temperature-sensor" class="md-nav__link">
|
||||
AHT10 temperature sensor
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -3045,6 +3052,13 @@
|
|||
BMP280/BME280/BME680 temperature sensor
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
<a href="#aht10-temperature-sensor" class="md-nav__link">
|
||||
AHT10 temperature sensor
|
||||
</a>
|
||||
|
||||
</li>
|
||||
|
||||
<li class="md-nav__item">
|
||||
|
@ -5712,6 +5726,26 @@ temperature.</p>
|
|||
# above parameters.
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="aht10-temperature-sensor">AHT10 temperature sensor<a class="headerlink" href="#aht10-temperature-sensor" title="Permanent link">¶</a></h3>
|
||||
<p>AHT10 two wire interface (I2C) environmental sensor.
|
||||
Note that these sensors are not intended for use with extruders and
|
||||
heater beds, but rather for monitoring ambient temperature (C) and
|
||||
relative humidity. See
|
||||
<a href="https://github.com/Klipper3d/klipper/blob/master/config/sample-macros.cfg">sample-macros.cfg</a> for a gcode_macro
|
||||
that may be used to report humidity in addition to temperature.</p>
|
||||
<div class="highlight"><pre><span></span><code>sensor_type: AHT10
|
||||
#i2c_address:
|
||||
# Default is 56 (0x38). Some AHT10 sensors give the option to use
|
||||
# 57 (0x39) by moving a resistor.
|
||||
#i2c_mcu:
|
||||
#i2c_bus:
|
||||
#i2c_speed:
|
||||
# See the "common I2C settings" section for a description of the
|
||||
# above parameters.
|
||||
#aht10_report_time:
|
||||
# Interval in seconds between readings. Default is 30, minimum is 5
|
||||
</code></pre></div>
|
||||
|
||||
<h3 id="htu21d-sensor">HTU21D sensor<a class="headerlink" href="#htu21d-sensor" title="Permanent link">¶</a></h3>
|
||||
<p>HTU21D family two wire interface (I2C) environmental sensor. Note that
|
||||
this sensor is not intended for use with extruders and heater beds,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue