From a1f2bd505689d8237f15ee1e537c1cd2b8e01452 Mon Sep 17 00:00:00 2001 From: Dominik Kuhn Date: Fri, 7 Oct 2022 10:23:09 +0200 Subject: [PATCH] adding simple README.md file --- README.md | 18 ++++++++++++++++++ REDME.md | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 README.md create mode 100644 REDME.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..40d6a31 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# openDTU Breakout Booard + +To read Hoymiles inverters there is a nice project called [OpenDTU](https://github.com/tbnobody/OpenDTU) which uses an ESP32 to talk to them. + +
+ +To extend this project with a hardware component this small KiCAD board was created. With it it should be possible for the not experienced in soldering person to build an own OpenDTU easier. But also the possibility to add further ideas, like temperature sensors, display etc.. In a second step it is also possible to design a board with all the necessary components on it directly. + +
+ +

+ +

+ +## ToDo's + +- Updating Design Rules +- Generating Gerber files diff --git a/REDME.md b/REDME.md new file mode 100644 index 0000000..40d6a31 --- /dev/null +++ b/REDME.md @@ -0,0 +1,18 @@ +# openDTU Breakout Booard + +To read Hoymiles inverters there is a nice project called [OpenDTU](https://github.com/tbnobody/OpenDTU) which uses an ESP32 to talk to them. + +
+ +To extend this project with a hardware component this small KiCAD board was created. With it it should be possible for the not experienced in soldering person to build an own OpenDTU easier. But also the possibility to add further ideas, like temperature sensors, display etc.. In a second step it is also possible to design a board with all the necessary components on it directly. + +
+ +

+ +

+ +## ToDo's + +- Updating Design Rules +- Generating Gerber files