diff --git a/.gitignore b/.gitignore
index f351223..b083ed4 100755
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,6 @@
# Production
/build
-/i18n
# Generated files
.docusaurus
diff --git a/docs/boards/mcu/mcu-overview.mdx b/docs/boards/mcu/mcu-overview.mdx
index e4f5df1..a1193fd 100644
--- a/docs/boards/mcu/mcu-overview.mdx
+++ b/docs/boards/mcu/mcu-overview.mdx
@@ -1,3 +1,8 @@
+---
+title: senseBoxMCU
+hide_title: true
+---
+
import mcus2top from "@site/static/img/mcus2/mcus2top.png";
import AlertBox from "@site/src/components/AlertBox/AlertBox";
import mcuPorts from "@site/static/img/mcu/sensebox-mcu-ports.png";
@@ -21,180 +26,194 @@ import truebner from "/img/hardware-bilder/bodenfeuchte-temperatursensor/sensore
import wifiBee from "@site/static/img/hardware-bilder/bees/wifi-bee/wifi.png";
import sdBee from "@site/static/img/hardware-bilder/bees/sd-bee/msd.png";
import loraBee from "@site/static/img/hardware-bilder/bees/lora-bee/LoraBee_Bottom.png";
+import Admonition from '@theme/Admonition';
-
-
senseBoxMCU
-
Der senseBox-Microcontroller ist speziell für die Bedürfnisse der senseBox entwickelt. Deshalb hat der Microcontroller insbesondere drei Eigenschaften: er ist schnell, energiesparend und hat einen großen Programmspeicher.
-
+
+
senseBoxMCU
+
+ Der senseBox-Microcontroller ist speziell für die Bedürfnisse der senseBox entwickelt. Deshalb hat der Microcontroller insbesondere drei Eigenschaften: er ist schnell, energiesparend und hat einen großen Programmspeicher.
+
+
Auch ohne Vorkenntnisse kann der Microcontroller ganz einfach mit der Übertragung eines vorgefertigten Sketches in 10 Minuten “programmiert” werden. Für fortgeschrittene Programmierer kann wie gewohnt die Arduino IDE eingesetzt werden, um neue und individuelle Projekte durchzuführen.
-
-
-
-
+
+
+
+
+
## Anschlüsse
Klicke auf die unten stehenden Anschlüsse um zu sehen welcher Sensor dort angeschlossen wird.
+
-
-
- I2C/Wire Ports
-
-
-
-
Sensoren und Accessoire an den I2C/Wire Ports
-
-
-
-
Lichtsensor
-
-
-
-
Temperatur und Luftfeuchte
-
-
-
-
Luftdruck
-
-
-
-
Time of Flight(Tof)
-
-
-
-
Umweltsensor
-
-
-
-
CO2-Sensor
-
-
-
-
Display
-
-
-
-
-
-
-
- UART/Serial Port
-
-
-
-
-
-
Feinstaub (SDS011)
-
-
-
-
Feinstaub (SPS30)
-
-
-
-
-
-
- Digital/Analog Ports
-
-
-
-
-
-
Kondensationsmikro
-
-
-
-
Ultraschall Distanzsensor
-
-
-
-
Bodenfeuchte Sensor
-
-
-
-
-
-
- XBEE
-
-
-
-
-
-
WiFi Bee
-
-
-
-
SD Bee
-
-
-
-
LoRa Bee
-
-
-
-
+
+
+ I2C/Wire Anschlüsse
+
+
+
+
Sensoren und Zubehör an den I2C/Wire Anschlüssen
+
+
+
+
Lichtsensor
+
+
+
+
Temperatur- und Feuchtigkeitssensor
+
+
+
+
Luftdrucksensor
+
+
+
+
Time of Flight (ToF)
+
+
+
+
Umweltsensor
+
+
+
+
CO2-Sensor
+
+
+
+
Display
+
+
+
+
+
+
+
+ UART/Serielle Anschlüsse
+
+
+
+
+
+
Feinstaub (SDS011)
+
+
+
+
Feinstaub (SPS30)
+
+
+
+
+
+
+ Digitale/Analoge Anschlüsse
+
+
+
+
+
+
Kondensatormikrofon
+
+
+
+
Ultraschall-Distanzsensor
+
+
+
+
Bodenfeuchtesensor
+
+
+
+
+
+
+ XBEE
+
+
+
+
+
+
WiFi Bee
+
+
+
+
SD Bee
+
+
+
+
LoRa Bee
+
+
+
+
+
+
+
+
+ In seltenen Fällen kann es vorkommen, dass sich noch eine Schutzfolie
+ auf den Steckplätzen der XBees befindet. Diese lässt sich vorsichtig
+ mit einer Pinzette entfernen, um die Steckplätze nutzen zu können.
+
+
## Technische Spezifikationen
diff --git a/docs/boards/mcus2/mcu-s2-overview.mdx b/docs/boards/mcus2/mcu-s2-overview.mdx
index 9e054c1..e071ad7 100644
--- a/docs/boards/mcus2/mcu-s2-overview.mdx
+++ b/docs/boards/mcus2/mcu-s2-overview.mdx
@@ -1,17 +1,22 @@
+---
+title: MCU S2 (ESP32)
+hide_title: true
+---
+
import Admonition from "@theme/Admonition";
import React, { useState } from "react";
import { motion } from "framer-motion";
import image from "@site/static/img/mcus2/mcus2top.png";
import {
- Tooltip,
- TooltipContent,
- TooltipProvider,
- TooltipTrigger,
+ Tooltip,
+ TooltipContent,
+ TooltipProvider,
+ TooltipTrigger,
} from "@site/src/components/ui/tooltip";
import {
- Popover,
- PopoverContent,
- PopoverTrigger,
+ Popover,
+ PopoverContent,
+ PopoverTrigger,
} from "@site/src/components/ui/popover";
import { Button } from "@site/src/components/ui/button";
import mcus2ports from "@site/static/img/mcus2/mcus2-ports.png";
@@ -26,108 +31,117 @@ import ImageWithText from "@site/src/components/ImageWithText/ImageWithText";
import mcus2top from "@site/static/img/mcus2/mcus2top.png";
-
MCU S2 (ESP32)
-
- Der Mikrocontroller auf ESP-32 Basis bietet eine Vielzahl von neuen
- Möglichkeiten in Hinsicht auf Datenübertragung, Datenaustausch und
- Bedienung.
-
-
-
- {" "}
-
-
-
Anschlüsse
-
-
-
- I2C/Wire Ports
-
-
-
-
Sensoren und Accessoire an den I2C/Wire Ports
-
-
-
-
Lichtsensor
-
-
-
-
Temperatur und Luftfeuchte
-
-
-
-
Luftdruck
-
-
-
-
Time of Flight(Tof)
-
-
-
-
Display
-
-
-
-
-
-
-
- Digital/Analog Ports
-
-
-
-
Sensoren und Accessoire an den Digital/Analog Ports
-
-
-
-
LED-Matrix
-
-
-
-
-
-
-
-
-
I2C/Wire Daisy Chain
-
- Eine I2C-Daisy-Chain ermöglicht die einfache und effiziente Verbindung
- mehrerer Geräte in einer seriellen Kommunikationskette unter Verwendung
- des I2C-Protokolls. Durch die Daisy-Chain-Konfiguration kann jedes Gerät
- in der Kette Daten senden und empfangen. Diese Methode ist besonders
- nützlich in Anwendungen, bei denen Platz und Ressourcen begrenzt sind,
- da sie die Anzahl der benötigten physischen Verbindungen minimiert und
- gleichzeitig eine robuste und zuverlässige Datenkommunikation
- ermöglicht.
-
-
-
-
-
-
+
MCU S2 (ESP32)
+
+ Der Mikrocontroller auf ESP-32 Basis bietet eine Vielzahl von neuen
+ Möglichkeiten in Hinsicht auf Datenübertragung, Datenaustausch und
+ Bedienung.
+
+
+
+
+
+
+
Anschlüsse
+
+
+
+ I2C/Wire Ports
+
+
+
+
Sensoren und Accessoire an den I2C/Wire Ports
+
+
+
+
Lichtsensor
+
+
+
+
Temperatur und Luftfeuchte
+
+
+
+
Luftdruck
+
+
+
+
Time of Flight(Tof)
+
+
+
+
Display
+
+
+
+
+
+
+
+ Digital/Analog Ports
+
+
+
+
Sensoren und Accessoire an den Digital/Analog Ports
+
+
+
+
LED-Matrix
+
+
+
+
+
+
+
+
+
+
+ In seltenen Fällen kann es vorkommen, dass sich noch eine Schutzfolie
+ auf den Steckplätzen der XBees befindet. Diese lässt sich vorsichtig
+ mit einer Pinzette entfernen, um die Steckplätze nutzen zu können.
+
+
+
+
+
I2C/Wire Daisy Chain
+
+ Eine I2C-Daisy-Chain ermöglicht die einfache und effiziente Verbindung
+ mehrerer Geräte in einer seriellen Kommunikationskette unter Verwendung
+ des I2C-Protokolls. Durch die Daisy-Chain-Konfiguration kann jedes Gerät
+ in der Kette Daten senden und empfangen. Diese Methode ist besonders
+ nützlich in Anwendungen, bei denen Platz und Ressourcen begrenzt sind,
+ da sie die Anzahl der benötigten physischen Verbindungen minimiert und
+ gleichzeitig eine robuste und zuverlässige Datenkommunikation
+ ermöglicht.
+
+
+
+
+
+
diff --git a/docs/boards/mini/mini-overview.mdx b/docs/boards/mini/mini-overview.mdx
index 5e467b4..9fab72c 100644
--- a/docs/boards/mini/mini-overview.mdx
+++ b/docs/boards/mini/mini-overview.mdx
@@ -1,5 +1,6 @@
---
title: senseBox:mini
+hide_title: true
---
import mini from '@site/static/img/mini/sensebox-mini.png'
@@ -8,6 +9,7 @@ import umweltsensor from '@site/static/img/hardware-bilder/umweltsensor/bme.png'
import miniRgbLed from '@site/static/img/mini/mini-rgb-led.png'
import wifiBee from '@site/static/img/hardware-bilder/bees/wifi-bee/wifi.png'
import display from '@site/static/img/hardware-bilder/oled/display.png'
+import Admonition from '@theme/Admonition';
senseBox:mini
@@ -27,7 +29,10 @@ In der senseBox:mini sind folgende Komponenten enthalten:
-
+
+
+
Neopixel RGB LED
+
@@ -38,6 +43,16 @@ Darüber hinaus ist auf dem Board ein SD-Kartenmodul verbaut und gibt folgende S
- 1x UART
- 1x Digital Analog Port
+
+
+
+ In seltenen Fällen kann es vorkommen, dass sich noch eine Schutzfolie
+ auf den Steckplätzen der XBees befindet. Diese lässt sich vorsichtig
+ mit einer Pinzette entfernen, um die Steckplätze nutzen zu können.
+
+
+
+
## Kleiner Computer mit großem Spaß
Mit der senseBox:mini wird das Coden zum Kinderspiel. Der Einstieg in die Programmierung der senseBox ist einfach, Kinder und Erwachsene können ohne Vorkenntnisse sofort starten und in kürzester Zeit Erfolgserlebnisse feiern. Vom Blinken der eingebauten RGB LED, Datenspeicherung auf SD-Karte, bis hin zur IoT-Umweltmessstation ist alles möglich.
diff --git a/docs/editors/arduino/installation-bsp.mdx b/docs/editors/arduino/installation-bsp.mdx
index 7556b71..b40ff55 100644
--- a/docs/editors/arduino/installation-bsp.mdx
+++ b/docs/editors/arduino/installation-bsp.mdx
@@ -41,6 +41,6 @@ import { useBoardStore } from '@site/src/lib/stores/store'
- Gib "ESP32" oben in die Suchleiste ein, um die Packages schneller zu finden und installiere das Board `esp32` von Espressif Systems. Achtung! Stelle sicher , dass du mindestens die Version 2.0.15-alpha3 installierst! .
+ Gib "senseBox" oben in die Suchleiste ein, um die Packages schneller zu finden und installiere das Board `esp32` von Espressif Systems. Achtung! Stelle sicher , dass du mindestens die Version 2.0.15-alpha3 installierst! .
diff --git a/docs/editors/blockly/blocks/logik.md b/docs/editors/blockly/blocks/logik.md
index 662a50c..9f21847 100644
--- a/docs/editors/blockly/blocks/logik.md
+++ b/docs/editors/blockly/blocks/logik.md
@@ -55,8 +55,8 @@ ______________________________________________________________________________
| :-------------------: | :----------: |
| gleich | = |
| ungleich | ≠ |
-| kleiner | < |
-| größer | < |
+| kleiner | {'<'} |
+| größer | {'>'} |
| kleiner oder gleich | ≤ |
| größer oder gleich | ≥ |
______________________________________________________________________________
diff --git a/docs/editors/blockly/blocks/web/opensensemap.mdx b/docs/editors/blockly/blocks/web/opensensemap.mdx
index ae9214b..9824524 100644
--- a/docs/editors/blockly/blocks/web/opensensemap.mdx
+++ b/docs/editors/blockly/blocks/web/opensensemap.mdx
@@ -14,13 +14,7 @@ Um Messwerte an die openSenseMap senden zu können, musst du deine Box zuerst mi

