Browse Source

update fritzing diagrams and added table of available options

gh-pages-src
lumapu 2 years ago
parent
commit
1ca8881d30
  1. 61
      content/getting_started.html
  2. BIN
      static/img/fritzing/AhoyWemos_Steckplatine.jpg
  3. BIN
      static/img/fritzing/esp32-38_nrf.png
  4. BIN
      static/img/fritzing/esp32-38_nrf_sch.png
  5. BIN
      static/img/fritzing/esp32-38_nrf_ssd1306.png
  6. BIN
      static/img/fritzing/esp32-38_nrf_ssd1306_sch.png
  7. BIN
      static/img/fritzing/esp8266_nrf.png
  8. BIN
      static/img/fritzing/esp8266_nrf_sch.png
  9. BIN
      static/img/fritzing/esp8266_nrf_ssd1306.png
  10. BIN
      static/img/fritzing/esp8266_nrf_ssd1306_sch.png
  11. BIN
      static/img/fritzing/src/esp32-38_nrf.fzz
  12. BIN
      static/img/fritzing/src/esp32-38_nrf_ssd1306.fzz
  13. BIN
      static/img/fritzing/src/esp8266_nrf.fzz
  14. BIN
      static/img/fritzing/src/esp8266_nrf_ssd1306.fzz

61
content/getting_started.html

@ -203,20 +203,71 @@ draft: false
<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">

BIN
static/img/fritzing/AhoyWemos_Steckplatine.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 KiB

BIN
static/img/fritzing/esp32-38_nrf.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

BIN
static/img/fritzing/esp32-38_nrf_sch.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

BIN
static/img/fritzing/esp32-38_nrf_ssd1306.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

BIN
static/img/fritzing/esp32-38_nrf_ssd1306_sch.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

BIN
static/img/fritzing/esp8266_nrf.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
static/img/fritzing/esp8266_nrf_sch.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

BIN
static/img/fritzing/esp8266_nrf_ssd1306.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
static/img/fritzing/esp8266_nrf_ssd1306_sch.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

BIN
static/img/fritzing/src/esp32-38_nrf.fzz

Binary file not shown.

BIN
static/img/fritzing/src/esp32-38_nrf_ssd1306.fzz

Binary file not shown.

BIN
static/img/fritzing/src/esp8266_nrf.fzz

Binary file not shown.

BIN
static/img/fritzing/src/esp8266_nrf_ssd1306.fzz

Binary file not shown.
Loading…
Cancel
Save