The device is simple to use: just simply connect the PWM capable fans to the board, and power it using a 12 V DC power supply. The device uses an LCD screen to show information. The LCD screen turns ...
I made this project because I wanted a way to automatically control the speed of a DC fan according to the temperature read by a LM35 sensor. I had a few problems with the PWM part mainly because the ...
The creative adventures with ATtiny series microcontroller are awesome if you know how to play them. ATtinys — especially the ATtiny85s — are all around us, and by using one, we can shrink the size of ...
I wrote this when I could not find Arduino code online that could accurately and reliably read 25kHz pwm signals. For reliable PWM you must handle the following edge cases: 100% or 0% PWM signal with ...