News

so tinkercad has circuit designand arduno now, a real arduino is $20, IDE is free, fritzing is free and does all the exact same layout stuff locally, you save your files and keep them forever.
You can adjust the spinning speed with a potentiometer and you can also set a minimum and maximum speed in the code. You will need an Arduino board, a potentiometer (I have used a 50K one), as many ...
We set the potentiometer pin as 0 (A0 on the Arduino Uno board), the CONTROL variable is the voltage that is used to cotrol the led brightness of the speed of the fan. In the setup() function the ...