Where is the comunication protocol provided? Can i control it with an arduino / esp8266?
@PeterObermeier Жыл бұрын
Yes, you can control it via Arduino, I am using it with ESP32. There is a library available, but you can control it with simple text commands via serial interface. There is a manual for this simple interface, you find it on the webpage of the manufacturer.
@PeterObermeier Жыл бұрын
In this library there is s bug, which is makes it impossible to get a correct feedback when you using read commands, but I have found it. In file DPM8600.cpp in the DPM::listen subprogram line 202 you need to replace the „return false;“ by „return response;“
@junctek1802 Жыл бұрын
Please send me your email and I will send you the communication protocol.
@noorwananesto12686 ай бұрын
@@junctek1802 can you send me a code for communication protocol using modbusmaster.h library in arduino to set the voltage and the current? thank you
@PRIYANKAB-rm7vh Жыл бұрын
Can i communicate it through any HMi?
@junctek1802 Жыл бұрын
We provide a communication protocol, you can try to communicate with your HMI