The Best Environment-related Prize Projects

Last week we challenged you to post your idea on environment-related solutions for the 2015 Hackaday Prize. We’ve gone through every entry and have chosen this week’s winners. What a tough process, there are so many interesting ideas to consider that we’ve done a round-up of some that held our attention.

Bosch Haber Process
Bosch Haber Process

Energy Saving

Conservation was at the center of these projects and [Peter Walsh] is thinking large scale to improve the Bosch-Haber process. This process is used as a source of nitrogen for fertilizers and consumes 1% of all energy worldwide. Even small efficiency advances could have a huge effect.

From profound to whimsical, [TomaCzar] has an alarming solution to leaving the lights on. We enjoy his preamble about his family moving to Earth from a planet with unlimited energy (hence their habit of leaving the lights on). He plans to add an audible alarm to any light that is switched on for more than 10 minutes.

Energy Production

Those huge solar farms that use arrays of mirrors to focus the sun’s light on a central tower leverage a techique called Concentrated Solar Power. Traditionally they store heat in a pool of liquid salt for generating power around the clock. [PUNiSH3R] has a plan to build his own on a micro-scale. The Portable Micro-CHP will use similar concepts (less the molten salt) in a package small enough to be transported by a single human.

Undeveloped parts of the planet have huge problems when it comes to bootstrapping an electrical grid. [hickss] thinks blimps might be one way to alleviate the problem. The DayBreaker project will tether blimps to the ground, with a hydrogen feed supplied through electrolysis which keeps them afloat. While high in the air they can catch higher winds using a turbine and transfer the electricity back to the ground using the same tether.

Rounding out energy producing examples is the Domestic Geothermal Stirling Power Unit. We’ve seen geothermal systems that use heat exchangers to heat or cool your home. [Shrad] ponders the idea of also using the loops of circulating fluid to feed a Stirling engine that could help supply power to the home.

Way Out There Ideas

Is this parking lot a power plant waiting to happen?
Is this parking lot a power plant waiting to happen?

There were a number of interesting concepts that we think are well worth considering and debating. It’s hard to say if these are all feasible, but tossing the ideas around is just the kind of interaction that could lead to a big breakthrough. For instance, the image seen here is a freshly paved and painted asphalt parking lot. Asphalt Heat Harvesting imagines the Peltier effect being used on a large scale by embedding metal networks between layers of the pavement. A heat differential between the surface and the base layer could produce electricity.

We’re at a loss for understanding how the Open Source Modular Absorption Refrigeration Unit actually works. It seeks to supply refrigeration using a heat source instead of electricity. The diagram looks promising and we think OSMARU is a solid acronym!

Remember The Hunt for Red October? If so, you certainly remember the caterpillar drive which made the submarine virtually silent. [N-Monkeys] wants to use that and ocean water as a generator rather than a locomotive device. Check out Project InchWorm.

This Week’s Winners

time-for-the-prize-environment

First place this week goes to Improve the Bosch-Haber process and will receive the SmartMatrix 32×32 RGB LED matrix along with a Teensy 3.1 to drive it.

Second place this week goes to DayBreaker and will receive a Bus Pirate and probe cable.

Third place this week goes to Domestic Geothermal Stirling Power Unit and will receive a Hackaday Robot Head Tee.

Congratulations to all three! We think it’s important to mention we are judging the idea on its ability to solve something affecting a wide range of people, its level of innovation, and the feasibility of the concept. There is no requirement at this point to have built anything or completed the documentation. Don’t be afraid to write down your own brainstorm… it might just win you a prize!

Next Week’s Theme

We’ll announce next week’s theme a bit later today. Don’t let that stop you from entering any ideas collection of entries may have inspired.

This week’s theme is Aging in Place. Check out the announcement post for details.

Coming up with that killer concept is a matter to thinking in different ways and interacting with other Hackers, Designers, and Engineers to help make the mental leap to greatness!


