Skip to content

Commit 04f6c68

Browse files
1 parent 95e58bb commit 04f6c68

File tree

3 files changed

+35
-43
lines changed

3 files changed

+35
-43
lines changed

pull/2/_sources/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application/index.rst.txt

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,14 @@ When executed, the demo continuously reads temperature from the external
271271
The thresholds are configured via command-line arguments (see below). The
272272
application validates that ``TEMP_OFF < TEMP_ON``; otherwise it exits with an error.
273273

274-
The on-board ADT75 is included as a secondary reference measurement to provide
274+
The on-board :adi:`ADT75` is included as a secondary reference measurement to provide
275275
a quick sanity check that the SWIOT1L-SL is operational and to indicate local
276276
ambient/board temperature.
277277

278278
During runtime, the application prints sensor readings and fan state in the
279279
console, and displays two plots:
280280

281-
- **Temperature vs Time** — external :adi:`TMP01` temperature and the **on-board ADT75**
281+
- **Temperature vs Time** — external :adi:`TMP01` temperature and the on-board :adi:`ADT75`
282282
temperature from the SWIOT1L-SL "temperature sensor board", with ON/OFF thresholds.
283283
- **Fan State vs Time** — graphical representation of when the fan is active.
284284

@@ -288,8 +288,8 @@ Command-line arguments
288288
The demo accepts optional command-line arguments to select the IP addresses for
289289
each SWIOT1L-SL board and to configure the thermostat thresholds:
290290

291-
- ``--temp-ip``: IP address of the SWIOT1L-SL board that powers/reads the TMP01 and
292-
provides the on-board ADT75 reference trace (default: ``192.168.97.41``)
291+
- ``--temp-ip``: IP address of the SWIOT1L-SL board that powers/reads the :adi:`TMP01` and
292+
provides the :adi:`ADT75` reference trace (default: ``192.168.97.41``)
293293
- ``--fan-ip``: IP address of the SWIOT1L-SL board that drives the fan (default:
294294
``192.168.97.40``)
295295
- ``--temp-on``: temperature in °C at/above which the fan turns ON
@@ -326,18 +326,17 @@ Specify board IP addresses and thresholds:
326326
--temp-on 50 \
327327
--temp-off 40
328328

329-
.. figure:: ad-rpi-t1lpse-sl-sample-application-console-output.png
330-
:align: center
331-
:width: 500
332-
333-
Example Console Output of the Temperature Controller Application
334-
335-
.. figure:: ad-rpi-t1lpse-sl-sample-application-plot-output.png
336-
:align: center
337-
:width: 500
329+
.. figure:: ad-rpi-t1lpse-sl-sample-application-console-output.png
330+
:align: center
331+
:width: 500
338332

339-
Example Plot Result of the Temperature Controller Application
333+
Example Console Output of the Temperature Controller Application
340334

335+
.. figure:: ad-rpi-t1lpse-sl-sample-application-plot-output.png
336+
:align: center
337+
:width: 500
338+
339+
Example Plot Result of the Temperature Controller Application
341340

342341
System characterization
343342
^^^^^^^^^^^^^^^^^^^^^^^

pull/2/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pull/2/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application/index.html

