Hello there humans I require some help in a project for my Cyber Literacy class at school. For our project we have designed a water boat that would work with a simple on and off switch. We have already printed the design and all we need to do is somehow code the boat to turn the fan on when we press a button and off when we press it again. From my research I have seen online you must use some form of "Ardunio IDE" if someone could help us help it would be much appreciated!
No Arduino or IDE. You just need the right type of button switch: alternate action.
or
i should have specified this in my post, my school project REQUIRES some form of code.
Then you will need to pick a microprocessor (any Arduino would work), a button, and have some external circuitry to control the fan power (like a relay or transistor switch), because the Arduino can't do that by itself.
Use the search phrase "arduino motor control" or "arduino fan control" to learn more.
found this doc and it really helped out thank you for your help
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.