Skip to content

Commit

Permalink
update fritzing diagrams and added table of available options
Browse files Browse the repository at this point in the history
  • Loading branch information
lumapu committed Aug 11, 2023
1 parent 18d2b46 commit 1ca8881
Show file tree
Hide file tree
Showing 14 changed files with 56 additions and 5 deletions.
61 changes: 56 additions & 5 deletions content/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,20 +203,71 @@ <h1 class="display-5 fw-bold lh-1 mb-3">Zusammenbau MI / HM DTU</h1>
<p class="lead">
Für den Zusammenbau wird in der Regel ein Lötkolben benötigt. Es gibt zwei verschiedene Vorgehen, steckbar (mit Dunpont Kabeln) und fest verdrahtet.<br/>
Es wird die feste Verdrahtung empfohlen, da sie weniger anfällig ist.<br/><br/>
Für die Stabilität ist es wichtig, einen 100uF (oder größeren) Kondensator an das NRF24 Modul anzubinden, da dieses beim Senden hohe Ströme fordert.<br/>
Für die Stabilität ist es wichtig, einen 47uF bis 100uF Kondensator an das NRF24 Modul anzubinden, da dieses beim Senden hohe Ströme fordert.<br/>
Dieser Kondensator sollte möglichst nahe am NRF24 an Pin 1 (sw) und Pin 2 (rt) positioniert werden.
</p>
<div class="alert alert-primary" role="alert">
<strong>Hinweis: </strong>Es kann auch zuerst der ESP geflasht werden, dann hängen noch nicht so viele Kabel dran.
</div>
</div>
<div class="col-10 col-sm-8 col-lg-6">
<a href="/img/fritzing/AhoyWemos_Steckplatine.jpg" target="_blank"><img src="/img/fritzing/AhoyWemos_Steckplatine.jpg" class="d-block mx-lg-auto img-fluid" alt="schematics" width="450" loading="lazy"></a>
<p class="lead">
<a href="/img/fritzing/esp8266_nrf_ssd1306.png" target="_blank"><img src="/img/fritzing/esp8266_nrf_ssd1306.png" class="d-block mx-lg-auto img-fluid" alt="schematics" width="450" loading="lazy"></a>
</p>
<p class="lead">
<a href="/img/fritzing/esp8266_nrf_ssd1306_sch.png" target="_blank"><img src="/img/fritzing/esp8266_nrf_ssd1306_sch.png" class="d-block mx-lg-auto img-fluid" alt="schematics" width="450" loading="lazy"></a>
</p>
</div>
<div class="col-lg-12">
<p class="lead">
<h4>Aufbau - Alternativen (NRF24)</h4>
<table class="table table-striped">
<thead>
<tr>
<th scope="col">ESP</th>
<th scope="col">Display</th>
<th scope="col">Steckplatine</th>
<th scope="col">Schaltbild</th>
<th scope="col">Fritzing</th>
</tr>
</thead>
<tbody>
<tr>
<td>ESP8266</td>
<td>nein</td>
<td><a target="_blank" href="/img/fritzing/esp8266_nrf.png">link</a></td>
<td><a target="_blank" href="/img/fritzing/esp8266_nrf_sch.png">link</a></td>
<td><a target="_blank" href="/img/fritzing/src/esp8266_nrf.fzz">link</a></td>
</tr>
<tr>
<td>ESP8266</td>
<td>ja</td>
<td><a target="_blank" href="/img/fritzing/esp8266_nrf_ssd1306.png">link</a></td>
<td><a target="_blank" href="/img/fritzing/esp8266_nrf_ssd1306_sch.png">link</a></td>
<td><a target="_blank" href="/img/fritzing/src/esp8266_nrf_ssd1306.fzz">link</a></td>
</tr>
<tr>
<td>ESP32 (38Pin)</td>
<td>nein</td>
<td><a target="_blank" href="/img/fritzing/esp32-38_nrf.png">link</a></td>
<td><a target="_blank" href="/img/fritzing/esp32-38_nrf_sch.png">link</a></td>
<td><a target="_blank" href="/img/fritzing/src/esp32-38_nrf.fzz">link</a></td>
</tr>
<tr>
<td>ESP32 (38Pin)</td>
<td>ja</td>
<td><a target="_blank" href="/img/fritzing/esp32-38_nrf_ssd1306.png">link</a></td>
<td><a target="_blank" href="/img/fritzing/esp32-38_nrf_ssd1306_sch.png">link</a></td>
<td><a target="_blank" href="/img/fritzing/src/esp32-38_nrf_ssd1306.fzz">link</a></td>
</tr>
</tbody>
</table>
</p>
</div>
</div>
</div>


<div class="b-example-divider"></div>


<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row align-items-center g-5 py-5">
<div class="col-lg-6">
Expand Down
Binary file removed static/img/fritzing/AhoyWemos_Steckplatine.jpg
Binary file not shown.
Binary file added static/img/fritzing/esp32-38_nrf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/fritzing/esp32-38_nrf_sch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/fritzing/esp32-38_nrf_ssd1306.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/fritzing/esp32-38_nrf_ssd1306_sch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/fritzing/esp8266_nrf.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/fritzing/esp8266_nrf_sch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/fritzing/esp8266_nrf_ssd1306.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/fritzing/esp8266_nrf_ssd1306_sch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/fritzing/src/esp32-38_nrf.fzz
Binary file not shown.
Binary file added static/img/fritzing/src/esp32-38_nrf_ssd1306.fzz
Binary file not shown.
Binary file added static/img/fritzing/src/esp8266_nrf.fzz
Binary file not shown.
Binary file added static/img/fritzing/src/esp8266_nrf_ssd1306.fzz
Binary file not shown.

0 comments on commit 1ca8881

Please sign in to comment.