Skip to content

Commit 299b636

Browse files
1 parent 04f6c68 commit 299b636

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Open the terminal and run the following commands.
259259

260260

261261
Application Execution
262-
~~~~~~~~~~~~~~~~~~~~~
262+
---------------------
263263

264264
When executed, the demo continuously reads temperature from the external
265265
:adi:`TMP01` and applies a simple thermostat hysteresis:
@@ -283,7 +283,7 @@ console, and displays two plots:
283283
- **Fan State vs Time** — graphical representation of when the fan is active.
284284

285285
Command-line arguments
286-
^^^^^^^^^^^^^^^^^^^^^^
286+
~~~~~~~~~~~~~~~~~~~~~~
287287

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:
@@ -301,7 +301,7 @@ each SWIOT1L-SL board and to configure the thermostat thresholds:
301301

302302

303303
Running the Application
304-
^^^^^^^^^^^^^^^^^^^^^^^
304+
~~~~~~~~~~~~~~~~~~~~~~~
305305

306306
Run the Temperature Controller example with example thresholds:
307307

@@ -339,7 +339,7 @@ Specify board IP addresses and thresholds:
339339
Example Plot Result of the Temperature Controller Application
340340

341341
System characterization
342-
^^^^^^^^^^^^^^^^^^^^^^^
342+
~~~~~~~~~~~~~~~~~~~~~~~
343343

344344
After running the application, the resulting temperature and fan state plots can
345345
be used to characterize the thermal behavior of the system.
@@ -360,7 +360,7 @@ normal operation.
360360

361361

362362
Use Cases
363-
^^^^^^^^^
363+
~~~~~~~~~
364364

365365
This demo illustrates how the :adi:`AD-RPI-T1LPSE-SL` platform together
366366
with :adi:`AD-SWIOT1L-SL` boards can be applied in:

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/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,6 +1169,7 @@ <h3>Sample Application<a class="headerlink" href="#sample-application" title="Li
11691169
<li class="toctree-l2"><a class="reference internal" href="sample_application/index.html#prerequisites">Prerequisites</a></li>
11701170
<li class="toctree-l2"><a class="reference internal" href="sample_application/index.html#hardware-setup">Hardware Setup</a></li>
11711171
<li class="toctree-l2"><a class="reference internal" href="sample_application/index.html#software-setup">Software Setup</a></li>
1172+
<li class="toctree-l2"><a class="reference internal" href="sample_application/index.html#application-execution">Application Execution</a></li>
11721173
</ul>
11731174
</li>
11741175
</ul>

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@
102102
<li><a class="reference internal" href="#firmware-flashing">Firmware Flashing</a></li>
103103
<li><a class="reference internal" href="#applying-overlays">Applying Overlays</a></li>
104104
<li><a class="reference internal" href="#network-setup">Network Setup</a></li>
105+
</ul>
106+
</li>
105107
<li><a class="reference internal" href="#application-execution">Application Execution</a><ul>
106108
<li><a class="reference internal" href="#command-line-arguments">Command-line arguments</a></li>
107109
<li><a class="reference internal" href="#running-the-application">Running the Application</a></li>
@@ -111,8 +113,6 @@
111113
</li>
112114
</ul>
113115
</li>
114-
</ul>
115-
</li>
116116
</ul>
117117

118118
</nav>
@@ -777,8 +777,9 @@ <h3>Network Setup<a class="headerlink" href="#network-setup" title="Link to this
777777
<div class="clear-left"></div></div></div></li>
778778
</ol>
779779
</section>
780+
</section>
780781
<section id="application-execution">
781-
<h3>Application Execution<a class="headerlink" href="#application-execution" title="Link to this heading"></a></h3>
782+
<h2>Application Execution<a class="headerlink" href="#application-execution" title="Link to this heading"></a></h2>
782783
<p>When executed, the demo continuously reads temperature from the external
783784
<a class="icon adi reference external" href="https://www.analog.com/TMP01" target="_blank">TMP01</a> and applies a simple thermostat hysteresis:</p>
784785
<ul class="simple">
@@ -799,7 +800,7 @@ <h3>Application Execution<a class="headerlink" href="#application-execution" tit
799800
<li><p><strong>Fan State vs Time</strong> — graphical representation of when the fan is active.</p></li>
800801
</ul>
801802
<section id="command-line-arguments">
802-
<h4>Command-line arguments<a class="headerlink" href="#command-line-arguments" title="Link to this heading"></a></h4>
803+
<h3>Command-line arguments<a class="headerlink" href="#command-line-arguments" title="Link to this heading"></a></h3>
803804
<p>The demo accepts optional command-line arguments to select the IP addresses for
804805
each SWIOT1L-SL board and to configure the thermostat thresholds:</p>
805806
<ul class="simple">
@@ -816,7 +817,7 @@ <h4>Command-line arguments<a class="headerlink" href="#command-line-arguments" t
816817
</div>
817818
</section>
818819
<section id="running-the-application">
819-
<h4>Running the Application<a class="headerlink" href="#running-the-application" title="Link to this heading"></a></h4>
820+
<h3>Running the Application<a class="headerlink" href="#running-the-application" title="Link to this heading"></a></h3>
820821
<p>Run the Temperature Controller example with example thresholds:</p>
821822
<div class="code-shell"><div><div class="no-select float-left highlight-default notranslate"><div class="highlight"><pre><span></span>analog@analog:~$
822823
</pre></div>
@@ -857,7 +858,7 @@ <h4>Running the Application<a class="headerlink" href="#running-the-application"
857858
</figure>
858859
</section>
859860
<section id="system-characterization">
860-
<h4>System characterization<a class="headerlink" href="#system-characterization" title="Link to this heading"></a></h4>
861+
<h3>System characterization<a class="headerlink" href="#system-characterization" title="Link to this heading"></a></h3>
861862
<p>After running the application, the resulting temperature and fan state plots can
862863
be used to characterize the thermal behavior of the system.</p>
863864
<p>Based on this characterization, appropriate thermostat thresholds may be chosen
@@ -874,7 +875,7 @@ <h4>System characterization<a class="headerlink" href="#system-characterization"
874875
</figure>
875876
</section>
876877
<section id="use-cases">
877-
<h4>Use Cases<a class="headerlink" href="#use-cases" title="Link to this heading"></a></h4>
878+
<h3>Use Cases<a class="headerlink" href="#use-cases" title="Link to this heading"></a></h3>
878879
<p>This demo illustrates how the <a class="icon adi reference external" href="https://www.analog.com/AD-RPI-T1LPSE-SL" target="_blank">AD-RPI-T1LPSE-SL</a> platform together
879880
with <a class="icon adi reference external" href="https://www.analog.com/AD-SWIOT1L-SL" target="_blank">AD-SWIOT1L-SL</a> boards can be applied in:</p>
880881
<ul class="simple">
@@ -886,7 +887,6 @@ <h4>Use Cases<a class="headerlink" href="#use-cases" title="Link to this heading
886887
</ul>
887888
</section>
888889
</section>
889-
</section>
890890
</section>
891891

892892

0 commit comments

Comments
 (0)