Offline
Newbie
Karma: 0
Posts: 18
|
 |
« on: December 30, 2012, 04:16:57 pm » |
Hello, I have a need to make a fan to cool my xbox and wanted to know how to have code to have the fan run from a three-way switch and then help setting up the board so I don't fry it. Can you guys out there please help?
|
|
|
|
|
Logged
|
|
|
|
|
Inland Empire, California, US
Offline
Full Member
Karma: 1
Posts: 181
|
 |
« Reply #1 on: December 30, 2012, 05:17:32 pm » |
yes, if you have questions we can help you find the answers. it would help us if you include more details: which fan, externally powered or USB, why a three way switch?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 18
|
 |
« Reply #2 on: December 30, 2012, 05:39:15 pm » |
A CPU fan. Powered by USB. Off, Low, High
|
|
|
|
|
Logged
|
|
|
|
|
SG
Offline
Sr. Member
Karma: 3
Posts: 264
Arduino rocks
|
 |
« Reply #3 on: December 30, 2012, 08:16:51 pm » |
A CPU fan. Powered by USB. Off, Low, High
Where the Arduino come into play? Do you need arduino to control the 3 way switch?
|
|
|
|
|
Logged
|
|
|
|
|
Illinois
Offline
Jr. Member
Karma: 0
Posts: 72
Arduino rocks
|
 |
« Reply #4 on: December 30, 2012, 09:11:40 pm » |
CPU fans are small, not a lot of money, don't draw much power. What are you afraid of "frying"? Open it up, find a suitable power connection and hook it up.
RWW
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Edison Member
Karma: 26
Posts: 1339
You do some programming to solve a problem, and some to solve it in a particular language. (CC2)
|
 |
« Reply #5 on: December 30, 2012, 09:29:37 pm » |
I don't think an arduino digital pin has enough power to drive a fan, however small. A direct connection would risk frying the chip.
|
|
|
|
|
Logged
|
|
|
|
|
Milton Keynes UK
Offline
Tesla Member
Karma: 88
Posts: 6287
-
|
 |
« Reply #6 on: December 31, 2012, 07:02:46 am » |
Can you guys out there please help?
The Arduino won't "power" a fan. It could control it, via suitable hardware. But in this case it seems you're planning to control it via a switch. I don't see any need to use an Arduino for what you're trying to achieve.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 18
|
 |
« Reply #7 on: December 31, 2012, 08:21:27 am » |
I meant like a temperature-controlled switch. And how would I set up the fan to external power so I don't fry the Arduino
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Edison Member
Karma: 26
Posts: 1339
You do some programming to solve a problem, and some to solve it in a particular language. (CC2)
|
 |
« Reply #8 on: December 31, 2012, 08:50:15 am » |
Is there something else you're not telling us about your project ?  Have you tried searching the forum for things like "fan control", "pwm fan" ?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 18
|
 |
« Reply #9 on: December 31, 2012, 08:51:11 am » |
No. I just figured I would post something to ask people's advise
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Edison Member
Karma: 26
Posts: 1339
You do some programming to solve a problem, and some to solve it in a particular language. (CC2)
|
 |
« Reply #10 on: December 31, 2012, 08:57:44 am » |
Ah, ok. Well, you've got mine: search, read, come back asking about what you didn't understand.
|
|
|
|
|
Logged
|
|
|
|
|
|