Slashdot Mirror


Wind-powered Wi-Fi Sensors

Glenn Fleishman writes "According to an article at Indolink a 10-centimeter diameter windmill can produce the 7.5 milliwatts needed for a wireless sensor. The paper was published earlier (available as a PDF), but Nature magazine has apparently picked up the tidbit. The process flexes piezoelectric crystals to create a current. Although flywheels aren't mentioned in this article, it seems like a windmill, a flywheel, and a solar cell could in combination produce effective power in a range of conditions for remote wireless devices, including network relays obviating batteries entirely."

89 comments

  1. not enough power for 802.11 by j1m+5n0w · · Score: 4, Informative

    802.11 cards typically consume around 1 or 2 watts. They are probably targeting much simpler radios, like those used in motes.

    1. Re:not enough power for 802.11 by EnderWigginsXenocide · · Score: 5, Interesting

      A sensor need not be on the network 24/7. When it's onboard memory has been filled to a certain capacity (say 80%) if fires up the transceiver and transmits to the network. You only need peak power on occasion. Give your windmill plenty of time to charge up a big capacator (or a small battery.)

      --
      Blessed are the pessimists, for they have made backups. -- 0 1 My two bits
    2. Re:not enough power for 802.11 by j1m+5n0w · · Score: 1

      That is true, a very short duty cycle could be used. However, I think in this case the author of the article simply assumed that "wireless" in the paper automatically means "wifi", which it certainly does not. (The paper does not specify any particular protocol.)

    3. Re:not enough power for 802.11 by mr_jrt · · Score: 2, Interesting

      Surely though, unless all these wireless repeaters are time-synced to power up (once charged and ready) at a certain time, there's a pretty high probability that the neighbouring nodes will be powered down when your node is ready to go. Though, I suppose less power would be needed to run a simple sensor for nearby active nodes, upon which it could then actually transmit. Will still obviously require some power though. I can imagine the routing being a nightmare too.

      --
      Boo.
  2. The latest product for Enron! by JoeShmoe950 · · Score: 0

    Enron could have been around if these were invented back in the day. Imagine this: Where are your records? Sorry, they fell through the windmill on my PDA.

  3. The output seems a little low for Wi-Fi by gorilla_au · · Score: 0

    7.5 milliwatts?

    What sort of Wi-FI are we talking about there? Something that output about 2 milliwats? pffft..

    Something's not right in this article.

    George

  4. A really clever joke... by Aundy · · Score: 0, Troll

    In Soviet Russia, the power generating windmills come to you!

    1. Re:A really clever joke... by Device666 · · Score: 3, Funny

      Why not use windmills to power our computers coolingfans?

    2. Re:A really clever joke... by EnderWigginsXenocide · · Score: 1

      IDEA! Put windmils behind the air-outputs from our computer cooling fans and use the energy to power more cpu cooling fans to spin more windmills....

      (it's a joke, laugh.)

      --
      Blessed are the pessimists, for they have made backups. -- 0 1 My two bits
    3. Re:A really clever joke... by Device666 · · Score: 0

      That was the same joke I tried to make...LOL

    4. Re:A really clever joke... by killkillkill · · Score: 1

      What an idea! You could create more an more power... perpetually.

  5. Not to optismitic about being commercialized yet by external400kdiskette · · Score: 3, Interesting

    "Dr. Priya foresees piezoelectric bimorphs being utilized to power a variety of small devices" but I foresee nothing practical unless the efficiency is as high as enviromentally unfriendly stuff known as batteries. People just aren't going to go for this sort of thing anymore than other alternate energies unless it's going to work just as well sitting alone with no vibrations ... I mean he mentions a discman but is it still going to be fine if your lying down with it on a table playing for hours on end lacking vibrations , indoors with no wind in sight... if not it's not ready to be commercialized. That's the problem with alternate energies, they're cool and great for the environment but lack of efficiency means you usually have to suffer to be a good citizen.

  6. electric double layer caps by Montressor · · Score: 5, Interesting

    Flywheels? The simplest way to store power would be an electric double layer capacitor. No moving parts. They can come in up to 70F at 2.1V - that's 140 C of charge. At 10 mW of power, 2.1V is 5mA of current; that means that it can stay above 1.5V for 2 hours. If a higher voltage is needed, put the capacitors in series. And these are not huge devices. Here's a datasheet for one

    1. Re:electric double layer caps by Loconut1389 · · Score: 1

      I'm trying to remember my electronics classes, but doesn't the capacitance drop in half if you put capacitors in series?

    2. Re:electric double layer caps by Montressor · · Score: 1

      Yes, but the energy stored still doubles. At a higher voltage, with the same power, you'll have less current, so you need less stored charge.

    3. Re:electric double layer caps by Anonymous Coward · · Score: 2, Informative
      I'm trying to remember my electronics classes, but doesn't the capacitance drop in half if you put capacitors in series?


      You're correct, however: energy stored = 0.5CV^2 (C = capacitance, V = voltage), so if C decreases by a factor of 2 while V increases by a factor of 2 (making V^2 increase by a factor of 4), "energy stored" will overall increase by a factor of 2.
    4. Re:electric double layer caps by Anonymous Coward · · Score: 1, Informative

      The energy stored in a capacitor is

      U = Q^2/2C = C/2*V^2

      If you put your two identical capacitors in series, then each is dropping only half of the voltage of the battery (the same for each as the lower voltage before). But at the same time the capacitance is cut in half (by being in series). So the energy stored is 1/2 * (1/2C) * (V/2)^2 = 1/16 * VC. If you put your capacitors in parallel with half the voltage then the energy stored is 1/2 * 2C * (V/2)^2 = 1/4 * VC. In your example of 70 F and 2.1 V this is (bumping up the battery to 4.2 V for the series case) 77 J series vs 309 J parallel.

      Parallel wins for energy storage.

    5. Re:electric double layer caps by Anonymous Coward · · Score: 1, Insightful

      I should have been slightly more clear. Its 77J series for each capacitor (for a total of 154J series) and 309 J for each capacitor in parallel (for a total of 617 J parallel).

    6. Re:electric double layer caps by Montressor · · Score: 1

      I think you misunderstood what I meant - I was implying using a series of two capacitors charged to a total of 4.2V - rather than one or two capacitors in parallel charged to 2.1V (2.1V is the maximum charge of the capacitor); this would be for cases where 2.1V is an insufficient operating voltage. So the voltage doubles as the capacitance drops in half, doubling the total energy.

    7. Re:electric double layer caps by floodo1 · · Score: 0

      Capacitance Tolerance: -20 to +40%
      Endurance: Capacitance Change: ±30% of initial measured value

      so potentially HALF the capacitance after 1000 hours (<42 days)?

      still tho they are so small it prolly doesnt matter.

      --
      I KUT J00 M4NG!!!
    8. Re:electric double layer caps by Rei · · Score: 1, Interesting

      Thank you! Why is it that submitters randomly feel the need to pick out a buzzword to stick into the headlines?

      Flywheels are not energy dense storage (very much the opposite, both on mass and volume). They're not efficient electricity storage. They're leaky storage. They're not cheap (for a given amount of energy storage). They'd interface awfully with wind power, which is variable RPM.

      The main benefit of flywheels is that you can get a lot of power from one at once. What the heck does that have to do with wi-fi? With this, you want long-term storage in case power gets low; in that case, you want batteries. Sorry. Batteries aren't glamorous. They're not a buzzword. But they're the appropriate tool for the task.

      --
      He's just being nice so my real father won't freeze him in carbonite and sell him for spice.
  7. Not so clever by Anonymous Coward · · Score: 0

    So... what exactly are you reversing? "In America, you come to the windmills?" And do the Soviets come out looking evil/goofy here, or just like regular guys who are besieged by tiny windmills?

    I'm not sure you understand the formula for "In Soviet Russia" jokes.

    1. Re:Not so clever by Anonymous Coward · · Score: 0

      In literal minded retarded america land, the joke fascists come to YOU!

  8. Remember those retro propeller beanies.. by Mechcommander · · Score: 5, Funny

    How about bring them back with a geeky Wi-Fi vengeance?

    Possibly even attach an LED headband to it to tell others how close to a hotspot they're in. C'mon, I see profits galore!

    1. Re:Remember those retro propeller beanies.. by po8 · · Score: 1

      Keith Packard, ahead of his time as usual, demonstrates an important step in this direction.

  9. Prior Art by karvind · · Score: 5, Funny
  10. Wi-Fi and Wind by Chrontius · · Score: 4, Insightful

    First, these aren't wind powered sensors that transmit over wi-fi -- they're wind-powered sensors that detect a wi-fi node nearby. There's a big difference in power levels there. The first sounds really nifty, and with lower-power radio systems would be really cool. The second sounds like something ThinkGeek will have on clearance in about two years.

    1. Re:Wi-Fi and Wind by SoupIsGoodFood_42 · · Score: 1

      Really? The artical gives the impression that these are in fact used to power wireless sensors that transmit data, and not power sensors that detect a wi-fi signal. I mean, what would be the point in installing them otherwise?

  11. Larger applications? by Nerdposeur · · Score: 2, Insightful

    I have no concept of electrical quantities. What I see here is "tiny windmills make electricity."

    So, for someone with more of a clue: does this sound like something that could be scaled up? Like, could you put them all over your roof and generate green power, or would there not be enough juice?

    1. Re:Larger applications? by Barkley44 · · Score: 3, Interesting

      Likely not enough - I suggested small normal windmills on roofs of our house in a previous post and someone said even that wouldn't be enough (ie. it would barely make a difference). I thought if each house had 6 small windmills they could reduce the load (imagine every house having this). But I was told it wasn't enough even still. Too bad, I would love to know in the middle of summer with solar and wind power I was generating enough power to reduce my electric bill by 40% or something.

      --
      KeepTrackOfIt.com - Find the lowest gas prices in your area graphically
    2. Re:Larger applications? by Anonymous Coward · · Score: 0

      These windmills generate 7.5 milliwatts, or 0.0075 Watts.

      The incandescent light bulb in my desk lamp consumes 60 Watts.

      Doing the maths, 8000 of these windmills could power my lamp.

      You couldn't run your house off of a roof-full of them.

      Of course, larger windmills using more traditional techniques (ie: not piezoelectrics) can probably do a lot better and at least power a non-negligible proportion of your house.

    3. Re:Larger applications? by Anonymous Coward · · Score: 0

      centi = 1/100
      meter ~= yard
      milli = 1/1000

      So a 10x20 yard roof could contain about 20,000 of these fellows and generate 20,000*0.0075 = 150 watts.

      Now go around your house and see which device you could power with that.

      Was that so hard? I don't think I used more than high-school knowledge/math here.

    4. Re:Larger applications? by shmlco · · Score: 1
      Wait to dramatically reduce your A/C bill in the summer? Install high-efficiency insulated solar reflecting windows. Plant shade trees and place awnings in strategic places.

      It may not be as "sexy" as a bunch of windmills and a roof full of solar cells, but it will get the job done... and not need maintenance to boot.

      --
      Any sect, cult, or religion will legislate its creed into law if it acquires the political power to do so.
    5. Re:Larger applications? by Anonymous Coward · · Score: 0

      However this is the early days (notwithstanding that early research by the Curies (among others) was overshadowed by nuclear research.) Whilst power consumption has increased, capabilities have also increased dramatically too.

      It does not require a massive broad band / spectrum or whatever to send a digital signal that can be interpreted at great distances as ULF sound signals in the order of 10 Hz and less.

      Consider how much the power requirements have changed for trancievers over the last decade or two. Nothing like what they were in WW II are they?

      Perhaps our children will be considering tiling the "houses of the future" with pietzo-electrical cells. The airflow over or through their layers might, even on a still day, be enough to accomodate the accompanying electronic devices they might be housing.

    6. Re:Larger applications? by odysen · · Score: 2, Informative

      Forget about wind turbines on a house. A house in a windy location will generally need about 1kw wind turbine. The turbine should on at least a 30 foot tower, above your roof. That being said, turbines on top of buildings usually aren't a good idea. The building becomes an acoustic from the vibrations of the wind turbine. Not to mention your home probably wasn't build to handle the stress. Anyway.. Solar is great solution though.

  12. Doing It The Hard Way? by John+Hasler · · Score: 1

    What is the advantage of his piezoelectric device over a simple electromagnetic generator?

    --
    Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    1. Re:Doing It The Hard Way? by EnderWigginsXenocide · · Score: 1

      Well, from Wikipedia, "Direct piezoelectricity of some substances like quartz, as mentioned above, can generate potential differences of thousands of volts." I imagine it'd take hell of a field and alot of [horse]power to get "thousands of volts" (even if at low amperage.)

      --
      Blessed are the pessimists, for they have made backups. -- 0 1 My two bits
    2. Re:Doing It The Hard Way? by EnderWigginsXenocide · · Score: 5, Informative

      Also found on the internet: " The piezoelectric generator is a much more efficient way of converting wind energy on a small scale than the conventional generators that create energy for the national power grid from wind turbines.

      A conventional generator that used a 10-cm turbine would convert only 1 per cent of the available wind energy directly into electricity. A piezoelectric generator ups that to 18 per cent, which is comparable to the average efficiency of the best large-scale windmills, says Priya. "

      --
      Blessed are the pessimists, for they have made backups. -- 0 1 My two bits
    3. Re:Doing It The Hard Way? by John+Hasler · · Score: 1

      No, it would just take many turns of very fine wire. However, that's irrelevant here. The piezoelectric devices under discussion use high-output ceramic material to produce useful power at useful voltages.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
  13. Wi-Fi by Montressor · · Score: 4, Insightful

    Will people stop applying this term to everything? Wi-Fi is referring to wireless LAN, not to any device that happens to use the radio spectrum. Use "wireless", or "radio", or "remote".

  14. ummm by shrewd · · Score: 0, Redundant

    "obviating batteries entirely"?

    i don't think this solar/wind setup can work during those still nights.... so there will still be a need for batteries, don't worry demand for batteries isn't going anywhere....

    1. Re:ummm by eggboard · · Score: 3, Insightful

      You missed my flywheels reference! See the Wired article in May 2000 (it's free online) that talks about the future of flywheels as battery replacements. It's not that far out there that you could have a tiny windwheel and a tiny flywheel that would provide enough storage for a day's worth of power, say.

      --
      Freelance tech journalist for the Economist, MIT Technology Review, Macworld, and others
    2. Re:ummm by EnderWigginsXenocide · · Score: 2

      RE Flywheel

      Those will be cool when we have lightweight cheap materials we can use to shroud a flywheel. Why shroud them? Two reasons.

      First is drag. Can't have resistance from air slowing down your wheel. Keep it in an evacuated container.

      Second is saftey. If you want to store a meaningful bit of power you'll either need alot of mass or rotational velocity, or both even. Now, think of what happen is there's a defect in your high-speed high-mass flywheel and its parts decide to take seperate vacations. Did you think FRAGMENTATION GRENADE? Good, go to the head of the class. You need to keep potentialy dangerous fast-moving high-density bits from coming into contact with people and things that people value.

      Another problem with flywheels of any significant mass or speed is the gyroscope effect. But, that's not as big a deal as finding a wonder-material to protect the flywheel from the atmosphere, and us from the flywheel.

      --
      Blessed are the pessimists, for they have made backups. -- 0 1 My two bits
    3. Re:ummm by vespazzari · · Score: 2, Informative

      I cant seem to find the page but I was looking at flywheels a while back and a simple solution to the 2 problems you list where solved. Basically the flywheel was floating on magnets in a vacum in a steel drum. the company listed the life of the flywheel at 50 years with zero maintinance. basically you could bury them and that takes care of the vacation problem. I think i may have missed your point though, because i dont really understand why you think this would require a lightweight material or that we dont have it yet. it would be easy enough to create a really dense and strong flywheel and not push it to its limits, reducing the need to worry about the thing exploding.

      --
      "Alcohol, cause of, and solution to, all of life's problems" -Homer Simpson
    4. Re:ummm by EnderWigginsXenocide · · Score: 1

      "basically you could bury them"

      Okay, that works for a FIXED aplication. I made an asumption on portability, or at least some ease in relocation and a minimal impact on the enviroment. Having to dig a small bomb shelter for the flywheel and shroud could piss off the enviromental types.

      --
      Blessed are the pessimists, for they have made backups. -- 0 1 My two bits
  15. Re:Not to optismitic about being commercialized ye by Anonymous Coward · · Score: 0

    It seems to be that this is targeted more towards microsensor networks (802.15.4 etc). The idea is that you scatter a whole bunch of very-low power sensor devices around a sensor field, which form an ad-hoc network which supplies sensor data from across the field. Because it is too difficult/expensive to replace the batteries on the sensors, scavenging energy from environmental sources (wind, vibration, solar) is a very good idea. It turns out that vibrational energy alone is almost enough to power some of today's ultra-low power sensor nodes.

  16. I'll believe it when WAPs fly by Anonymous Coward · · Score: 0

    And I bet they'll be flying on Pringles-can wings before my car does.

  17. Sensible by Doc+Ruby · · Score: 1

    "Obviating batteries entirely"? They misspelled "recharging". They still need a battery for low-wind sensor telemetry. But 7.5mW is less than what 5x5mm of solar panels get. Store the surplus in a battery, and half a square centimeter can power them.

    --

    --
    make install -not war

    1. Re:Sensible by killkillkill · · Score: 1
      5mmx5mm is only a quarter of a square centimeter.

      Though... I suppose that error doesn't negate your final statement.

    2. Re:Sensible by Doc+Ruby · · Score: 1

      It doesn't, because my final statement about half a square centimeter includes the surplus I mentioned for the batteries, beyond the quarter square centimeter. I could have been more explicit.

      --

      --
      make install -not war

  18. And WiFi doesn't "stand for" wireless fidelity... by antdude · · Score: 1

    From AQFL: Broadband Reports and Boing Boing say WiFi doesn't "stand for" wireless fidelity. It's a pun on "Hi-Fi" and "wireless fidelity" doesn't mean anything.

    --
    Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  19. You are thinking too large by MOTAR · · Score: 1

    Windmill? DARPA is working on dust sized devices that work off of ambient vibration.... catch up with the times. Smart Dust is an old idea.

    http://robotics.eecs.berkeley.edu/~pister/SmartDus t/

    MOTAR the imperious

  20. Re:Not to optismitic about being commercialized ye by dbIII · · Score: 0, Troll
    That's the problem with alternate energies, they're cool and great for the environment but lack of efficiency means you usually have to suffer to be a good citizen.
    I've played with an old electronic calculator which plugs into the mains socket, but ones with little solar cells and no battery at all are far more convenient these days.

    The principles behind things like the device described have been known for some time, but as energy requirements to do stuff decreases they increase in usefulness.

  21. Re:Not to optismitic about being commercialized ye by SoupIsGoodFood_42 · · Score: 1
    Yeah, because battery powered devices are great when you have no batteries around. And god forbid anyone ever build a hybrid device (where's the market for that?!).

    When I viewed this page on a threshold of 3, there were 5 comments. 2 of them were full of utter crap. What is wrong with moderators today? Don't they think before modding something up?

  22. If it moves it's bad by Anonymous Coward · · Score: 0

    A ten cm. diameter photovoltaic cell will, under most circumstances, provide an average power of way more than 7.5 mw. Obviously, you would have a problem at the earth's poles with six month nights. You would have an even bigger problem with snow packing almost any kind of small windmill I can imagine.

    Mother nature has ways of fouling almost anything that moves. If you want to deploy remote sensing, you really have to make it simple, rugged and idiot proof. Moving parts won't after a while.

    1. Re:If it moves it's bad by SoupIsGoodFood_42 · · Score: 1

      Solar doesn't work at night--wind does. And in applications like this, the more you can get, the better. As for snow packing; it doesn't snow everywhere. And with exceptions of certain places, I can't really think why it should be impossible to keep something like this working for a long time.

  23. Environmental effects? by Ritz_Just_Ritz · · Score: 5, Funny

    10cm?!?! You'll decimate the local Japanese beetle population! We can't have that. Somebody alert PETA!

    1. Re:Environmental effects? by vespazzari · · Score: 1

      PETA is for animals. I am preatty sure that the organization you are looking to contact is PETJFIDCT (people for the ethical treatment of Japanese flying insects and discarded christmas trees) otherwise known as bill widley, but he's dead.

      --
      "Alcohol, cause of, and solution to, all of life's problems" -Homer Simpson
  24. Uhhh and what if by Device666 · · Score: 0

    How long the absence of wind will drain the battery and the wifi signal become weak.. Bye bye hosting my website?

  25. 7.5 milliwatts by Anonymous Coward · · Score: 0, Funny

    What's the big deal? One of CowboyNeal's fart could produce that.

  26. How about... by MikeSingee · · Score: 2, Funny

    How about a wifi powered wind detector?

  27. Re:Not to optismitic about being commercialized ye by vespazzari · · Score: 1

    obviously the moderators are not supposed to actually argue the validity of a comment, you cannot expect all moderators to have a great knowledge of every topic. they are in place to keep conversations on topic, not to do fact checking, that is what the comments are for.

    --
    "Alcohol, cause of, and solution to, all of life's problems" -Homer Simpson
  28. Re:absurd really & and I can prove it by Anonymous Coward · · Score: 0

    yes, yes, truer words were never spoken!

    I demand that you cease and desist from your masturbatory halucinations. Move your bowels and brush your teeth instead.

    And don't forget to clean the fecal contaminants from your toothbrush.

    I enjoy defecating, especially in good company and accompanied by a fine chianti. How about you? Tell me. Yes, now! Do! I insist! Lesbian industrialists of the world, unite!

  29. People Power! by Max+Threshold · · Score: 2, Interesting

    What's with all these over-engineered solutions for the developing world? My mom still has an old foot-powered sewing machine. If people could run a sewing machine with their feet, why not a generator?

    1. Re:People Power! by joelanders · · Score: 2, Interesting

      Along the same lines, I always wondered how much power could be harnessed from the 40 year old women at the gym on those bikes...

    2. Re:People Power! by Anonymous Coward · · Score: 0

      or even a car ... you know, like the flintstones?

  30. obligatory by Hobbes828 · · Score: 2, Funny

    In Soviet Russia, the Wi-Fi powers the Wind!!!!

  31. Wind up! by Urusai · · Score: 1

    Just put a hand crank on the windmill. Energy can be stored in a spring. When the critical capacity is reached, a jack-in-the-box can pop out. We're through the looking glass, people!

  32. A piece of heaven by wetdirtmud · · Score: 1

    Wind powered machine that detects.. well..air.

  33. Re:And WiFi doesn't "stand for" wireless fidelity. by gmby · · Score: 1

    Thank You... we need to drop this crappy HIFI type of mentality in the Wireless Network world. Unfortunely WiFi has stuck and we will have to wait until something new pushes it out. Same with WiMAX. WLAN is good but it does'nt roll off the tounge like WiFi.
    We need something that is easy to say, means something, and is well known by the masses.
    NetLink, NoWire, WiLap, WiWorld, ComNet, LapCell, InfoLink, LapRad, RadLink (yeah that's cool ;) ...

    ok I'm done... anyway think about it and lets start a new wave of cool acronyms.

    www.acronymfinder.com
    Might be a good place to start.

    --
    I don't want a pickle; I just want a Motor-Cycle! A four foot cop arrived with a five foot gun!
  34. Re:And WiFi doesn't "stand for" wireless fidelity. by Now.Imperfect · · Score: 0

    But I like WLAN!

  35. You've never installed remotely located equipment by Anonymous Coward · · Score: 0

    There is a lot that can go wrong with remote equipment. Small equipment has different problems than big equipment. I've installed both. Basically, I've learned from the horror stories told to me by others. Critters cause problems. People cause more problems (especially vandalism and theft). I would rather install a quite compact package with batteries and a small photovoltaic than something with a windmill. 7.5 mw average power is produced by a solar cell that is quite a bit smaller than the proposed windmill. You will really have to locate the aforementioned windmill quite a bit higher than you will the photovoltaic.

    Anyway, I don't see what they have against batteries. The battery pack required to power the equipment for a year is cheap compared with the labor cost of installing the sensor. That plus a small photovoltaic would yield a system that would operate almost forever anywhere on the surface of the globe (or off it for that matter) even at the north pole.

    Actually, that one point has been misses in tfa and the posts I have seen so far. There's no point for saving a hundred bucks on the price of the sensor at the expense of almost any other parameter. The labor involved in installing these sensors is very very expensive. It's way more expensive to go back to replace one defective sensor.

  36. "Help Desk, my wireless network doesn't work!" by barefootgenius · · Score: 1

    "Where are you, sir?"

    "In my office"

    --
    /. bug #926803 - Why I can post.
  37. Re:I Run to the Gents... by Anonymous Coward · · Score: 0

    I think that pamphleteering, having now changed into electronic spam, means that there is in emergencies, a less ready supply of bumphodder.

  38. And now for something completely technical. by Anonymous Coward · · Score: 0

    This is from another decade in another century but it is still good reading:

    Jul 12 1993, 1:25 am Newsgroups: sci.geo.geology, ca.earthquakes

    Date: 12 Jul 93 00:33:06 GMT
    Local: Mon, Jul 12 1993 12:33 am
    Subject: Navy Releases ULF Earthquake Precursor Study

    (Not) REPRINTED WITH PERMISSION FROM: GEO-MONITOR
    Vince T. Migliore (408) 749-6770
    65 Washington Street, #400
    Santa Clara, CA 95050

    (Excerpts)
    Navy Releases ULF Earthquake Precursor Study.

    The Naval Command, Control and Ocean Surveillance Center (NCCOSC) released an important report on baseline noise levels in the ultra-low frequency (ULF, 0-3 Hz) and extremely low (ELF, 3-30 Hz) ranges, that are critical in the search for electromagnetic precursors to earthquakes.

    The report, "Long term ELF background noise measurements, the existence of window regions, and applications to earthquake precursor emission studies" is by Jack Y. Dea, Peder M. Hansen, and Wolfgang M.Boerner, and appears in the journal Physics of the Earth and Planetary Interiors, Vol.77, 1993, pages 109 to 125.

    The study is important to amateur earthquake researchers for at least three reasons:
    1) It establishes the fact that ULF monitoring for earthquake precursors is a worthwhile endeavor.

    2) It provides a wealth of technical data that enables amateur scientists to replicate the system design.

    3) It identifies a low noise "window" that theoretically makes it practical to design a simplified, and therefore low cost alternative to the monitoring equipment.

    The fact that the Navy is willing to fund a long range study of low frequency electromagnetic signals is an indication that there is some merit to the hypothesis that large earthquakes are preceded by low frequency transients or changes in the noise level.

    In 1990 a team headed by A. Fraser-Smith of Stanford's STAR Lab reported finding such signals prior to the Loma Prieta earthquake in California in 1989.

    In June 1992 a small conference was held in Lake Arrowhead California, entitled "Electrial Precursors to Earthquakes: Fact or Fiction," at which a number of papers were presented on this hypothesis.

    This research methodology seems not to have generated a lot of momentum, except among a handful of dedicated researchers. The Navy report, now, tends to lend some degree of credibility to the use of ULF signals as precursors and provides important "normal" statistics on the standand noise levels in the ULF/ELF ranges.

    Technical Details:

    The report provides a gold mine of technical details that may allow other researchers to duplicate equipment needed for UFL monitoring.

    The basic design uses a 90,000 turn pickup coil with a high permeable mu-metal core. This is housed in a shielded container with a built in pre-amp.

    The signal is then cabled to a central location where it is amplified and fed through a 40 Hz low-pass filter and a 60 Hz notch filter.

    The sensitivity of the instrument is such that it is capable of detecting the Schumann resonances.

    Geo-Monitor has heard from other sources that the total amplification is between 50,000 and 80,000.

    The coil has a natural 1/f decrease in sensitivity as frequency drops. Background noise levels have an effect on this sensitivity.

    "The terrestrial and near-terrestrial sources change the 1/f characteristics to an approximate 1/f (to 1.25 exponent) in the 0.1 to 2 Hz range.

    As magnetospheric and ionospheric activity rarely produce signals above 2 Hz and Schumann signals become significant only above 5 Hz, there exists a valley in the 2 - 5 Hz region."

    There is a discussion on antenna orientation and signal strength at various frequencies. For practical purposes, amateurs may want to focus on the low noise window in the 2-5 Hz region.

    The field strengths recorded for the E-W, N-S and Vertical antennas, respectively - for 3-4 Hz were:
    -61.1 dB, -58.7 dB, and -57.9 dB, with std. dev. of 3.0 2.2 1.5.

    The sensor outpu

  39. Just Doing It by Anonymous Coward · · Score: 0

    From a few days ago this article is about the latest hopeful in wind generators:

    "Design creates pull on the back side, contributing to 40%+ wind conversion efficiencies; doesn't kill birds; runs more quietly; and doesn't need to be installed as high, blending better with landscape. Generating costs estimated at 3.5 cents per kilowatt-hour, surpassing conventional energy sources.

    It is an idea similar in concept to those spinning adverts sometimes seen outside shops: A steel drum cut in half, top to bottom welded back together to form a "S" along a central pivot."

    The major design fault for all national grid wind generators is the timing and quantity of the wind, of course. I doubt that the need for cut outs will be the same for "one off" specialist, miniature machines.

  40. heh by Anonymous Coward · · Score: 0

    Did anyone else read this as: Mind-powered WiFi sensors ?

  41. Re:You've never installed remotely located equipme by SoupIsGoodFood_42 · · Score: 1

    Well, if the labour of installing the system is expensive, the perhaps the cost of sending people out to remote areas to reaplce batteries also isn't very cheap?

  42. ...that plus a small photovoltaic... by Anonymous Coward · · Score: 0

    Replacing batteries is really expensive. That's not what I'm proposing. What I am saying is that with enough batteries plus a small photovoltaic, you could power a 7.5 mw load anywhere on the surface of the world almost forever. Been there, done that. In fact, my work on the subject (thirty years ago) has probably saved my former employer millions of dollars by now.

  43. Zigbee etc by EmbeddedJanitor · · Score: 1

    Low power wireless sensors are more likely to be using Zigbee etc. It isn't just the power for the Wireless stuff, but also the host CPU. A Wifi device needs a big fat-assed stack (+ lots of CPU) while a Zigbee device can probably live with a very small CPU and less than 1kB or RAM. There are a lot of very low power devices in this range.

    --
    Engineering is the art of compromise.
  44. Re:10-centimeter diameter by sbohmann · · Score: 1

    10 squared centidiameters would be approx. 5 ft. per hour and kelvin. That would be CONSIDERABLY too much!

  45. Re:And WiFi doesn't "stand for" wireless fidelity. by gmby · · Score: 1

    I use WLAN in my networks; It's simple to type and it makes sense.

    --
    I don't want a pickle; I just want a Motor-Cycle! A four foot cop arrived with a five foot gun!
  46. Problems by bluGill · · Score: 1

    Well you could put windmills on your roof. However there are some problems.

    The first, as the other guy said, is they tend to transmit annoying noises into the house if they are on the roof. Not technical problem, but annoying enough that most people wouldn't stand for it.

    Only the largest mansions are big enough for several windmills. A windmill causes turbulence around it, which cuts the efficiency of nearby windmills. To get 6 windmills on the roof you are looking at maybe 10 watts from each - not very useful. There is some complex site analysis needed to get windmills dense.

    Windmills need to be high. 100 feet (30 meters) above anything else in the area. That is a tall tower.

    Most houses are not constructed for windmills on the roof. Think of a sail, you need a lot of bracing designed in to resist the movements. Either a special tower, or guy wires are needed to hold it in place. The special tower is out because the rest of the house isn't designed around that load, so that means you have wires running from the top to the ground (not roof because the tower is too tall!)

    Solar on the roof works. If you live in a desert the claimed payback (with government subsidies) can be as little as 4 years (8 typical I'm told), so you should investigate them. However if you live in a colder area they are not worth it. My payback would be about 30 years from what I can tell.

    Solar hot water works in places where solar electric does not. So nearly everyone should look into it. Looking close at the hot water panels in my area though, I've noticed that most people forgot to dewinterize them one spring many years ago. So for most people the hassle of maintaining such a system ends up more than the savings. Still something to look into.

    Windmills are a great idea. Just not on the roof.