Вісники НТУ "ХПІ"

Постійне посилання на розділhttps://repository.kpi.kharkov.ua/handle/KhPI-Press/2494


З 1961 р. у ХПІ видається збірник наукових праць "Вісник Харківського політехнічного інституту".
Згідно до наказу ректора № 158-1 від 07.05.2001 року "Про упорядкування видання вісника НТУ "ХПІ", збірник був перейменований у Вісник Національного Технічного Університету "ХПІ".
Вісник Національного технічного університету "Харківський політехнічний інститут" включено до переліку спеціалізованих видань ВАК України і виходить по серіях, що відображають наукові напрямки діяльності вчених університету та потенційних здобувачів вчених ступенів та звань.
Зараз налічується 30 діючих тематичних редколегій. Вісник друкує статті як співробітників НТУ "ХПІ", так і статті авторів інших наукових закладів України та зарубіжжя, які представлені у даному розділі.

Переглянути

Результати пошуку

Зараз показуємо 1 - 1 з 1
  • Ескіз
    Документ
    Remote control system of stepper motor based on the ESP32 developer board
    (Національний технічний університет "Харківський політехнічний інститут", 2022) Xuan, Cheng; Verbytskyi, Ievgen
    The stepper motor is a unit of a control system to achieve the goal of convenient use and precise control, which greatly facilitates our life and improves the level of the modern high-tech industry. In particular, multiple stepper motors may be joined in a system and work together with a remote-control program, which greatly improves the flexibility and applicability of the equipment. In real life, multiple stepper motors are used together more often. For example, a 3D printer, using three stepping motors at the same time, the x-axis, the y-axis, and the z-axis, can determine the left side of the space and accurately print the 3D three-dimensional object we need. By adding a remote-control system, we can control the movement of the motor in real time and can replace humans to complete complex and high-precision work. For example, endoscopes are often used in medicine, when the endoscope needs to make micro adjustments in position, we can use remote control to make real-time adjustments. The project of using ESP32 to control multiple stepper motors and uses python language to write programs based on microPython firmware to realize remote control of multiple stepper motors is introduced. The speed and direction of the stepper motor can be adjusted and controlled by pulse signals. The clock system of ESP32 can generate pulse signal PWM, ESP32 comes with a WiFi module, which can support remote control. The speed of the stepper motor can be adjusted by adjusting the duty cycle of the PWM by the program. Combined with ESP32 products, the performance of this designed product can be stable and reliable. The clock system of ESP32 has multiple timers and with their use with the interrupt system, multiple stepper motors can be efficiently controlled simultaneously. And the WiFi module of ESP32 can realize remote control easily and conveniently. According to the principle of the stepping motor, the half-step control, and full-step control are realized. Additionally, a micro step mode with PWM signal with cosine function is designed to control the stepper motor. A user-friendly web application has been developed to control the system of four motors, allowing you to remotely control a four-engine system in a simple and convenient way.