-Im ersten Dropdown-Menü des Blocks kannst du auswählen, ob deine senseBox an die herkömmliche openSenseMap oder an workshop.openSenseMap senden soll.
-
-> **opensensemap.org:** senseBoxen, die für langfristige Messreihen angelegt wurden.
->
-> **workshop.opensensemap.org:** senseBoxen, die im Rahmen von kurzen Experimenten oder zum Testen angelegt wurden.
-
-Im zweiten Dropdown-Menü des Blocks wählst du aus, ob es sich bei deiner senseBox um eine stationäre oder eine mobile Station handelt und im Textfeld "senseBox ID" die nach der Registrierung angezeigte senseBox-ID eintragen.
+Im Dropdown-Menü des Blocks wählst du aus, ob es sich bei deiner senseBox um eine stationäre oder eine mobile Station handelt und im Textfeld "senseBox ID" die nach der Registrierung angezeigte senseBox-ID eintragen.
Im freien Blockabschnitt `Sensoren` müssen dann die angeschlossenen Sensoren mithilfe des `Sende Messwert an die openSenseMap`-Blocks angeknüpft werden.

diff --git a/docs/hardware/accessoires/cable_overview.mdx b/docs/hardware/accessoires/cable_overview.mdx
new file mode 100644
index 0000000..13ad617
--- /dev/null
+++ b/docs/hardware/accessoires/cable_overview.mdx
@@ -0,0 +1,28 @@
+---
+sidebar_position: 1
+title: Kabelübersicht
+hide_title: false
+description: Übersicht über alle verfügbaren Anschlusskabel
+---
+
+import Admonition from "@theme/Admonition";
+import TutorialPorts from '@site/src/components/TutorialPorts/TutorialPorts'
+import CableOverview from '@site/src/components/CableOverview/CableOverview'
+
+# Kabelübersicht
+
+Für den Anschluss von Sensoren oder Erweiterungsmodulen an die senseBox MCUs werden verschiedene Kabeltypen benötigt. Welche Kabel konkret gebraucht werden, hängt von der jeweiligen Version der MCU und den verwendeten Sensoren ab.
+
+Bitte informiere dich vorab, welche Anschlüsse dein Setup benötigt. Falls du dir unsicher bist, helfen wir dir gerne weiter unter [support@sensebox.de](mailto:support@sensebox.de).
+
+
+
+
+
+## Links
+
+- #### [Shop](https://sensebox.kaufen/parts/zubehor)
+- #### [Support](mailto:support@sensebox.de)
diff --git a/docs/hardware/accessoires/led-matrix.mdx b/docs/hardware/accessoires/led-matrix.mdx
index 9e36071..1747d98 100644
--- a/docs/hardware/accessoires/led-matrix.mdx
+++ b/docs/hardware/accessoires/led-matrix.mdx
@@ -10,6 +10,8 @@ import TutorialPorts from '@site/src/components/TutorialPorts/TutorialPorts'
# LED-Matrix
+Die 12x8 LED-Matrix ermöglicht es, bunte Displays mit Neopixeln zu programmieren. So können LEDs individuell leuchten und Schriftzüge oder Motive in verschiedenen Farben dargestellt werden. Zudem lassen sich Informatik-Konzepte wie Arrays visualisieren.
+
{' '}
## Technische Informationen
@@ -17,17 +19,76 @@ import TutorialPorts from '@site/src/components/TutorialPorts/TutorialPorts'
- 12x8 Matrix
- 96 LEDs
+---
+
## Anschluss
+
+
+---
+
## Programmierung (Blockly)
-In Blockly muss die LED Matrix zuerst initialisiert werden. Dort musst du noch den Port angeben an dem du die LED Matrix angeschlossen hast. Danach kannst du zum Beispiel einen Text anzeigen lassen.
+In Blockly muss die LED-Matrix zuerst initialisiert werden. Dort musst du noch den Port angeben, an dem du die LED-Matrix angeschlossen hast. Danach kannst du z.B. einen Text anzeigen lassen.

