During my master thesis I had to connect a ton of wiring. However, because of my background in mechanical engineering and software engineering (robotics), I had trouble with connecting everything correctly. Therefore I created a wire diagram maker app where I could easily wire my electronics digitally before wiring in real life.

Image

The wiring diagram used for the octopus-inspired robot made for my master thesis.

The wiringdiagram tool is built using python PYQT5. This library is a GUI library implemented with python. The program has the following features:

  • Custom module creation
  • File saving
  • Wiring safety
  • Module combination
  • Wire routing
  • Easy node creation
Image

An example image of the program in use.

If you want to know more about this project, check out the github page and give it a star.