Bicycle Hub Hydropower

[Niklas Roy] wanted to create electricity from moving water so he came up with this hyrdopower generator. It is part of his grand scheme to rent out small personal fountains made from buckets. They need electricity to run so he hooked up the generator to the water jet of a public fountain. It should be possible to use this setup with falling water in a similar way that other generators do.

To build the device he cut fins out of PVC pipe to use as the scoops. They are attached to a Shimano hub generator, meant for producing power while you pedal. The hub is mounted in the front for from a bicycle, which can then be mounted anywhere moving water is available. The only thing that worries us about the setup is [Niklas’] comment that being showered with water didn’t destroy the hub right away.

See the hub and the smaller fountains in the clip after the break.

Continue reading “Bicycle Hub Hydropower”

Wood Burning House Heater

Dabbling in alternative heating technology, [Rob Steves] built a wood stove to dispose of his scrap wood while negating his home’s fire insurance at the same time. As the leftover bits from his wood projects started to stack up he wondered how he would dispose of them. Burning the bits for heat means he’s using every last bit of the lumber. The internal tank from an electric water heater was repurposed as a combustion chamber, with exhaust gases escaping through some high-temperature flexible tubing. The glass panes were removed from one of the fireplace doors to give the off-gases a place to go. The result is a rocket stove that burns very hot and does a great job of warming his house.

It’s not the safest way to heat a home, and there may be coding issues with your municipality. But this might go well in a remote location, like that cabin where you have to generate your own electricity.

[Thanks HybridBlue]

Another Approach To Power Meter Data Harvesting

[Dodgy] wrote in to talk about his power meter data harvesting programs. This uses the same hardware by CurrentCost as the hack we looked at over the weekend but [Dodgy’s] implementation is different. It’s separated into two parts, the first is a webserver written in C that harvests the data and makes it available at an address on the network, the second is written in Perl to format and upload data to Google PowerMeter.

The C program serves data on a configurable port, defaulting to 3090. All of the data can be accessed in one line of code by loading http://127.0.0.1:3090, or individually with subdirectories like /watts, /time, or /tempr. From there you can do what you want with the data. The second part of [Dodgy’s] suite is a Perl script that polls the C server and sends the data to your Google account.

One thing that interests us is his comment that you should be able to compile the server side C code for an embedded device. It would be a nice energy savings to be able to upload data regularly without a PC running constantly.

Smart Power Meter Interface For The Linux Crowd

[Graham Auld] got his hands on an energy monitor for free from his utility company. The device seen in the insert provides a nice LCD display but he wanted a way to graph the data over time. There was an included cable and a method of using Google PowerMeter but only for Windows computers. He did a little poking around and came up with a Perl script to interface the meter with Google’s tools.

The hardware module is known as the Current Cost CC128 and the developer was nice enough to publish an XML output description which [Graham] used in his script. From there it’s just a matter of registering and authenticating through the Google PowerMeter API. The script is not fully polished yet but it serves as a road map for your own implementation.

Web Controlled Sprinkler Automation

[Doug] needed to update his watering system to comply with his city’s new water saving ordinance. The old system wasn’t capable of being programmed to water only on even or odd calendar days. Rather than purchase a replacement he decided to build his own sprinkler controller. It needed to switch 12V solenoids, a job that’s not too hard to design for. Rather than re-invent the wheel, he modified a previous controller design. It is basically an Arduino and Ethernet shield on a his own etched board. In addition to the ATmega328 and an ENC28J60 (for ethernet connectivity) there is a bank of transistors to drive the watering solenoids. Now he has a web interface that controls the watering schedule and is fully in compliance with the new city code.

If you need another way to save when watering your grass you should take a look at the sidewalk-avoiding sprinkler.

Seaswarm: We Can Clean Up The Gulf In A Month

Want to clean up the Gulf of Mexico oil spill in one month? Seaswarm says it can be done with 5000 floating robots.

As the name implies, the project uses swarm robotics. Each unit draws power from the sun, and drags around a conveyor belt of oil absorbent nanofabric that doesn’t get wet in water. Once the fabric is saturated with crude it can be removed using heat; not a task the swarm can do by itself. But get this: after separating oil from nanofabric both can be used again. That means you get the environmental benefit of cleaning up the Gulf, not throwing away your collection medium, and the oil is once again a usable commodity. Sounds like a lot of high promises, but take a look at the video after the break and decide for yourself.

Continue reading “Seaswarm: We Can Clean Up The Gulf In A Month”

Hydropower Generator

[Paul] wanted to have access to renewable energy at his cabin. It’s a relaxing place, nestled in a tall forest that shelters him from the sun and wind. This also means that solar and wind energy aren’t an option. But there is a stream running through the property so he decided to build his own version of a small water-powered generator.

He tapped into a reservoir about 200 feet upstream, split the flow into four smaller hoses, and channeled that into a five-gallon bucket. Inside the bucket you’ll find a Pelton wheel he built which turns a low-RPM generator. He manages to generate 56 VDC at 10 A with this setup, more than enough to charge a bank of batteries.

He does a great job of explaining his setup in the video after the break. If you’re looking for other ideas of how to cut down on your environmental impact check out this compost-powered water heater.

Continue reading “Hydropower Generator”