THP Semifinalist: Solar Energy System

Building a solar power installation isn’t as simple as buying a few panels, wiring them up to a battery, and putting an inverter in the mix. To get the most out of your pricey panels, you’ll want to look at something called Maximum Power Point tracking. Solar panels have an IV curve, and this changes with how much sunlight they’re getting. To get the most out of a set of cells, you need make sure you’re drawing the maximum amount of power out of your cells.

[Nathaniel]’s Solar Energy Generator does just that. It can handle up to 500 Watts, sucks power down from a bank of solar cells and spits that out to a battery. That’s not everything; the project also has a microcontroller for measuring and displaying all the pertinent info, and some terminals to plug in a few DC loads.

While the Solar Energy Generator is designed for off the grid applications, this could easily augment a home installation on the cheap. If you want more than 500 Watts or so, you’ll want to look at a larger controller, but for anything under that, [Nathan] has you covered.

Videos below.


SpaceWrencherThe project featured in this post is a quarterfinalist in The Hackaday Prize.

Continue reading “THP Semifinalist: Solar Energy System”

Basement Wood-Drying Kiln

Once upon a time, a woodworker met another woodworker who happened to have a tree business. They struck a deal stating that the first woodworker would dry the sawn boards provided by the second and both would share the lumber. That’s exactly what happened to [Tim], which led to his entry in The Hackaday Prize.

[Tim] does a great job explaining his build of the kiln itself, his controls, and the gist of running the thing. The idea is to pull moisture out of the wood at just the right speed. Otherwise, the boards might check on the outside, honeycomb on the inside, or bear residual tension. He’s using a dehumidifier to pump dry air into the kiln and a control system to both monitor the relative humidity in the kiln and to dry the stock down to a moisture content in the 6-8% range.

kiln controlsThe kiln is built from slightly blemished pallet rack shelving that [Tim] cut to suit his needs. He skinned it with 1/2″ insulation boards sealed with aluminium tape and plans to add sheet metal to protect the insulation.

[Tim] wanted to control both a fan and the dehumidifier, monitor relative humidity in the kiln, log the data, and send it to the internets. For this, he has employed an Arduino Due, a DHT-22, an RTC, a relay board, an Ethernet shield, and an LCD to show what’s happening. The hardware is all working at this point, and the software is on its way. Check out his entry video below.


SpaceWrencherThis project is an official entry to The Hackaday Prize that sadly didn’t make the quarterfinal selection. It’s still a great project, and worthy of a Hackaday post on its own.

 

Continue reading “Basement Wood-Drying Kiln”

THP Semifinalist: A Robotic Lawn Mower

For all the Roombas in the world, you have to wonder why robotic lawn mowers aren’t more common. Sure, you can go out and buy one, but mowing the typical suburban yard is a piece of cake for a robot; there aren’t stairs, there are relatively few obstacles, and a boundary wire system is much simpler than simply bouncing into things like an iRobot.

[Schuhumi]’s autoCut is the only household robot to make the semifinalists in The Hackaday Prize. Underneath, this bot is electric, has fully automatic operation, and even has a motor to change the height of the blades. The blades are actually designed more like a stringless weedwacker; the blades pivot back when they encounter a hard obstacle, although this safety cage is a really good idea

Instead of doing the random ‘bump and turn’ algorithm found in a roomba, there’s a lot of thought put into navigation with this bot. [schuhumi] is using ultrasonic navigation that triangulates the position of the bot in a yard. That’s a great idea; there’s no need to waste time or power rolling over what the bot has already cut.

You can check out [schuhumi]’s overview video and a demo below.


SpaceWrencherThe project featured in this post is a quarterfinalist in The Hackaday Prize. 

Continue reading “THP Semifinalist: A Robotic Lawn Mower”

Countdown To Finals

There can be only 5.

This Sunday Night we will snapshot the state of the final 50 entries for The Hackaday Prize. Our panel of Launch Judges will then begin the difficult task of choosing the five projects which best exemplify the virtues of the challenge: Openness, Connectedness, Innovation, Wow Factor, Reproducibility, and User Experience.