Lines changed: 21 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -788,13 +788,13 @@ <h3>Application Execution<a class="headerlink" href="#application-execution" tit
788788
</ul>
789789
<p>The thresholds are configured via command-line arguments (see below). The
790790
application validates that <code class="docutils literal notranslate"><span class="pre">TEMP_OFF</span> <span class="pre">&lt;</span> <span class="pre">TEMP_ON</span></code>; otherwise it exits with an error.</p>
791-
<p>The on-board ADT75 is included as a secondary reference measurement to provide
791+
<p>The on-board <a class="icon adi reference external" href="https://www.analog.com/ADT75" target="_blank">ADT75</a> is included as a secondary reference measurement to provide
792792
a quick sanity check that the SWIOT1L-SL is operational and to indicate local
793793
ambient/board temperature.</p>
794794
<p>During runtime, the application prints sensor readings and fan state in the
795795
console, and displays two plots:</p>
796796
<ul class="simple">
797-
<li><p><strong>Temperature vs Time</strong> — external <a class="icon adi reference external" href="https://www.analog.com/TMP01" target="_blank">TMP01</a> temperature and the <strong>on-board ADT75</strong>
797+
<li><p><strong>Temperature vs Time</strong> — external <a class="icon adi reference external" href="https://www.analog.com/TMP01" target="_blank">TMP01</a> temperature and the on-board <a class="icon adi reference external" href="https://www.analog.com/ADT75" target="_blank">ADT75</a>
798798
temperature from the SWIOT1L-SL “temperature sensor board”, with ON/OFF thresholds.</p></li>
799799
<li><p><strong>Fan State vs Time</strong> — graphical representation of when the fan is active.</p></li>
800800
</ul>
@@ -803,8 +803,8 @@ <h4>Command-line arguments<a class="headerlink" href="#command-line-arguments" t
803803
<p>The demo accepts optional command-line arguments to select the IP addresses for
804804
each SWIOT1L-SL board and to configure the thermostat thresholds:</p>
805805
<ul class="simple">
806-
<li><p><code class="docutils literal notranslate"><span class="pre">--temp-ip</span></code>: IP address of the SWIOT1L-SL board that powers/reads the TMP01 and
807-
provides the on-board ADT75 reference trace (default: <code class="docutils literal notranslate"><span class="pre">192.168.97.41</span></code>)</p></li>
806+
<li><p><code class="docutils literal notranslate"><span class="pre">--temp-ip</span></code>: IP address of the SWIOT1L-SL board that powers/reads the <a class="icon adi reference external" href="https://www.analog.com/TMP01" target="_blank">TMP01</a> and
807+
provides the <a class="icon adi reference external" href="https://www.analog.com/ADT75" target="_blank">ADT75</a> reference trace (default: <code class="docutils literal notranslate"><span class="pre">192.168.97.41</span></code>)</p></li>
808808
<li><p><code class="docutils literal notranslate"><span class="pre">--fan-ip</span></code>: IP address of the SWIOT1L-SL board that drives the fan (default:
809809
<code class="docutils literal notranslate"><span class="pre">192.168.97.40</span></code>)</p></li>
810810
<li><p><code class="docutils literal notranslate"><span class="pre">--temp-on</span></code>: temperature in °C at/above which the fan turns ON</p></li>
@@ -841,28 +841,21 @@ <h4>Running the Application<a class="headerlink" href="#running-the-application"
841841
<span class="w"> </span>--temp-off<span class="w"> </span><span class="m">40</span>
842842
</pre></div>
843843
</div>
844-
<div class="clear-left"></div></div><div><div class="no-select highlight-text notranslate"><div class="highlight"><pre><span></span>
845-
</pre></div>
846-
</div>
847-
<div class="clear-left"></div></div><div><div class="no-select highlight-text notranslate"><div class="highlight"><pre><span></span>.. figure:: ad-rpi-t1lpse-sl-sample-application-console-output.png
848-
</pre></div>
849-
</div>
850-
<div class="clear-left"></div></div><div><div class="no-select highlight-text notranslate"><div class="highlight"><pre><span></span> :align: center
851-
:width: 500
852-
853-
Example Console Output of the Temperature Controller Application
854-
</pre></div>
855-
</div>
856-
<div class="clear-left"></div></div><div><div class="no-select highlight-text notranslate"><div class="highlight"><pre><span></span>.. figure:: ad-rpi-t1lpse-sl-sample-application-plot-output.png
857-
</pre></div>
858-
</div>
859-
<div class="clear-left"></div></div><div><div class="no-select highlight-text notranslate"><div class="highlight"><pre><span></span> :align: center
860-
:width: 500
861-
862-
Example Plot Result of the Temperature Controller Application
863-
</pre></div>
864-
</div>
865-
<div class="clear-left"></div></div></div></section>
844+
<div class="clear-left"></div></div></div><figure class="align-center" id="id3">
845+
<a class="reference internal image-reference" href="https://media.githubusercontent.com/media/plescaevelyn/adi-documentation/t1lpse-temp-controller/docs/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application/ad-rpi-t1lpse-sl-sample-application-console-output.png"><img alt="https://media.githubusercontent.com/media/plescaevelyn/adi-documentation/t1lpse-temp-controller/docs/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application/ad-rpi-t1lpse-sl-sample-application-console-output.png" src="https://media.githubusercontent.com/media/plescaevelyn/adi-documentation/t1lpse-temp-controller/docs/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application/ad-rpi-t1lpse-sl-sample-application-console-output.png" width="500" />
846+
</a>
847+
<figcaption>
848+
<p><span class="caption-number">Figure 3 </span><span class="caption-text">Example Console Output of the Temperature Controller Application</span><a class="headerlink" href="#id3" title="Link to this image"></a></p>
849+
</figcaption>
850+
</figure>
851+
<figure class="align-center" id="id4">
852+
<a class="reference internal image-reference" href="https://media.githubusercontent.com/media/plescaevelyn/adi-documentation/t1lpse-temp-controller/docs/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application/ad-rpi-t1lpse-sl-sample-application-plot-output.png"><img alt="https://media.githubusercontent.com/media/plescaevelyn/adi-documentation/t1lpse-temp-controller/docs/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application/ad-rpi-t1lpse-sl-sample-application-plot-output.png" src="https://media.githubusercontent.com/media/plescaevelyn/adi-documentation/t1lpse-temp-controller/docs/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application/ad-rpi-t1lpse-sl-sample-application-plot-output.png" width="500" />
853+
</a>
854+
<figcaption>
855+
<p><span class="caption-number">Figure 4 </span><span class="caption-text">Example Plot Result of the Temperature Controller Application</span><a class="headerlink" href="#id4" title="Link to this image"></a></p>
856+
</figcaption>
857+
</figure>
858+
</section>
866859
<section id="system-characterization">
867860
<h4>System characterization<a class="headerlink" href="#system-characterization" title="Link to this heading"></a></h4>
868861
<p>After running the application, the resulting temperature and fan state plots can
@@ -872,11 +865,11 @@ <h4>System characterization<a class="headerlink" href="#system-characterization"
872865
<p>Wide thresholds (for example, fan ON at 100 °C and OFF at 0 °C) may be used during
873866
initial bring-up or validation, while tighter thresholds can be selected for
874867
normal operation.</p>
875-
<figure class="align-center" id="id3">
868+
<figure class="align-center" id="id5">
876869
<a class="reference internal image-reference" href="https://media.githubusercontent.com/media/plescaevelyn/adi-documentation/t1lpse-temp-controller/docs/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application/ad-rpi-t1lpse-sl-sample-application-step-response.png"><img alt="https://media.githubusercontent.com/media/plescaevelyn/adi-documentation/t1lpse-temp-controller/docs/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application/ad-rpi-t1lpse-sl-sample-application-step-response.png" src="https://media.githubusercontent.com/media/plescaevelyn/adi-documentation/t1lpse-temp-controller/docs/solutions/reference-designs/ad-rpi-t1lpse-sl/sample_application/ad-rpi-t1lpse-sl-sample-application-step-response.png" width="500" />
877870
</a>
878871
<figcaption>
879-
<p><span class="caption-number">Figure 3 </span><span class="caption-text">Temperature response and fan state during system characterization</span><a class="headerlink" href="#id3" title="Link to this image"></a></p>
872+
<p><span class="caption-number">Figure 5 </span><span class="caption-text">Temperature response and fan state during system characterization</span><a class="headerlink" href="#id5" title="Link to this image"></a></p>
880873
</figcaption>
881874
</figure>
882875
</section>

0 commit comments

Comments
 (0)