The 2015 Hackaday Prize is sponsored by:

Measure As Little As You Want With OpenQCM

The clever folks over at [Novaetech SRL] have unveiled openQCM, their open-source quartz crystal microbalance. A QCM measures very minute amounts of mass or mass variation using the piezoelectric properties of quartz crystal. When an object is placed on the surface of this sensor, the changes in the crystal’s resonant frequency can be detected and used to determine its mass in a variety of experimental conditions (air, vacuum, liquid). However, most QCM technology is proprietary and pricey – at least US$3000 for the microbalance itself. Any consumables, such as additional crystals, cost several hundred dollars more.

The openQCM has a sensitivity of 700 picograms. At its core is an Arduino Micro with a custom PCB. The board contains a 10K thermistor for temperature offset readings and the driver for a Pierce oscillator circuit. The quartz crystal frequency is determined by hacking the timer interrupts of the Arduino’s ATmega32u4. An external library called FreqCount uses the clock to count the number of pulses of the TTL signal in a 1 second time frame. This yields quartz crystal frequency resolution of 1Hz. The user interface is built in Java so that data can be read, plotted, and stored on your computer. The entire casing is 3D-printed, and it appears that the sensors are standard oscillator crystals without their cases.

Simplistic design makes assembly and maintenance a breeze. It only weighs 55 grams. Replacing the quartz crystal requires no special tools due to the clip system. The openQCM can be used as a single unit, or in multiples to form a network for all of your precise measurement needs. While they have kits available that will set you back US$500, all of the files and schematics for 3D-printing, assembly, and the PCB are available on the openQCM site for free.

Continue reading “Measure As Little As You Want With OpenQCM”

Fail Of The Week: Easy Cheese? Printer Says No

Well, this is timely. We saw a lot of things at Midwest RepRap Festival this year on both the printer and the material fronts. We told you about the delicious offerings made possible through remote extruder setups, strong and heavy filaments infused with copper and other metals, and a printer built out of K’NEX. No one was printing with canned cheese, though, and maybe for good reason.

[Andrew] here has created a 3D-printed arm that holds a can of aerosol cheese-like substance in place. A motor causes the holder to move the spout to the side, dispensing the goo. At first he squirts it in a coiled pile on to a cracker. That goes pretty well until it’s time to move away from the cracker. [Andrew]’s later attempt to build up four cheesy walls had us cheering. You can see what we mean after the break.

There are a couple of issues at play. Sometimes the add-on just plain falls off the end of the spout. Other times, air in the can interrupts the flow, just as it does during manual operation. And every once in a while, it just seems that the spout was too close to the substrate.

What do you think about the viability of cheese printing? Would it work better if the extrusion took place remotely, and the cheese was pushed through a thinner tip? Would a cooled print bed help? Let us know.

Continue reading “Fail Of The Week: Easy Cheese? Printer Says No”

Chinese Whispers For Arduino

The game of Chinese Whispers or Telephone involves telling one person a sentence, having that person tell another person the same sentence, and continuing on until purple monkey dishwasher. For this year’s Arduino Day, [Mastro] was hanging out at Crunchlab with a bunch of Arduinos. What do you do with a bunch of Arduinos? Telephone with software serial.

The setup for this game is extremely simple – have one Arduino act as the master, listening for bits on the (hardware) serial port. This Arduino then sends those bits down a chain of Arduinos over the software serial port until it finally loops around to the master. The result is displayed in a terminal.

With only about a dozen Arduinos in this game of Telephone, [Mastro] did get a few transmission errors. That’s slightly surprising, as the code is only running at 1200 bps, but the point of this game isn’t to be completely accurate.

Continue reading “Chinese Whispers For Arduino”

New Part Day: Modern PALs

Back in the bad old days, if you needed a little bit of custom logic you would whip out a tiny chip known as a PAL. A Programmable Logic Array is just what it sounds like and is the forerunner of modern, unsolderable CPLDs and FPGAs.

