diff --git a/README.md b/README.md index 0ad0bcf8..04f1259b 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,13 @@ A documentation of all available MQTT Topics can be found here: [MQTT Documentat A documentation of the Web API can be found here: [Web-API Documentation](docs/Web-API.md) +## OpenDTU Breakoutboard +We sat down together and designed a PCB. This is 100% compatible with openDTU and has space for all extensions such as display and LEDs. You can find the PCB design here: https://github.com/marove2000/openDTU_BreakoutBoard + +A ready to solder kit can be found here: https://shop.blinkyparts.com/en/OpenDTU-Your-evaluation-for-your-balcony-solar-system/blink237542 + +OpenDTU Breakout Board with CaseOpenDTU Breakout Board with Case + ## Available cases * diff --git a/docs/builds/README.md b/docs/builds/README.md index 38b7b7ab..ef3f9c9d 100644 --- a/docs/builds/README.md +++ b/docs/builds/README.md @@ -1,6 +1,15 @@ # Builds using different boards ## ESP32 Dev Board + +### Build by @tbnobody, jan and @marove2000 +* Used build environment: generic +* Case: https://www.printables.com/de/model/441037-opendtu-breakoutboard-case +* Soldering Kit: https://shop.blinkyparts.com/en/OpenDTU-Breakoutboard-Your-evaluation-for-your-balcony-solar-system/blink237542 +* Breakout board: https://github.com/marove2000/openDTU_BreakoutBoard +![](opendtu_breakoutboard.jpg) +![](thumbnail.jpg) + ### Build by @Marc-- * Used build environment: generic * Case: https://www.thingiverse.com/thing:5435911 diff --git a/docs/builds/opendtu_breakoutboard.jpg b/docs/builds/opendtu_breakoutboard.jpg new file mode 100644 index 00000000..06758bf6 Binary files /dev/null and b/docs/builds/opendtu_breakoutboard.jpg differ diff --git a/docs/builds/thumbnail.jpg b/docs/builds/thumbnail.jpg new file mode 100644 index 00000000..41cf9b18 Binary files /dev/null and b/docs/builds/thumbnail.jpg differ