-## Projekte
+---
+
+
+## Bitmaps auf der LED-Matrix
+
+Die LED-Matrix kann unter anderem Buchstaben und Zahlen anzeigen, aber auch selbst gestaltete **Pixelgrafiken**, sogenannte **Bitmaps**.
+
+Eine Bitmap besteht aus einem Raster von **12x8 LEDs** – jede LED kann einzeln auf verschiedene Arten angesteuert werden.
+
+### Was ist eine Bitmap?
+
+Eine Bitmap ist im Grunde eine Tabelle, bei der jede Zelle (LED) eine Farbe bekommt. In Blockly kannst du diese als **bunte Grafik** darstellen, bei der jede LED eine eigene Farbe bekommt (RGB-Wert).
+Schwarze Zellen stellen ausgeschaltete LEDs dar. So kannst du viele verschiedene **Pixelgrafiken** erstellen und auf der LED-Matrix anzeigen lassen.
+
+
+
+
+
+### Text anzeigen
+Buchstaben und Zahlen können auf der LED-Matrix angezeigt werden. Diese müssen nicht zwingend in der Bitmap-Form erstellt werden, sondern können in Blockly direkt mit dem entsprechenden Block definiert werden.
+
+
+
+
+
+### Emojis anzeigen
+
+In Blockly gibt es einige voreingestellte Emojis, die auf der LED-Matrix angezeigt werden können. Dazu gehören z.B. ein Smiley, ein Hut oder ein Ritter.
+Um die Emojis anzuzeigen, musst du nur den entsprechenden Block in Blockly verwenden.
+
+
+
+
+### Weiteres
+- Zusätzlich zur Erstellung von Bitmaps mit Hilfe des visuellen Blocks, können erfahrene Nutzer auch jede einzelne LED ansteuern, indem die **RGB565 Farbwerte** für jede einzelne LED definiert werden.
+Dafür müssen in dem entsprechenden Block 96 RGB565 Farbwerte angegeben werden, die die Farben der LEDs festlegen. Die LEDs werden von oben links nach unten rechts angesteuert.
+
+> 💡 **Tipp**: Auf der folgenden [Website](https://rgbcolorpicker.com/565) ist es möglich eine Farbe auszuwählen und sich den RGB565 Farbwert ausgeben zu lassen.
+
+
+
+
+
+- Mit dem "Pixel setzen" Block kannst du auch eigene Bitmaps erstellen, indem du die einzelnen Pixel der LED-Matrix ansteuerst. Dazu musst du die Koordinaten der Pixel angeben, die du ansteuern möchtest.
+Die Koordinaten beginnen bei 0 und enden bei 11 für die x-Achse und bei 7 für die y-Achse. So können einzelne Pixel der LED-Matrix mit wechselnden Farben bespielt werden.
+Auf diese Art ist es möglich kleinere Animationen zu erstellen.
+
+> 💡 **Tipp**: Wenn du mehrere Pixel färbst, kann es zum Flackern der LEDs kommen. Deaktiviere „Zeige sofort“ bei allen Blöcken und aktiviere es nur beim letzten Block in der Reihe. So wird alles auf einmal angezeigt.
+
+
+
+---
+
+## Beispielprojekte mit der LED-Matrix
- #### [Anzeige von Emojis und Motiven](https://sensebox.de/projects/de/2024-04-02-smiley)
- #### [Tiefenbilder auf der LED-Matrix anzeigen](https://sensebox.de/projects/de/2024-04-02-tof-led)
diff --git a/docs/hardware/accessoires/rgb-led-esp32.mdx b/docs/hardware/accessoires/rgb-led-esp32.mdx
index 0f97e24..46efdd3 100644
--- a/docs/hardware/accessoires/rgb-led-esp32.mdx
+++ b/docs/hardware/accessoires/rgb-led-esp32.mdx
@@ -44,6 +44,8 @@ void loop() {
In Blockly kann der Sensor über folgenden Block ausgelesen werden:
+
+
## Projekte
### [RGB-LED Fader](https://sensebox.de/projects/de/2024-01-10-rgb-led_s2)
diff --git a/docs/hardware/bee/ethernet-bee.mdx b/docs/hardware/bee/ethernet-bee.mdx
index 2cf2d3c..5a6b691 100644
--- a/docs/hardware/bee/ethernet-bee.mdx
+++ b/docs/hardware/bee/ethernet-bee.mdx
@@ -68,4 +68,4 @@ Das LAN-Bee wird ohne LAN-Kabel geliefert. Für eine dauerhafte Outdoor-Anbringu
> - [Shop](https://sensebox.kaufen/product/lan-bee)
-> - [WIZnet W5500 Data Sheet](http://wizwiki.net/wiki/lib/exe/fetch.php/products:w5500:w5500_ds_v109e.pdf)
\ No newline at end of file
+> - [WIZnet W5500 Data Sheet](https://docs.wiznet.io/img/products/w5500/W5500_ds_v110e.pdf)
\ No newline at end of file
diff --git a/docs/hardware/bee/lora-bee.mdx b/docs/hardware/bee/lora-bee.mdx
index 4754b6e..5b87497 100644
--- a/docs/hardware/bee/lora-bee.mdx
+++ b/docs/hardware/bee/lora-bee.mdx
@@ -55,4 +55,4 @@ Das Blockly Tutorial zur LoRa Verwendung findest du [hier](/docs/editors/blockly
- #### [LoRaWAN IoT-Wetterstation](https://sensebox.de/projects/de/2019-05-10-lora-osem-tago)
> - [Shop](https://sensebox.kaufen/product/lora-bee)
-> - [HopeRF RFM9xW Datenblatt](https://www.hoperf.com/modules/lora/RFM95.html)
+> - [Data Sheet](https://sensebox.de/non_img_assets/datenblaetter/pdf_output/Datenblatt-senseBox_LoRa_Bee_868_Drahtantenne.pdf)
diff --git a/docs/hardware/bee/sd-bee.mdx b/docs/hardware/bee/sd-bee.mdx
index ca478dc..750e59d 100644
--- a/docs/hardware/bee/sd-bee.mdx
+++ b/docs/hardware/bee/sd-bee.mdx
@@ -86,4 +86,4 @@ Zusätzlich holen wir aus der Kategorie `Zeit` den Block für ein Interval und a
> - [Shop](https://sensebox.kaufen/product/sd-bee)
-> - [WIZnet W5500 Data Sheet](http://wizwiki.net/wiki/lib/exe/fetch.php/products:w5500:w5500_ds_v109e.pdf)
\ No newline at end of file
+> - [Data Sheet](https://sensebox.de/non_img_assets/datenblaetter/pdf_output/Datenblatt-senseBox_SD_Bee.pdf)
\ No newline at end of file
diff --git a/docs/hardware/bee/wifi-bee.mdx b/docs/hardware/bee/wifi-bee.mdx
index a4fe205..2649c27 100644
--- a/docs/hardware/bee/wifi-bee.mdx
+++ b/docs/hardware/bee/wifi-bee.mdx
@@ -35,10 +35,6 @@ Das Wifi-Bee ist das Verbindungsstück, um die senseBox mit dem Internet zu verb
-:::info
-Bei einigen unserer WiFi-Bees vom Typ WINC1500 kann es vorkommen, dass eine veraltete Firmware (Version 19.4.4) installiert ist. Das kann zu Übertragungsproblemen führen. Sollten diese Probleme bei dir auftreten, schaue dir !!!! an, um die Firmware zu aktualisieren.
-:::
-
## Technische Informationen
* "Plug-in-and-Go" senseBox kompatibel
@@ -92,4 +88,4 @@ Wenn bei allen Ausgaben im seriellen Monitor Werte angezeigt werden, insbesonder
> - [Shop](https://sensebox.kaufen/product/wifi-bee)
-> - [Atmel ATWINC1500 Data Sheet](http://ww1.microchip.com/downloads/en/DeviceDoc/ATWINC15x0-MR210xB-IEEE-802.11-b-g-n-SmartConnect-IoT-Module-Data-Sheet-DS70005304C.pdf)
+> - [Data Sheet](https://sensebox.de/non_img_assets/datenblaetter/pdf_output/Datenblatt-senseBox_WiFi_Bee.pdf)
diff --git a/docs/hardware/sd.mdx b/docs/hardware/sd.mdx
index fa3a7fd..a3eaeb9 100644
--- a/docs/hardware/sd.mdx
+++ b/docs/hardware/sd.mdx
@@ -34,7 +34,7 @@ In diesem Sketch werden die Werte von einem Sensor(in diesem Fall der HDC1080) a
#include
#include
#include "FS.h"
-#include // http://librarymanager/All#Adafruit_HDC1000_Library
+#include // https://github.com/adafruit/Adafruit_HDC1000_Library
const long intervalInterval = 60000;
long time_startInterval = 0;
diff --git a/docs/hardware/sensors/lautstaerke.md b/docs/hardware/sensors/lautstaerke.md
index 3c2497a..d7cd3c5 100644
--- a/docs/hardware/sensors/lautstaerke.md
+++ b/docs/hardware/sensors/lautstaerke.md
@@ -8,7 +8,10 @@ description: DFRobot SEN0232 Gravity
Der DFRobot SEN0232 misst die Lautstärke und gibt die Messwerte in Dezibel aus.
-
+
+
+ Lautstärkesensor DFRobot SEN0232
+
## Technische Informationen
@@ -19,8 +22,10 @@ Der DFRobot SEN0232 misst die Lautstärke und gibt die Messwerte in Dezibel aus.
* Messspanne: zwischen 30dBA und 130 dBA akkurat
* Messintervall: 125ms
-
-
+
+
+ Anschlussschema des Lautstärkesensors
+
## Programmierung (Arduino)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index fe3fad9..c14126b 100755
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -79,7 +79,8 @@ const config = {
({
colorMode: {
defaultMode: 'light',
- disableSwitch: true,
+ disableSwitch: false,
+ respectPrefersColorScheme: true,
},
navbar: {
title: 'senseBox Docs',
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/boards/mcu/mcu-overview.mdx b/i18n/en/docusaurus-plugin-content-docs/current/boards/mcu/mcu-overview.mdx
index cc77243..69cff99 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/boards/mcu/mcu-overview.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/boards/mcu/mcu-overview.mdx
@@ -26,6 +26,7 @@ import truebner from "/img/hardware-bilder/bodenfeuchte-temperatursensor/sensore
import wifiBee from "@site/static/img/hardware-bilder/bees/wifi-bee/wifi.png";
import sdBee from "@site/static/img/hardware-bilder/bees/sd-bee/msd.png";
import loraBee from "@site/static/img/hardware-bilder/bees/lora-bee/LoraBee_Bottom.png";
+import Admonition from '@theme/Admonition';
senseBoxMCU
@@ -46,166 +47,174 @@ import loraBee from "@site/static/img/hardware-bilder/bees/lora-bee/LoraBee_Bott
## Ports
Click on the ports below to see which sensor is connected there.
-
-
- I2C/Wire ports
-
-
-
-
Sensoren und Accessoire an den I2C/Wire Ports
-
-
-
-
Light sensor
-
-
-
-
Temperature and humidity
-
-
-
-
Air pressure
-
-
-
-
Time of Flight(Tof)
-
-
-
-
Environmental sensor
-
-
-
-
CO2 sensor
-
-
-
-
Display
-
-
-
-
-
-
-
- UART/Serial port
-
-
-
-
-
-
Fine dust (SDS011)
-
-
-
-
Fine dust (SPS30)
-
-
-
-
-
-
- Digital/Analogue ports
-
-
-
-
-
-
Condenser mic
-
-
-
-
Ultrasonic distance sensor
-
-
-
-
Soil moisture sensor
-
-
-
-
-
-
- XBEE
-
-
-
-
-
-
WiFi Bee
-
-
-
-
SD Bee
-
-
-
-
LoRa Bee
-
-
-
-
+
+
+ I2C/Wire Ports
+
+
+
+
Sensoren und Accessoire an den I2C/Wire Ports
+
+
+
+
Light sensor
+
+
+
+
Temperature and humidity
+
+
+
+
Air pressure
+
+
+
+
Time of Flight(Tof)
+
+
+
+
Environmental sensor
+
+
+
+
CO2 sensor
+
+
+
+
Display
+
+
+
+
+
+
+
+ UART/Serial port
+
+
+
+
+
+
Fine dust (SDS011)
+
+
+
+
Fine dust (SPS30)
+
+
+
+
+
+
+ Digital/Analogue ports
+
+
+
+
+
+
Condenser mic
+
+
+
+
Ultrasonic distance sensor
+
+
+
+
Soil moisture sensor
+
+
+
+
+
+
+ XBEE
+
+
+
+
+
+
WiFi Bee
+
+
+
+
SD Bee
+
+
+
+
LoRa Bee
+
+
+
+
+
+
+
+
+ In rare cases, there may still be a protective film on the XBee slots.
+ The film can be carefully removed with tweezers in order to use the slots.
+
- The microcontroller based on ESP-32 offers a multitude of new possibilities in terms of data transfer, data exchange and operation.
-
-
-
- {" "}
-
-
-
Ports
-
-
-
- I2C/Wire ports
-
-
-
-
Sensors and accessories on the I2C/Wire ports
-
-
-
-
Light sensor
-
-
-
-
Temperature and humidity
-
-
-
-
Air pressure
-
-
-
-
Time of Flight(Tof)
-
-
-
-
Display
-
-
-
-
-
-
-
- Digital/Analogue ports
-
-
-
-
Sensors and accessories on the digital/analogue ports
-
-
-
-
LED-Matrix
-
-
-
-
-
-
-
-
-
I2C/Wire daisy chain
-
- An I2C daisy chain enables the simple and efficient connection of several devices in a serial communication chain using the I2C protocol.
- The daisy chain configuration allows each device in the chain to send and receive data. This method is particularly useful in applications
- where space and resources are limited, as it minimises the number of physical connections required and at the same time enables robust
- and reliable data communication.
-
-
-
-
-
-
+
MCU S2 (ESP32)
+
+ The microcontroller based on ESP-32 offers a multitude of new possibilities in terms of data transfer, data exchange and operation.
+
+
+
+ {" "}
+
+
+
Ports
+
+
+
+ I2C/Wire ports
+
+
+
+
Sensors and accessories on the I2C/Wire ports
+
+
+
+
Light sensor
+
+
+
+
Temperature and humidity
+
+
+
+
Air pressure
+
+
+
+
Time of Flight(Tof)
+
+
+
+
Display
+
+
+
+
+
+
+
+ Digital/Analogue ports
+
+
+
+
Sensors and accessories on the digital/analogue ports
+
+
+
+
LED-Matrix
+
+
+
+
+
+
+
+
+
+
+ In rare cases, there may still be a protective film on the XBee slots.
+ The film can be carefully removed with tweezers in order to use the slots.
+
+
+
+
+
I2C/Wire daisy chain
+
+ An I2C daisy chain enables the simple and efficient connection of several devices in a serial communication chain using the I2C protocol.
+ The daisy chain configuration allows each device in the chain to send and receive data. This method is particularly useful in applications
+ where space and resources are limited, as it minimises the number of physical connections required and at the same time enables robust
+ and reliable data communication.
+
+
+
+
+
+
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/boards/mini/mini-overview.mdx b/i18n/en/docusaurus-plugin-content-docs/current/boards/mini/mini-overview.mdx
index a9ec05a..19789f4 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/boards/mini/mini-overview.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/boards/mini/mini-overview.mdx
@@ -9,6 +9,7 @@ import umweltsensor from '@site/static/img/hardware-bilder/umweltsensor/bme.png'
import miniRgbLed from '@site/static/img/mini/mini-rgb-led.png'
import wifiBee from '@site/static/img/hardware-bilder/bees/wifi-bee/wifi.png'
import display from '@site/static/img/hardware-bilder/oled/display.png'
+import Admonition from '@theme/Admonition';
senseBox:mini
@@ -25,8 +26,11 @@ import display from '@site/static/img/hardware-bilder/oled/display.png'
The following components are included in the senseBox:mini:
-
-
+
+
+
+
Neopixel RGB LED
+
@@ -37,6 +41,15 @@ In addition, the board has an SD card module and the following ports:
- 1x UART
- 1x Digital analogue port
+
+
+
+ In rare cases, there may still be a protective film on the XBee slots.
+ The film can be carefully removed with tweezers in order to use the slots.
+
+
+
+
## Tiny computer but a lot of fun
With the senseBox:mini, coding becomes child's play.
The entry into programming the senseBox is easy, children and adults can start immediately without prior knowledge and celebrate success in no time.
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/editors/arduino/installation-bsp.mdx b/i18n/en/docusaurus-plugin-content-docs/current/editors/arduino/installation-bsp.mdx
index 5707ec9..6c4b09b 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/editors/arduino/installation-bsp.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/editors/arduino/installation-bsp.mdx
@@ -43,7 +43,7 @@ import { useBoardStore } from '@site/src/lib/stores/store'
- Enter "ESP32" in the search bar above to find the packages faster and install the `esp32` board from Espressif Systems.
+ Enter "senseBox" in the search bar above to find the packages faster and install the `esp32` board from Espressif Systems.
Attention! Make sure to install at least version 2.0.15-alpha3! .
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/editors/blockly/blocks/logik.md b/i18n/en/docusaurus-plugin-content-docs/current/editors/blockly/blocks/logik.md
index 493d5b9..0a39c01 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/editors/blockly/blocks/logik.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/editors/blockly/blocks/logik.md
@@ -55,8 +55,8 @@ ______________________________________________________________________________
| :-------------------: | :----------: |
| equal | = |
| not equal | ≠ |
-| less than | < |
-| greater than | < |
+| less than | {'<'} |
+| greater than | {'>'} |
| less than or equal to | ≤ |
| greater than or equal to | ≥ |
______________________________________________________________________________
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/editors/blockly/blocks/web/opensensemap.mdx b/i18n/en/docusaurus-plugin-content-docs/current/editors/blockly/blocks/web/opensensemap.mdx
index 2ef79b1..1f9e8af 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/editors/blockly/blocks/web/opensensemap.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/editors/blockly/blocks/web/opensensemap.mdx
@@ -14,13 +14,7 @@ To send measurements to openSenseMap, you must first connect your box to it. Use

-In the first dropdown menu of the block, you can select whether your senseBox should send data to the traditional openSenseMap or to workshop.openSenseMap.
-
-> **opensensemap.org:** senseBoxes created for long-term measurements.
->
-> **workshop.opensensemap.org:** senseBoxes created for short-term experiments or testing.
-
-In the second dropdown menu of the block, you select whether your senseBox is a stationary or a mobile station, and in the text field "senseBox ID," you enter the senseBox ID displayed after registration.
+In the dropdown menu of the block, you select whether your senseBox is a stationary or a mobile station, and in the text field "senseBox ID," you enter the senseBox ID displayed after registration.
In the free block section `Sensors`, the connected sensors must then be linked using the `Send measurement to openSenseMap` block.

diff --git a/i18n/en/docusaurus-plugin-content-docs/current/hardware/accessoires/cable_overview.mdx b/i18n/en/docusaurus-plugin-content-docs/current/hardware/accessoires/cable_overview.mdx
new file mode 100644
index 0000000..7ce3388
--- /dev/null
+++ b/i18n/en/docusaurus-plugin-content-docs/current/hardware/accessoires/cable_overview.mdx
@@ -0,0 +1,28 @@
+---
+sidebar_position: 1
+title: Cable Overview
+hide_title: false
+description: Overview of all available connection cables
+---
+
+import Admonition from "@theme/Admonition";
+import TutorialPorts_en from '@site/src/components/TutorialPorts/TutorialPorts_en'
+import CableOverview from '@site/src/components/CableOverview/CableOverview_en'
+
+# Cable Overview
+
+Different types of cables are required to connect sensors or expansion modules to the senseBox MCUs. The specific cables needed depend on the version of the MCU and the sensors used.
+
+Please check in advance which connections your setup requires. If you're unsure, feel free to reach out to us at [support@sensebox.de](mailto:support@sensebox.de).
+
+
+
+
+
+## Links
+
+- #### [Shop](https://sensebox.kaufen/parts/zubehor)
+- #### [Support](mailto:support@sensebox.de)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/hardware/accessoires/led-matrix.mdx b/i18n/en/docusaurus-plugin-content-docs/current/hardware/accessoires/led-matrix.mdx
index 432ea14..04be0b4 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/hardware/accessoires/led-matrix.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/hardware/accessoires/led-matrix.mdx
@@ -10,6 +10,8 @@ import TutorialPorts_en from '@site/src/components/TutorialPorts/TutorialPorts_e
# LED-Matrix
+The 12x8 LED matrix allows you to program colorful displays with neopixels. This way, LEDs can light up individually, and text or patterns can be displayed in various colors. Additionally, computer science concepts like arrays can be visualized.
+
{' '}
## Technical Information
@@ -17,10 +19,14 @@ import TutorialPorts_en from '@site/src/components/TutorialPorts/TutorialPorts_e
- 12x8 Matrix
- 96 LEDs
+---
+
## Connection
+---
+
## Programming (Blockly)
In Blockly the LED matrix must first be initialized.
There you have to specify the port to which you have connected the LED matrix.
@@ -28,6 +34,56 @@ After that you can display text for example.

+---
+
+## Bitmaps on the LED Matrix
+
+The LED matrix can display letters and numbers, but also custom-made **pixel graphics**, called **bitmaps**.
+
+A bitmap consists of a grid of **12x8 LEDs** – each LED can be controlled in different ways.
+
+### What is a bitmap?
+
+A bitmap is essentially a table where each cell (LED) is assigned a color. In Blockly, you can create a **colorful graphic**, where each LED has its own RGB color value.
+Black cells represent turned-off LEDs. This way, you can design and display various **pixel graphics** on the LED matrix.
+
+
+
+### Displaying Text
+
+Letters and numbers can also be displayed on the LED matrix. These do not need to be created using a bitmap – instead, you can use the corresponding **text block** in Blockly.
+
+
+
+### Displaying Emojis
+
+Blockly also includes a selection of built-in emojis that can be displayed on the LED matrix, such as a smiley face, a hat, or a knight.
+To display an emoji, simply drag the appropriate block into your Blockly program.
+
+
+
+### More options
+
+- In addition to creating bitmaps using the visual block, advanced users can define the color of **each individual LED** using **RGB565 color values**.
+ This requires entering 96 RGB565 values into the appropriate block – one for each pixel on the matrix.
+ The LEDs are filled from top-left to bottom-right, line by line.
+
+> 💡 **Tip**: You can use this [website](https://rgbcolorpicker.com/565) to select a color and get its RGB565 value.
+
+
+
+- With the **“Set Pixel”** block, you can also create your own bitmaps by manually addressing individual pixels on the LED matrix.
+ You must provide the X and Y coordinates for each pixel you want to color.
+ The X-axis ranges from 0 to 11, and the Y-axis from 0 to 7. This allows you to create pixel-based graphics or even small animations.
+
+> 💡 **Tip**: If you color multiple pixels in quick succession, the matrix may flicker.
+Deactivate “Draw immediately” in all but the last block to update all pixels at once.
+
+
+
+
+---
+
## Projects
- #### [Displaying Emojis and Patterns](https://sensebox.de/projects/de/2024-04-02-smiley)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/hardware/accessoires/rgb-led-esp32.mdx b/i18n/en/docusaurus-plugin-content-docs/current/hardware/accessoires/rgb-led-esp32.mdx
index e6cff6d..8b735cc 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/hardware/accessoires/rgb-led-esp32.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/hardware/accessoires/rgb-led-esp32.mdx
@@ -44,6 +44,8 @@ void loop() {
In Blockly, the sensor can be read using the following block:
+
+
## Projects
### [RGB-LED Fader](https://sensebox.de/projects/de/2024-01-10-rgb-led_s2)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/ethernet-bee.mdx b/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/ethernet-bee.mdx
index bafb4fa..f51b3d0 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/ethernet-bee.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/ethernet-bee.mdx
@@ -71,4 +71,4 @@ The LAN-Bee is delivered without a LAN cable. For permanent outdoor installation
> - [Shop](https://sensebox.kaufen/product/lan-bee)
-> - [WIZnet W5500 Data Sheet](http://wizwiki.net/wiki/lib/exe/fetch.php/products:w5500:w5500_ds_v109e.pdf)
\ No newline at end of file
+> - [WIZnet W5500 Data Sheet](https://docs.wiznet.io/img/products/w5500/W5500_ds_v110e.pdf)
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/lora-bee.mdx b/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/lora-bee.mdx
index 07780c0..de23dbb 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/lora-bee.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/lora-bee.mdx
@@ -56,4 +56,4 @@ The Blockly tutorial for using LoRa can be found [here](/docs/editors/blockly/bl
- #### [LoRaWAN IoT Weather Station](https://sensebox.de/projects/de/2019-05-10-lora-osem-tago)
> - [Shop](https://sensebox.kaufen/product/lora-bee)
-> - [HopeRF RFM9xW Datasheet](https://www.hoperf.com/modules/lora/RFM95.html)
+> - [Data Sheet](https://sensebox.de/non_img_assets/datenblaetter/pdf_output/Datenblatt-senseBox_LoRa_Bee_868_Drahtantenne.pdf)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/sd-bee.mdx b/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/sd-bee.mdx
index 9324095..2544da0 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/sd-bee.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/sd-bee.mdx
@@ -89,4 +89,4 @@ Additionally, we get the block for an interval from the `Time` category and the
> - [Shop](https://sensebox.kaufen/product/sd-bee)
-> - [WIZnet W5500 Data Sheet](http://wizwiki.net/wiki/lib/exe/fetch.php/products:w5500:w5500_ds_v109e.pdf)
\ No newline at end of file
+> - [Data Sheet](https://sensebox.de/non_img_assets/datenblaetter/pdf_output/Datenblatt-senseBox_SD_Bee.pdf)
\ No newline at end of file
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/wifi-bee.mdx b/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/wifi-bee.mdx
index cdbebaa..1b6e791 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/wifi-bee.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/hardware/bee/wifi-bee.mdx
@@ -37,11 +37,6 @@ The WiFi-Bee is based on the ATWINC1500 microchip from Atmel.
-:::info
-Some of our WINC1500 WiFi Bees may have outdated firmware (version 19.4.4) installed.
-This can lead to transmission problems. If you are experiencing these problems, take a look at !!!! to update the firmware.
-:::
-
## Technical Information
* "Plug-in-and-Go" senseBox compatible
@@ -95,4 +90,4 @@ If all outputs are displayed in the serial monitor, especially if the IP address
> - [Shop](https://sensebox.kaufen/product/wifi-bee)
-> - [Atmel ATWINC1500 Data Sheet](http://ww1.microchip.com/downloads/en/DeviceDoc/ATWINC15x0-MR210xB-IEEE-802.11-b-g-n-SmartConnect-IoT-Module-Data-Sheet-DS70005304C.pdf)
+> - [Data Sheet](https://sensebox.de/non_img_assets/datenblaetter/pdf_output/Datenblatt-senseBox_WiFi_Bee.pdf)
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/hardware/sd.mdx b/i18n/en/docusaurus-plugin-content-docs/current/hardware/sd.mdx
index 2c164f0..fcfd126 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/hardware/sd.mdx
+++ b/i18n/en/docusaurus-plugin-content-docs/current/hardware/sd.mdx
@@ -34,7 +34,7 @@ In this sketch, the values from a sensor (in this case, the HDC1080) are read an
#include
#include
#include "FS.h"
-#include // http://librarymanager/All#Adafruit_HDC1000_Library
+#include // https://github.com/adafruit/Adafruit_HDC1000_Library
const long intervalInterval = 60000;
long time_startInterval = 0;
diff --git a/i18n/en/docusaurus-plugin-content-docs/current/hardware/sensors/lautstaerke.md b/i18n/en/docusaurus-plugin-content-docs/current/hardware/sensors/lautstaerke.md
index 41d1ba7..79b07c9 100644
--- a/i18n/en/docusaurus-plugin-content-docs/current/hardware/sensors/lautstaerke.md
+++ b/i18n/en/docusaurus-plugin-content-docs/current/hardware/sensors/lautstaerke.md
@@ -8,7 +8,10 @@ description: DFRobot SEN0232 Gravity
The DFRobot SEN0232 measures the volume and outputs the measured values in decibels.
-
+
+
+ Volume sensor DFRobot SEN0232
+
## Techincal Information
@@ -19,8 +22,10 @@ The DFRobot SEN0232 measures the volume and outputs the measured values in decib
* Measurement range: accurate between 30 dBA and 130 dBA
* Measurement interval: 125 ms
-
-
+
+
+ Connection diagram of the volume sensor
+
## Programmierung (Arduino)
diff --git a/sidebars/eduS2Sidebar.js b/sidebars/eduS2Sidebar.js
index 767057b..5f62ccb 100755
--- a/sidebars/eduS2Sidebar.js
+++ b/sidebars/eduS2Sidebar.js
@@ -54,6 +54,7 @@ const eduS2Sidebar = {
'hardware/accessoires/display',
'hardware/accessoires/rgb-led-esp32',
'hardware/accessoires/led-matrix',
+ 'hardware/accessoires/cable_overview',
],
},
],
diff --git a/sidebars/eduSidebar.js b/sidebars/eduSidebar.js
index c7ac72e..9ced924 100644
--- a/sidebars/eduSidebar.js
+++ b/sidebars/eduSidebar.js
@@ -41,6 +41,7 @@ const eduSidebar = {
'hardware/sensors/luftdruck-temperatur',
'hardware/accessoires/display',
'hardware/sensors/bmx055',
+ 'hardware/accessoires/cable_overview',
],
},
{
diff --git a/sidebars/miniSidebar.js b/sidebars/miniSidebar.js
index d7ec62e..6f33cd6 100644
--- a/sidebars/miniSidebar.js
+++ b/sidebars/miniSidebar.js
@@ -27,6 +27,7 @@ const miniSidebar = {
'hardware/sensors/umweltsensor',
'hardware/accessoires/display',
'hardware/accessoires/rgb-led',
+ 'hardware/accessoires/cable_overview',
],
},
{
diff --git a/src/components/CableOverview/CableOverview.jsx b/src/components/CableOverview/CableOverview.jsx
new file mode 100644
index 0000000..a322272
--- /dev/null
+++ b/src/components/CableOverview/CableOverview.jsx
@@ -0,0 +1,174 @@
+import React from 'react';
+import { useBoardStore } from '@site/src/lib/stores/store';
+import ImageWithText from '@site/src/components/ImageWithText/ImageWithText';
+import usbACable from '@site/static/img/hardware-bilder/cable/usb-a-to-c.png';
+import jstPhr4Cable from '@site/static/img/hardware-bilder/cable/jst-phr4_cable.png';
+import qwiicCable from '@site/static/img/hardware-bilder/cable/qwiic_cable.png';
+import qwiicToJstPhr4 from '@site/static/img/hardware-bilder/cable/qwiic-to-jstphr4.png';
+import jstPhr4ToJumperMale from '@site/static/img/hardware-bilder/cable/jst-phr4-jumper-male.png';
+import jstPhr4ToJumperFemale from '@site/static/img/hardware-bilder/cable/jst-phr4-jumper-female.png';
+import jumperWireMM from '@site/static/img/hardware-bilder/cable/jumper_wire_mm.png';
+import jstToSds011 from '@site/static/img/hardware-bilder/cable/jst-to-sds011.png';
+
+const CableOverview = () => {
+ const board = useBoardStore(state => state.board);
+
+ // Filtere die Kabel basierend auf dem ausgewählten Board
+ const showJstCables = board === ':edu' || board === ':mini';
+ const showQwiicCables = board === ':edu S2';
+
+ return (
+ <>
+
USB A zu USB C Kabel
+
+ Das USB A zu USB C Kabel ist ein Datenkabel, das verwendet wird, um die senseBox MCU mit einem Computer zu verbinden, zum Übertragen von Daten oder Versorgen mit Strom.
+
+
+ Alle neueren senseBox MCU-Modelle sind mit einem USB-C-Anschluss ausgestattet. Einige ältere Versionen der senseBox nutzen noch Micro-USB.
+ Für die aktuellen Varianten ist dieses Kabel jedoch die Standardverbindung.
+
+
+ Hinweis: Grundsätzlich können auch andere USB-C Kabel verwendet werden. Achte jedoch darauf, dass das Kabel für die Datenübertragung geeignet ist. Manche USB-C Kabel dienen ausschließlich der Stromversorgung und unterstützen keine oder nur eingeschränkte Kommunikation.
+
+
+
Erhältlich in folgender Länge:
+
2 Meter
+
3 Meter
+
+
+
+ {showJstCables && (
+ <>
+
JST PHR-4 zu JST PHR-4 Kabel
+
+ Das JST PHR-4 Kabel ist ein 4-poliges Anschlusskabel für senseBox Sensoren. Auf beiden Seiten befindet sich ein JST PHR-4 Steckverbinder.
+
+
+ "PHR-4" ist ein Teil der JST PH-Serie mit einem Rastermaß von 2,0 mm, der für kompakte Verbindungen mit geringem Platzbedarf entwickelt wurde. Im Kontext der senseBox wird dieses Kabel meist nur "JST" genannt.
+
+
+
Die senseBox bietet das Kabel in folgenden Längen an:
+
200 mm
+
350 mm
+
500 mm
+
+
+ Je nach Anwendung und Sensorposition kannst du die passende Länge wählen.
+
+
+
+
JST PHR-4 zu Jumper Wire (Male)
+
+ Das JST PHR-4 zu Jumper Wire (Male) Kabel eignet sich ideal, um senseBox Sensoren mit anderen Mikrocontroller-Plattformen wie z.B. einem Arduino, oder mit einem Breadboard, zu verbinden.
+
+
+ Ein Breadboard (auch Steckbrett genannt) ist eine einfache Möglichkeit, elektronische Schaltungen ohne Löten aufzubauen. Einzelne Komponenten, wie Sensoren, Widerstände oder Kabel, können darin eingesteckt und flexibel verbunden werden.
+ Dieses Kabel hat auf der einen Seite einen JST PHR-4 Steckverbinder und auf der anderen Seite vier männliche Jumper-Stecker, die direkt in Breadboards oder Arduino-Pins passen.
+
+
+
Erhältlich in zwei Längen:
+
150 mm
+
300 mm
+
+
+ Je nach Aufbau und Entfernung zwischen Sensor und Mikrocontroller kann die passende Länge gewählt werden.
+
+
+
+
JST PHR-4 zu Jumper Wire (Female)
+
+ Das JST PHR-4 zu Jumper Wire (Female) Kabel, auch als Kabelpeitsche bekannt, hat auf der einen Seite einen JST PHR-4 Stecker und auf der anderen Seite vier einzelne Buchsen (Female Jumper).
+
+
+ Es eignet sich ideal, um Sensoren der senseBox mit anderen Mikrocontroller-Plattformen, Breakout-Boards oder modularen Testaufbauten zu verbinden, z. B. auf einem Breadboard mit Pins oder auf einem Arduino.
+
+
+
Erhältlich in folgenden Längen:
+
150 mm
+
300 mm
+
+
+
+
Jumper Wire Kabel (Male-to-Male)
+
+ Das Jumper Wire Kabel (M/M) hat auf beiden Seiten männliche Steckverbinder und wird hauptsächlich verwendet, um elektronische Komponenten auf einem Breadboard oder mit einem Mikrocontroller wie dem Arduino zu verbinden.
+
+
+ Es eignet sich besonders gut für schnelle Testaufbauten und prototypische Schaltungen ohne Löten.
+
+
+
Erhältlich in folgender Länge:
+
100 mm
+
+
+
+
JST PHR-4 zu SDS011 Adapterkabel
+
+ Das JST PHR-4 zu SDS011 Adapterkabel ermöglicht den Anschluss des Feinstaubsensors SDS011 an die senseBox MCU.
+
+
+ Der SDS011 hat im Vergleich zu anderen Sensoren der senseBox einen einen separaten Anschluss. Das Adapterkabel sorgt dafür, dass die richtige Verbindung und Stromversorgung hergestellt werden kann.
+
+
+ Das Kabel besitzt auf der einen Seite einen JST PHR-4 Steckverbinder und auf der anderen Seite den spezifischen SDS011-Anschluss, passend zur Buchse des Sensors.
+
+
+
Erhältlich in folgender Länge:
+
350 mm
+
+
+ >
+ )}
+
+ {showQwiicCables && (
+ <>
+
QWIIC Kabel (JST SH-4)
+
+ Das QWIIC Kabel, auch bekannt als JST SH-4, ist der neue Standardanschluss für viele Sensoren und Erweiterungsmodule, die mit der senseBox MCU verbunden werden. Der kompakte 4-polige Stecker hat ein Rastermaß von 1,0 mm und benötigt deutlich weniger Platz als der ältere JST PHR-4 Anschluss.
+
+
+ Nahezu alle neueren Sensoren der senseBox verfügen sowohl über einen QWIIC- als auch über einen JST PHR-4 Anschluss, um sowohl mit der MCU S1 als auch mit der MCU S2 kompatibel zu bleiben. Langfristig wird QWIIC jedoch als Hauptstandard verwendet.
+
+
+
Erhältlich in folgenden Längen:
+
100 mm
+
200 mm
+
500 mm
+
+
+
+
QWIIC zu JST PHR-4 Adapterkabel
+
+ Das QWIIC zu JST PHR-4 Adapterkabel dient zur Verbindung von Komponenten mit unterschiedlichen Anschlussstandards. Ideal, um z. B. Sensoren mit QWIIC-Anschluss an eine senseBox MCU S1 anzuschließen oder umgekehrt eine MCU S2 mit Sensoren ohne QWIIC-Port zu verbinden.
+
+
+ Beide Enden sind 4-polig, jeweils im QWIIC (JST SH-4) und JST PHR-4 Format.
+
+
+ In der Regel ist es egal, welches Ende des Kabels mit der MCU bzw. dem Sensor verbunden wird. Beide Seiten sind elektrisch kompatibel.
+
+
+
Erhältlich in folgender Länge:
+
80 mm
+
+
+
+
Jumper Wire Kabel (Male-to-Male)
+
+ Das Jumper Wire Kabel (M/M) hat auf beiden Seiten männliche Steckverbinder und wird hauptsächlich verwendet, um elektronische Komponenten auf einem Breadboard oder mit einem Mikrocontroller wie dem Arduino zu verbinden.
+
+
+ Es eignet sich besonders gut für schnelle Testaufbauten und prototypische Schaltungen ohne Löten.
+
+
+
Erhältlich in folgender Länge:
+
100 mm
+
+
+ >
+ )}
+ >
+ );
+};
+
+export default CableOverview;
diff --git a/src/components/CableOverview/CableOverview_en.jsx b/src/components/CableOverview/CableOverview_en.jsx
new file mode 100644
index 0000000..12c15ea
--- /dev/null
+++ b/src/components/CableOverview/CableOverview_en.jsx
@@ -0,0 +1,174 @@
+import React from 'react';
+import { useBoardStore } from '@site/src/lib/stores/store';
+import ImageWithText from '@site/src/components/ImageWithText/ImageWithText';
+import usbACable from '@site/static/img/hardware-bilder/cable/usb-a-to-c.png';
+import jstPhr4Cable from '@site/static/img/hardware-bilder/cable/jst-phr4_cable.png';
+import qwiicCable from '@site/static/img/hardware-bilder/cable/qwiic_cable.png';
+import qwiicToJstPhr4 from '@site/static/img/hardware-bilder/cable/qwiic-to-jstphr4.png';
+import jstPhr4ToJumperMale from '@site/static/img/hardware-bilder/cable/jst-phr4-jumper-male.png';
+import jstPhr4ToJumperFemale from '@site/static/img/hardware-bilder/cable/jst-phr4-jumper-female.png';
+import jumperWireMM from '@site/static/img/hardware-bilder/cable/jumper_wire_mm.png';
+import jstToSds011 from '@site/static/img/hardware-bilder/cable/jst-to-sds011.png';
+
+const CableOverview = () => {
+ const board = useBoardStore(state => state.board);
+
+ // Filter cables based on the selected board
+ const showJstCables = board === ':edu' || board === ':mini';
+ const showQwiicCables = board === ':edu S2';
+
+ return (
+ <>
+
USB A to USB C Cable
+
+ The USB A to USB C cable is a data cable used to connect the senseBox MCU to a computer, for transferring data or supplying power.
+
+
+ All newer senseBox MCU models are equipped with a USB-C port. Some older versions of the senseBox still use Micro-USB.
+ For the current models, this cable is the standard connection.
+
+
+ Note: Other USB-C cables can generally be used as well. However, make sure that the cable is suitable for data transfer. Some USB-C cables are power-only and do not support communication or only support it to a limited extent.
+
+
+
Available in the following lengths:
+
2 meters
+
3 meters
+
+
+
+ {showJstCables && (
+ <>
+
JST PHR-4 to JST PHR-4 Cable
+
+ The JST PHR-4 cable is a 4-pin connection cable for senseBox sensors, with a JST PHR-4 connector on both ends.
+
+
+ "PHR-4" is part of the JST PH series with a 2.0 mm pitch, designed for compact connections with minimal space requirements. In the context of senseBox, this cable is commonly referred to simply as "JST".
+
+
+
The senseBox offers this cable in the following lengths:
+
200 mm
+
350 mm
+
500 mm
+
+
+ Choose the appropriate length depending on your application and sensor placement.
+
+
+
+
JST PHR-4 to Jumper Wire (Male)
+
+ The JST PHR-4 to Jumper Wire (Male) cable is ideal for connecting senseBox sensors to other microcontroller platforms such as Arduino, or to a breadboard.
+
+
+ A breadboard allows you to build electronic circuits without soldering. Individual components, like sensors, resistors, or wires, can be inserted and flexibly connected.
+ This cable has a JST PHR-4 connector on one side and four male jumper wires on the other, which fit directly into breadboards or Arduino pins.
+
+
+
Available in two lengths:
+
150 mm
+
300 mm
+
+
+ Choose the appropriate length depending on the setup and the distance between sensor and microcontroller.
+
+
+
+
JST PHR-4 to Jumper Wire (Female)
+
+ The JST PHR-4 to Jumper Wire (Female) cable, also known as a cable whip, has a JST PHR-4 connector on one side and four individual female jumper sockets on the other.
+
+
+ It’s ideal for connecting senseBox sensors to other microcontroller platforms, breakout boards, or modular test setups, e.g., on a breadboard with pins or to an Arduino.
+
+
+
Available in the following lengths:
+
150 mm
+
300 mm
+
+
+
+
Jumper Wire Cable (Male-to-Male)
+
+ The Jumper Wire Cable (M/M) has male connectors on both ends and is primarily used to connect electronic components on a breadboard or to a microcontroller like the Arduino.
+
+
+ It is especially useful for quick test setups and prototypical circuits without soldering.
+
+
+
Available in the following length:
+
100 mm
+
+
+
+
JST PHR-4 to SDS011 Adapter Cable
+
+ The JST PHR-4 to SDS011 adapter cable allows the SDS011 fine dust sensor to be connected to the senseBox MCU.
+
+
+ The SDS011 has a dedicated connector that differs from other senseBox sensors. This adapter cable ensures the correct connection and power supply.
+
+
+ One side has a JST PHR-4 connector, and the other side has the specific SDS011 connector matching the sensor’s socket.
+
+
+
Available in the following length:
+
350 mm
+
+
+ >
+ )}
+
+ {showQwiicCables && (
+ <>
+
QWIIC Cable (JST SH-4)
+
+ The QWIIC cable, also known as JST SH-4, is the new standard connector for many sensors and expansion modules connected to the senseBox MCU. The compact 4-pin connector has a 1.0 mm pitch and requires significantly less space than the older JST PHR-4 connector.
+
+
+ Almost all newer senseBox sensors feature both a QWIIC and a JST PHR-4 connector, to remain compatible with both the MCU S1 and MCU S2. However, QWIIC is expected to become the main standard in the long term.
+
+
+
Available in the following lengths:
+
100 mm
+
200 mm
+
500 mm
+
+
+
+
QWIIC to JST PHR-4 Adapter Cable
+
+ The QWIIC to JST PHR-4 adapter cable allows you to connect components with different connector standards. Ideal for connecting QWIIC sensors to a senseBox MCU S1, or conversely, connecting an MCU S2 to sensors without a QWIIC port.
+
+
+ Both ends are 4-pin, in QWIIC (JST SH-4) and JST PHR-4 formats respectively.
+
+
+ In general, it doesn't matter which end of the cable is connected to the MCU or the sensor. Both sides are electrically compatible.
+
+
+
Available in the following length:
+
80 mm
+
+
+
+
Jumper Wire Cable (Male-to-Male)
+
+ The Jumper Wire Cable (M/M) has male connectors on both ends and is primarily used to connect electronic components on a breadboard or to a microcontroller like the Arduino.
+
+
+ It is especially useful for quick test setups and prototypical circuits without soldering.
+
- Die Komponente wird am {port.toUpperCase()} Port angeschlossen.
+ {textOverride
+ ? textOverride
+ : `Die Komponente wird am ${port?.toUpperCase()} Port angeschlossen.`}
) : (
-
Bitte einen gültigen Port-Typ angeben: i2c, uart oder io.
+
Bitte einen gültigen Port-Typ angeben: i2c, uart, io oder overview.
- The component is connected to the {port.toUpperCase()} port.
+ {textOverride
+ ? textOverride
+ : `The component is connected to the ${port?.toUpperCase()} port.`}
) : (
-
Please specify a valid port type: i2c, uart, or io.
+
Please specify a valid port type: i2c, uart, io, or overview.