Repository for the academic subject "Designing a graphical operator interface" (DaGOI). 1st year 1 semester of the master's program "Unmanned robotics and Ergonomics" of Moscow Polytechnic University. Laboratory work 1.
Project was written on windows...
- Downland python to somethere: https://www.python.org/downloads/release/python-3100/
- To use pip and python in windows terminal need to configure Environment variables in windows. Open "Свойства системы (win -> Изменение системных переменных среды)" -> "Переменные среды". Here will be some environment variables. Create or change or add to PATH variable text: C:\Program Files\Python310\Scripts;C:\Program Files\Python310. Just paths to to python and python scripts from libs... After this you can use pip and python scripts doesnt metter where.
- pip install serial
- pip install PyQt5
- Choose board NodeMCU-32S and set upload speed 115200
- Load to ESP Arduino code
- Start main.py or start .exe after build.
Video demonstration:
For creating .ui file was used Qt Designer.
For creating .exe file was used:
- pip install auto-py-to-exe
- Checking: python -m auto_py_to_exe --version
- Next open the terminal in the folder with the .py scripts: python -m auto_py_to_exe py file
- Specify the path to the py file. specify in additional files .ui interface
- Convert
- Win
A4988 pinout and connection. Thanks for https://alexgyver.ru/gyverstepper/

Motor stepper 17HS4401 with driver A4988. Logic signal 5v. Power supply for driver ac/dc adaptor input 100-240V-50/60Hz, output dc12v 3a

