Haschtl / PyDPS

Python GUI for DPS3003,DPS3005,DPS5005,DPS3012, DPS5015,DPS5020 using USB or Bluetooth communication based on PyQt5
14 stars 2 forks source link

new interesting project like PyDPS #2

Closed HBerecz closed 3 years ago

HBerecz commented 3 years ago

I have used your Python GUI for DPS3005 since 2018. It is really excellent.

Now I use another Bluetooth Device 'Ruideng UM25C' https://www.manualslib.com/products/Ruideng-Um25c-10243666.html with a not very good Android App.

Perhaps this would be a very interesting project for a Python GUI that shows the graph in the same excellent way as your PyDPS.

Could you make it possible?

Haschtl commented 3 years ago

Nice, that you like my tool!

I'm not actively using this tool anymore for myself.

This tool is not programmed in a scalable manner - extending the usage to different devices would require some more changes (currently the GUI and the Backend-Code are mixed, this would need to be split, so that the backend-code can be exchanged for different devices)

Feel free to fork this repository and implement it for yourself. There is another console-tool, which supports DPS and UM25, this might be helpful: https://github.com/rfinnie/rdserialtool