PALs and GALs have died off, left to the wastes of the Jameco warehouse, and now it seems the only programmable logic you can buy are huge, 100-pin monstrosities. [Nick] at Arachnid Labs was working on his Tsunami signal generator when a user asked if they could add just one more feature: a programmable divider to count 256 iterations of a clock. This is the perfect application for dumb logic, but if you’re looking for a part that’s not recommended for new designs, you only need to look to old programmable logic.

Enter the Greenpak. [Nick] had a dev kit for these ‘modern PALs’ sitting around and decided to give it a go. They’re small – they max out at 20 pins – but there are a few features that make it a little more interesting than a simple array of AND and OR gates. The Greenpak3 features analog comparators, look-up tables, RC oscillators, counters, and GPIO that will work well enough as circuit glue. They also work at 5V, something you’re just not going to find in more complex programmable logic.

These tiny chips are programmed in a graphical IDE, but the datasheet (PDF) includes full documentation for the bitstream; someone needs to write a Verilog or VHDL compiler for it soon. The one downside with these chips is that they’re tiny; 0.4mm pitch QFN packages. If you can solder that, you’re too good at soldering.

Reverse Engineering An RC Spy Tank

[Michael] sells a remote control spy tank through his company, and although it’s a toy, there’s an impressive amount of electronics in this R/C tank. It’s controlled from an Android or iDevice over a WiFi connection, something that simply won’t do if you’re trying to sell this to the hacker and maker crowd. The solution to this problem is Wireshark, and with a little bit of work this spy tank can be controlled from just about anything, from a microcontroller via WiFi to a Python app.

Wireshark, everyone’s favorite network packet analysis and capture tool, was used to listen in on the communications between an iPad and the tank. This immediately showed the video stream coming from the camera in the tank, and pointing VLC to the correct port displayed the video.

The motors in the tank were a little trickier, but looking at the data stream, a few packets stood out as being responsible for controlling the motors. After a little experimentation the simple command set was decoded and a Python app whipped up.

These spy tanks are cheap – about $70 from [Michael]’s company and the other usual vendors. It’s not a particularly useful piece of hardware, but someone out there is sure to do something cool with this bit of reverse engineering.

3D printed turtle shell

Take That Mario! 3D Printed Red Tortoise Shell Armor!

Between all the media coverage of using 3D printers for human prosthetics, some individuals are making a difference for animals too by using 3D printing. And here’s one we really didn’t expect;  a replacement shell for a tortoise!

We’ve all seen the heartwarming articles about pups getting wheels, or dogs getting replacement sprung feet — but is there any love for [Cleopatra] the Tortoise? Canyon Critters Rescue is an animal rescue based out of Golden, Colorado. The founder [Novelli] had recently took in little [Cleopatra] who had a painful and dangerous bone disease where her shell peaks and gets worn out — and without a shell to protect her, could easily become infected. This is typically caused by poor nutrition, so the rescue fixed her diet, but the damage to her shell was already done.

At a public education program for the rescue, [Novelli] made an offhand comment about how cool it would be to 3D print a replacement shell for her to protect the weak spots. Lucky enough for [Cleopatra], someone from the Colorado Technical University was there and wanted to help.

First they 3D scanned [Cleopatra’s] shell, and then created a 3D model of it optimized for 3D printing. They printed miniature test models on a MakerBot, and once satisfied printed the entire thing in 4 pieces. It fits over top of original shell, protecting the weak areas.

It was an incredible learning experience for all involved, and [Novelli] was extremely grateful for the help he received from the community:

I am grateful to all these people volunteering their time and energy to help me. At the rescue I don’t have the resources or funds to do something of this scale.

As for [Cleopatra], she’s living a happy tortoise life once again — and since she’s only in her teens, she has nearly a century of life to look forward to with thanks to 3D printing.