Регулятор температуры для паяльника на arduino. How to make a temperature controller for a iron.

В ролике демонстрируется процесс сборки ПИД-регулятора для паяльника. Описание компонентов. И в конце видеоролика укоренная демонстрация изменения температуры на экране устройства. The video demonstrates the process of assembling a PID controller for a soldering iron. Description of the components. And at the end of the video, an in-depth demonstration of the temperature change on the device screen. ------------------------------------------------------------------------------------------------------------------------------------------------------ Что такое ПИД-регулятор (What is a PID controller:): ПИД-регулятор ____________________________________________________________________________________________ Реализованные функции: - включить/выключить работу регулятора. - изменить контрольную температуру. - изменить пропорциональный, интегральный и дифференцирующий коэффициенты. - все параметры сохранятся в энергонезависимой памяти и не сбрасываются после возобновления питания устройства. - если оставаться долго в каком-либо из пунктов меню, то меню вернётся через 5 секунд в первоначальное состояние. - светодиод для индикации нагрева паяльника. Implemented functions: - enable / disable the operation of the regulator. - change the control temperature. - change the proportional, integral and differentiating coefficients. - all parameters are saved in non-volatile memory and are not reset after restoring power to the device. - if you stay for a long time in any of the menu items, the menu will return after 5 seconds to its original state. - LED to indicate heating of the soldering iron. ___________________________________________________________________________________________ По ссылке ниже архив с прошивками для arduino: - прошивка для тестирования двухстрочного дисплея. - основная прошивка ПИД-регулятора. - электрическая схема всего проекта. The link below is an archive with firmware for arduino: - firmware for testing a two-line display. - the main firmware of the PID controller. - electrical diagram of the entire project. ___________________________________________________________________________________________ Ссылка на файлы проекта (Link to project files:): Схема симисторного твёрдотельного реле в easyeda (Easyeda triac solid state relay circuit):
Back to Top