Peltier Campfire Generator Put Out 14W (kind Of)

peltier-campfire-generator

This is the control and monitoring hardware which [Jack] built for his campfire electricity generator. He’s done an amazing job to get this far. You can see he’s pulling 1 Amp at 14.2 Volts off of the system. But there one gotcha that’s still plaguing him.

The rig uses a big metal plate as a heat sink over the campfire (which is simulated by a cooking stove for testing). On the back of that plate is an array of Peltier coolers which generate electricity based on the temperature difference from one side to the other — it’s the same theory behind candle generators. The cold side has a heat sink with water running through it. What you see above are three relays which switch between using the Peltiers in series or in parallel based on their voltage output. You can’t really make it out there but there’s a radiator and recirculating pump to the right which are used to cool the water. The gotcha we mentioned is that the radiator can’t quite keep up with the heat of the fire. To get the results seen above [Jack] is running cold water from the tap through the radiator. But maybe if this were used in the winter the water could be circulated through a big box full of snow. Just keep shoveling it in to keep up the electrical potential!

After the break we’ve embedded part four of the project video as it shows off the array of peltier coolers quite well. You will also see part five (radiator and recirculating pump testing) from which this image was taken.

Continue reading “Peltier Campfire Generator Put Out 14W (kind Of)”

Satellite Dish Solar Cooker Bakes Potatoes And More

baked-potatoes-in-a-dish-solar-cooker

Hone your survival skills by harnessing the sun’s rays to cook your meals. [Robert] and his daughter turned an old satellite dish into a solar cooker. The image above shows them baking some potatoes, but the temperatures inside the cast iron vessel are high enough to let you cook most foods.

The dish was originally used for satellite television but has been collecting dust in the shed for quite some time. When [Robert] came across a roll of foil tape in his workshop he decided to give the project a whirl. His daughter helped out by peeling away the tape backing (this can be much harder than it sounds) while he applied the reflective material trying to keep it free of wrinkles. After a close call [Robert] donned a pair of welding goggles when positioning the dish. If the light intensity can get the pot up as high as 428 degree Fahrenheit we’re sure it can cause flash blindness.

Unlike other dish cookers we’ve seen, [Robert] didn’t use the original mount for holding the dish in place. He just set it on three bricks and directed it by hand. To keep the intensity focused on the kettle he had to reposition it every 15 minutes.

We wonder if the heat is too much for building a sun tracking solar power harvester?

OCR Automatically Reads A Power Meter

ocr-used-to-read-a-power-meter

[Chris] tried his hand at using Optical Character Recognition in his server power monitoring rig. The image above is what the IP camera used in the setup sees. He’s included a bright light to ensure that the contrast is as great as possible. After applying a threshold filter to the captured still, he is able to process the image to test all seven segments of every digit.

He uses Mathematica for the processing. We’re not familiar with the particulars of the language, but it’s easy enough to see the main parts of the program. Line six of his source code applies the image filters and then the program loops through the assigned location of each digit, testing segment combinations to ascertain what number is shown. Things get hairy when it comes to the decimal point. We gather that the meter can show varying degrees of precision based on the total number of digits needed (like a Digital Multimeter). But [Chris’] setup has a difficult time reliably detecting that decimal point because of its size. He uses a shortcut to get around this, knowing that his server never pulls less than 300W so he corrects the output (by multiplying it by ten) if the reading is below that benchmark.

Of course it would be easier to crack open the monitor and glean data electronically (that’s how the Tweet-A-Watt does it) but then [Chris] wouldn’t have had the fun of playing with OCR.

That’s Not Beer! A Biofuel Fermentation Controller Project

biofuel-fermentation-controller

Any home brewer will recognize the setup pictured above as a temperature controlled fermentation chamber. They wouldn’t be wrong either. But you’re not going to drink what results. This project is aimed at providing a temperature controlled environment for fermenting biofuel.

[Benjamin Havey] and [Michael Abed] built the controller as their final project in his microprocessor class. The idea is to monitor and control the mini-refrigerator so that the strain of Saccharomyces Cerevisiae yeast produce as much ethanol as possible. An MSP430 microcontroller was used. It monitors a thermister with its analog to digital converter and drives a solid state relay to switch mains power to the fridge. At 41 degrees Fahrenheit this is down below what most lager yeasts want (which is usually in the low fifties). But the nice thing about using a microcontroller is you can set a schedule with different stages if you find a program that gives the yeast the best environment but requires more than one temperature level.

Who knew all that beer making was getting you ready to produce alternative fuels?

Standalone Air Quality Monitor Based Around Raspberry Pi

rpi-air-quality-monitor

You can have a lot of fun tinkering with the Raspberry Pi. But in addition to the low-cost hobby potential it is actually a great choice for serious data harvesting. This air quality monitor is a great example of that. The standalone package can be taped, screwed, bolted, or bungeed at the target location with a minimum of effort and will immediately start generating sample data.

The enclosure is a weather proof electrical box. The RPi board is easy to spot mounted to the base of the case. On the lid there is an 8 Ah battery meant to top off an iPhone. It works perfectly as it provides a USB port and enough current to operate the Pi. On top of that battery is a 3G modem used to access the data remotely — although it can log to the SD card for collection at a later time if you’d rather not mess with a cell network.

Look closely at the GPIO header and you’ll notice that an ADC add-on board has been plugged in. This is used to take the readings from the gas sensor which is monitoring for air pollutants in Paris.

Gadgeteer Plant Monitor Wants It Wet And Photogenic

gadgeteer-plant-monitor

[Christian] is growing a tomato plant on his desk and wanted to capture some time-lapse images of its progress. To that end he built a rig that monitors moisture levels and snaps images at regular intervals.

The hardware he’s using is part of the Gadgeteer family. These run a .NET micro framework and are modular which makes for easy assembly. A laser-cut plywood stand helps to position the camera module for the best shots. Its takes a picture of the seedling once every ten minutes. There is a quartet of RGB LEDs surrounding the lens. They help illuminate the subject for each picture. But [Christian] also mentions that the red LEDs provide light the plant needs to grow (we raise an eyebrow at that claim, but in truth we have no idea if red LEDs make plants grow or not). There is also a moisture sensor which you can see inserted in the soil.

The images and moisture readings are all pushed to a server. There is an Ethernet board near the base of the rig. It uses POST to send the image, which is saved by a server-side script. The moisture data is sent via a GET command.

Open Source Capactive Charger Resurrects An Electric Skateboard

mikey-sklar-on-electric-skateboard

Here’s [Mikey Sklar] posing on his new electric skateboard. Well, it’s new to him at any rate. He bought it used on eBay for $250. That may not sound like much of a deal, but these will run more like $800 retail. The savings comes because the thing would no longer charge. But it took him just an hour and a half with his capacitive charger to resurrect the flat lithium cells.

The first thing he did in trouble shooting the situation was to measure the voltage of the battery pack. It registered 5V, which is a far cry from the 36V it should supply. The built-in charger does nothing, as it’s circuitry isn’t designed to work in a situation like this one. But [Mikey] has a tool perfect for this purpose. Da Pimp is a capacitive charger which we’ve seen before. It succeeds where the other failed because it is able to adapt itself to the internal resistance of the battery, no matter what voltage level it starts at.

[Mikey] shows off the use of his charger in the clip after the break. His first test run was more than two miles without issue.

Continue reading “Open Source Capactive Charger Resurrects An Electric Skateboard”