Generates TRIAC control pulse for soft start of motors used in circular saw and other DIY tools.
-
Updated
Aug 21, 2023 - C++
Generates TRIAC control pulse for soft start of motors used in circular saw and other DIY tools.
One method of controlling power to AC circuits uses a TRIAC to turn the power on and off at precisely timed intervals that are synchronized with the AC signal.
The application adjust the fan speed set by the user. It uses IR for calculating the speed of fan. User can give the data using serial terminal(UART). This application adjust the triggering time of TRIAC by comparing fan actual speed and user seted speed.It uses timers for measuring the fan speed and for triggering the TRIAC.
Add a description, image, and links to the triac-pulse topic page so that developers can more easily learn about it.
To associate your repository with the triac-pulse topic, visit your repo's landing page and select "manage topics."