Go to file
2023-01-14 23:15:03 +01:00
.github Create FUNDING.yml 2023-01-14 23:15:03 +01:00
Case Add 3d Print Files für OpenDTU case 2022-12-18 16:04:55 +01:00
Documentation adding some description of the recommended MCU board an capacitor 2023-01-13 18:12:07 +01:00
KiCad updating file structur 2022-12-16 20:08:44 +01:00
Renderings adding new development state 2023-01-06 18:10:54 +01:00
.gitattributes Update .gitattributes 2022-11-07 09:11:38 +01:00
.gitignore change file structure 2022-11-20 21:06:24 +01:00
LICENSE adding LICENSE file 2022-11-28 00:07:44 +01:00
openDTU.step Adding Gerber files for the first Order 2022-10-21 17:58:33 +02:00
README.md adding some description of the recommended MCU board an capacitor 2023-01-13 18:12:07 +01:00

openDTU Breakout Board

GitHub release CC BY-NC-SA 4.0

To read Hoymiles inverters there is a nice project called 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.


The first batch of 10 pieces is partially built and tested. Further tests will follow. Extensions of the board will be maintained in a second branch.

Renderings

Development

As described in the previous section, extensions or development stages are maintained in a separate branch. This section is to show exemplarily where the current developments are. Currently a SMD/SMT variant of the board is designed (see picture with the first placement). The SMT will make the board much smaller of course, so it will fit into small cases. All needed components for operation will be on the board. The Programming interface will be connected externally by pin headers, for example.

Hardware you need

ESP32 board

In principle, the hardware recommended here has been used in this project. Unfortunately there are many different variants, especially in the MCU boards, so that you must be very careful that your oard is pin-compatible with the following figure.

figure source

Capacitor

As you can see in the graphics above, an electrolytic capacitor is placed between the two boards. This capacitor should be as close as possible to the NRF24L01+ radio board. The size of the capacity should not be larger than 100 uF, typically capacity like 10uF or 22uF are recommended. This also corresponds to the typical capacity in the AP1117 datasheets (keep in mind that the noboard capacity of the ESP32 board has to be added). The voltage stability has to be higher than 3.3V, so all common 5V, 6.3V, 6.5V, 10V, 25V or even 50V are more than enough.

Case

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0