diff --git a/content/getting_started.html b/content/getting_started.html
index 6bc43635..8ca13b91 100644
--- a/content/getting_started.html
+++ b/content/getting_started.html
@@ -203,20 +203,71 @@ draft: false
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.
Es wird die feste Verdrahtung empfohlen, da sie weniger anfällig ist.
- 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.
+ 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.
Dieser Kondensator sollte möglichst nahe am NRF24 an Pin 1 (sw) und Pin 2 (rt) positioniert werden.
-
- Hinweis: Es kann auch zuerst der ESP geflasht werden, dann hängen noch nicht so viele Kabel dran.
-
+
+
+
Aufbau - Alternativen (NRF24)
+
+
+
+ ESP |
+ Display |
+ Steckplatine |
+ Schaltbild |
+ Fritzing |
+
+
+
+
+ ESP8266 |
+ nein |
+ link |
+ link |
+ link |
+
+
+ ESP8266 |
+ ja |
+ link |
+ link |
+ link |
+
+
+ ESP32 (38Pin) |
+ nein |
+ link |
+ link |
+ link |
+
+
+ ESP32 (38Pin) |
+ ja |
+ link |
+ link |
+ link |
+
+
+
+
+
+
+
diff --git a/static/img/fritzing/AhoyWemos_Steckplatine.jpg b/static/img/fritzing/AhoyWemos_Steckplatine.jpg
deleted file mode 100644
index 2ff3470f..00000000
Binary files a/static/img/fritzing/AhoyWemos_Steckplatine.jpg and /dev/null differ
diff --git a/static/img/fritzing/esp32-38_nrf.png b/static/img/fritzing/esp32-38_nrf.png
new file mode 100644
index 00000000..3cb1a51f
Binary files /dev/null and b/static/img/fritzing/esp32-38_nrf.png differ
diff --git a/static/img/fritzing/esp32-38_nrf_sch.png b/static/img/fritzing/esp32-38_nrf_sch.png
new file mode 100644
index 00000000..5cacde46
Binary files /dev/null and b/static/img/fritzing/esp32-38_nrf_sch.png differ
diff --git a/static/img/fritzing/esp32-38_nrf_ssd1306.png b/static/img/fritzing/esp32-38_nrf_ssd1306.png
new file mode 100644
index 00000000..dbb9ad8a
Binary files /dev/null and b/static/img/fritzing/esp32-38_nrf_ssd1306.png differ
diff --git a/static/img/fritzing/esp32-38_nrf_ssd1306_sch.png b/static/img/fritzing/esp32-38_nrf_ssd1306_sch.png
new file mode 100644
index 00000000..3b04bb92
Binary files /dev/null and b/static/img/fritzing/esp32-38_nrf_ssd1306_sch.png differ
diff --git a/static/img/fritzing/esp8266_nrf.png b/static/img/fritzing/esp8266_nrf.png
new file mode 100644
index 00000000..fb3d60c0
Binary files /dev/null and b/static/img/fritzing/esp8266_nrf.png differ
diff --git a/static/img/fritzing/esp8266_nrf_sch.png b/static/img/fritzing/esp8266_nrf_sch.png
new file mode 100644
index 00000000..1c446bea
Binary files /dev/null and b/static/img/fritzing/esp8266_nrf_sch.png differ
diff --git a/static/img/fritzing/esp8266_nrf_ssd1306.png b/static/img/fritzing/esp8266_nrf_ssd1306.png
new file mode 100644
index 00000000..18307c1c
Binary files /dev/null and b/static/img/fritzing/esp8266_nrf_ssd1306.png differ
diff --git a/static/img/fritzing/esp8266_nrf_ssd1306_sch.png b/static/img/fritzing/esp8266_nrf_ssd1306_sch.png
new file mode 100644
index 00000000..3c2d3589
Binary files /dev/null and b/static/img/fritzing/esp8266_nrf_ssd1306_sch.png differ
diff --git a/static/img/fritzing/src/esp32-38_nrf.fzz b/static/img/fritzing/src/esp32-38_nrf.fzz
new file mode 100644
index 00000000..f84dbb30
Binary files /dev/null and b/static/img/fritzing/src/esp32-38_nrf.fzz differ
diff --git a/static/img/fritzing/src/esp32-38_nrf_ssd1306.fzz b/static/img/fritzing/src/esp32-38_nrf_ssd1306.fzz
new file mode 100644
index 00000000..b43a1618
Binary files /dev/null and b/static/img/fritzing/src/esp32-38_nrf_ssd1306.fzz differ
diff --git a/static/img/fritzing/src/esp8266_nrf.fzz b/static/img/fritzing/src/esp8266_nrf.fzz
new file mode 100644
index 00000000..61b841a0
Binary files /dev/null and b/static/img/fritzing/src/esp8266_nrf.fzz differ
diff --git a/static/img/fritzing/src/esp8266_nrf_ssd1306.fzz b/static/img/fritzing/src/esp8266_nrf_ssd1306.fzz
new file mode 100644
index 00000000..f66f7a7a
Binary files /dev/null and b/static/img/fritzing/src/esp8266_nrf_ssd1306.fzz differ