Offline
Newbie
Karma: 0
Posts: 6
|
 |
« on: January 19, 2012, 01:19:32 pm » |
I am wanting to do a project where I connect an electric leaf blower up to a computer which moderates the airflow to represent Met weather reports from the web. So, allowing more or less air through depending on say, changes in temperature or something. I am a complete beginner and was wondering how possible/easy this would be and what the best way to go about it would be. Would be grateful for any help/advice!
Thanks! Beth
|
|
|
|
|
Logged
|
|
|
|
|
UK
Offline
Tesla Member
Karma: 89
Posts: 6307
-
|
 |
« Reply #1 on: January 19, 2012, 03:23:31 pm » |
What power source does your leaf blower use?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 6
|
 |
« Reply #2 on: January 19, 2012, 03:35:27 pm » |
I haven't brought on yet as wanted advice first on what kinda power source ect would be best.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Edison Member
Karma: 3
Posts: 1712
|
 |
« Reply #3 on: January 19, 2012, 05:28:55 pm » |
What is the total goal of the blowing wind?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 6
|
 |
« Reply #4 on: January 19, 2012, 05:35:28 pm » |
Its going to blow some fabric, it's part of an art project.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Edison Member
Karma: 3
Posts: 1712
|
 |
« Reply #5 on: January 19, 2012, 05:41:18 pm » |
If its a small dc fan, maybe you can pwm a transistor to drive it the hardest part will probably be telling it the wind speed from the web once you have it you can set a range( say 0-25 mph) and map it to the anlog value(0-255) maybe an easier idea would be to make your own wind speed sensor on the outside and convey the data?
|
|
|
|
|
Logged
|
|
|
|
|
UK
Offline
Tesla Member
Karma: 89
Posts: 6307
-
|
 |
« Reply #6 on: January 19, 2012, 07:43:22 pm » |
I haven't brought on yet as wanted advice first on what kinda power source ect would be best.
Electric leaf blowers would probably be mains driven which means that electronic speed control is going to need a fair bit of technology. If you can lower your sights a bit to a low voltage DC fan then things get much easier. (All the leaf blowers I've seen have been hideously loud as well, and I imagine it'd take the shine off an arts project if the thing was so loud you couldn't hear yourself think.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 6
|
 |
« Reply #7 on: January 20, 2012, 08:56:47 am » |
okay yeah thats good advice, i could use a dc fan instead. but with regards to getting the windspeed it kinda has to be from the web because its part of the idea,
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Tesla Member
Karma: 50
Posts: 6535
Arduino rocks
|
 |
« Reply #8 on: January 20, 2012, 10:42:34 am » |
You might be able to use a light dimmer (600w) or tool speed controller to control the blower, which is turned via a servo. Use an arduino with ethernet shield to read RSS weather feeds to get wind speed.
|
|
|
|
|
Logged
|
|
|
|
|
Pittsburgh, PA, USA
Offline
Faraday Member
Karma: 29
Posts: 2884
I only know some basic electricity....
|
 |
« Reply #9 on: January 20, 2012, 01:18:45 pm » |
Or you could put some kind of airflow diverter at the end of the blower and use a motor to move that causing more or less air to blow on the fabric. While you're at it, perhaps changing where the blower aims or using more than one blower would give you more options as to the dynamics your fabric will be affected by.
|
|
|
|
|
Logged
|
Examples can be found at Learning in the Main Site and at the Playground
|
|
|
|
0
Offline
Tesla Member
Karma: 50
Posts: 6535
Arduino rocks
|
 |
« Reply #10 on: January 20, 2012, 03:27:07 pm » |
You could make a DIY air flow damper operated by a servo. Probably could be simply made from cardboard and hot glue.
|
|
|
|
|
Logged
|
|
|
|
|
Down Under (Australia), SA
Offline
Jr. Member
Karma: 0
Posts: 55
Newbie is an understatement
|
 |
« Reply #11 on: January 20, 2012, 09:10:14 pm » |
if yoiu want to go the simple but loud route, get some brush-less motors that are used in rc planes
|
|
|
|
|
Logged
|
|
|
|
|
New Zealand
Offline
Full Member
Karma: 0
Posts: 105
Just this guy you know.
|
 |
« Reply #12 on: January 20, 2012, 10:39:59 pm » |
You could use more than one DC fan, say 1 fan for every 10 knots of wind? Powering 3 computer fans in series, shows how that could be done. Or you could use fans that has a speed sensor on it and then turn them on and off to get to desired speed. Reading Fan SpeedLooking forward to seeing how you do this.
|
|
|
|
|
Logged
|
|
|
|
|
Brisbane, Australia
Offline
God Member
Karma: 17
Posts: 812
|
 |
« Reply #13 on: January 21, 2012, 09:17:37 am » |
...which moderates the airflow to represent Met weather reports from the web. Hi Beth The Yahoo API for weather ( http://developer.yahoo.com/weather/) can give you the info you need. Your request includes a code for your location (or at least the one you're interested in) and there are two tags in the response relevant to wind <yweather:units temperature="F" distance="mi" pressure="in" speed="mph"/> <yweather:wind chill="50" direction="0" speed="0" /> For your project everything else in the response can be discarded. With some kind of network shield your Arduino could take care of this request as well as the control of the fan without the need for a computer in the mix at all. Interesting concept you've come up with! Geoff
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Tesla Member
Karma: 50
Posts: 6535
Arduino rocks
|
 |
« Reply #14 on: January 21, 2012, 12:39:51 pm » |
Leaf blowers tend to be loud. A $15 box fan from walmart is quiet and has three speeds.
|
|
|
|
|
Logged
|
|
|
|
|
|