Arduino remote controlled fan
Uploader Comments (blddk)
All Comments (10)
-
@bogdanmarinescu78 I completely agree. I work with a bunch of robots at work, if you are looking for a simple/cheap way to control that kind of power, Radioshack carries little 5VDC Reed Relays for like $3.50 that can handle some low amperage 110VAC systems. They work wonderfully with micro-controllers.
-
@TheAstrogator dude, 2n2222 is rated at max. 800mA collector current and a maximum of 40V collector-emitter voltage. There's no way in hell you could control a fan with that.
-
@bogdanmarinescu78 Hey, they are cheap and available. And they work. You could also use a solid state relay, but those can be pricey and hard to find locally.
-
Nice project. Still, 2N2222? You've got to be kidding me.
-
nice
-
@Cryptopsy90 Cheaper than what? This is pretty much what I got, but I don't see why I should buy a fan more, when I already got a perfectly good one.
-
Awesome project! You're a badass, I wish there were more ladies like you around!
Nicely done! I'm considering working on a similar "internet of things" project. How did you setup the arduino's connection to the web server? Does the arduino constantly poll the server to request information, or is the server able to update the arduino directly? My biggest concern is that the arduino's IP will change, so the server wouldn't be able to find it.
millon 7 months ago
@millon I am using php to call the webserver on the arduino, the IP on the arduino will not change... It can not change, because you hardcode it into the sketch, it got no dhcp support...
blddk 7 months ago