Want to help your favorite project make the finals? Get in there and take a look at their write-ups. Leave a polite comment on the project page that mentions the parts that are unclear or things you think should be added to the description.

The five who do move on are up for some huge prizes: A trip to space, Milling Machine, a 3D Printer, a trip to Akihabara, and Team Skydiving. Of course we won’t know the order of the finalists or who the Grand Prize Winner is until the final judging round happens at the end of October.

THP Semifinalist: NSA Away

Back when we started The Hackaday Prize, security, big brother, and the NSA were making headlines every day. Since that time, there has been enough bread and circuses in the news to wipe the consequences of these leaks out of the public consciousness, but work is still being done by hackers and tinkerers the world over to give you the tools to protect your data.

NSA Away is one of these tools. The first part of the project is a standalone key generator that writes the same random bits to a pair of SD cards simultaneously. With their random number generator, this is perfect encryption. The only way to crack the one time pad the team is using for encryption is to 1) use parts of the pad more than once, 2) have a terrible RNG, or 3) do something really stupid like sell the one time pad in a store.

The other part of the build is an Android-based encryption device with a camera, keyboard, SD card reader, and a USB port. This device reads the ‘OTP SD cards’ and reads data with the camera using OCR and decrypts it on the screen. Provided the OTP doesn’t fall into the wrong hands, this is a perfectly secure way to transmit data to anyone.

As far as progress goes, the members of the team have a fully functional pad generator, writing random data to SD cards. This device can also output random bits to a computer as a USB HID device, should you want to transmit your pad over unsecured mediums.

It’s an impressive bit of work, especially in the RNG department. The team is using eight avalanche noise generators in the circuit description. This part of the build isn’t quite working yet, but that’s really not needed for a proof of concept.


SpaceWrencherThe project featured in this post is a quarterfinalist in The Hackaday Prize.

THP Semifinalist: B10N1C Yourself

The Hackaday Prize has had a few medical devices make the semifinalist cut, and of course wearables are on the list. How about implantables? That’s what Bionic Yourself 2.0 (or B10N1C) is doing with an implantable microcontroller, battery, and sensor system.

The hardware in B10N1C includes a electromyography sensor for measuring muscle activity, an accelerometer, a vibration motor, RFID reader/writer, temperature sensor, and – get this – a LED bar graph that will shine a light through the skin. That’s something we’ve never seen before, and if you’re becoming a cyborg, it’s a nice feature to have.

As with anything you would implant in your body, safety is a prime consideration for Bionic.the Lithium battery can be overcharged (yes, through a wireless charging setup) to 10V without a risk of fire or explosion, can be hit with a hammer, and can even be punctured. The enclosure is medical grade silicone, the contacts are medical grade stainless steel, and there’s a humidity sensor inside that will radio a message saying its time to remove the device if the moisture level in the enclosure increases.

Because the device is implanted under the skin, being able to recharge and update the code without a physical connection is the name of the game. There’s a coil for wireless charging, and a lot of work is going into over the air firmware updating. It’s an astonishing project, and while most people probably won’t opt for a cyborg implant, it will look really cool.


SpaceWrencherThe project featured in this post is a quarterfinalist in The Hackaday Prize.

THP Semifinalist: Honeybee Hive Monitoring

[Ken] keeps his bees remotely and can’t check on them as often as he might like to. He wanted some way of knowing when they were out of space, because that slows down their nectar collection. He knew he could do this by remotely tracking the weight and internal temperature of the hives.

His first prototype revolved around a postal scale that couldn’t be turned off between readings. This meant that he needed a bigger solar panel and battery than originally intended. For about a week, the hives were sending data to Thingspeak through an Arduino Fio over XBee.

The current iteration measures the load cells with an HX711 24-bit ADC. This sends the scale data to an Apitronics Bee unit, which adds in temperature data from the hives and sends everything to an Apitronics Hive. [Ken] will also stream it to a cloud service so he can monitor them in real-time. [Ken] wants to see as much data as possible and contribute to NASA’s HoneyBeeNet program, so he has a second Bee unit set up to handle a nearby Apitronics weather station.

SpaceWrencherThe project featured in this post is a semifinalist in The Hackaday Prize.