Automotive Current Monitor

If you’ve ever had a car with an electrical system problem you know how hard it can be to pin-point the source of your woes. Here’s a hackery solution that uses a diy PCB to monitor the current being drawn off of the alternator.The sensing is provided by an Allegro ACS758 integrated circuit. This chip measures current up to 150A and outputs an analog signal that can be measured by a microcontroller. In this case an AVR ATmega8 measures the signal and spits the info back to a PC via the serial port. This data can be graphed to help locate when too much current is being drawn for the battery to remain charged.

Check out that CNC milled PCB, what a beauty!

[Thanks Joshua via Elektronika]

Odroid: All The Open, None Of The Contract

The Odroid derives its name from the combination of Open and Android. The hardware is aimed at the portable gaming market and runs Android. The specs are amazing, the device is open and begging you to develop for the platform.

The Samsung S5PC100 System-On-A-Chip provides the device with an ARM Cortex-A8 processor running at 833MHz. The usual suspects are all here, a capacitive touchscreen, accelerometer, SDHC slot, and WiFi. What you usually don’t expect to see is a serial debugger and 720p HD output. But the best part, we get all of this without a 2 year contract or the hardware being locked down as we’re used to with and Android based cell phone.

[Thanks Stillbourne via LinuxDevices]

Monitor Keg Volume, CO2, And Temp

[Jean-Michel] tipped us off about his beer keg monitoring setup. It can tell you how much beer is left in each keg, how much carbon dioxide remains in the canister, and it can monitor and regulate temperature.

An Arduino mega is the brain of the system. A shield was built to interface force sensors, measuring the weight of the keg to estimate how much beer remains. Analog temperature sensors allow for temperature monitoring and control of the compressor for regulation. Information can be displayed on a graphic LCD or a computer via XBee wireless communications.

This is along the lines of the SparkFun kegerator but we like the added functionality. Does this need to Twitter? Probably not but if you want that, it’s only a bit of a software hack away.

Fabric Display

[Eli] is sharing the building details on her fabric based display. For lack of a better name she’s calling this a fabric Lite-Brite. This is because LEDs can be added anywhere to spell out a message or create a simple drawing.

The device consists of a positive bus of conductive thread sewn onto a regular piece of fabric. A second piece of fabric separates this from a ground plane made of conductive fabric. The LED leads are then bent into a spiral and can easily be wrapped around the appropriate part of the conductor.

We’re happy to see this creative design coming from a hacker that frequents a hackerspace; Pumping Station One in Chicago. This would be a wonderful application for banners or flags at hackerspace events.

Solar Water Heater

[Jake] built himself a solar water heater. The system has an 82 gallon insulated water tank and uses a solar collection grid made of PVC pipe. As the water heats, it rises to the top of the collector and runs into the tank while pulling colder water from the bottom of the tank back into the collector.

A sunny day yields temperatures around 130 degrees Fahrenheit. On a cloudy day the water can still be heated to about 90 Fahrenheit. This is about 19 degrees cooler that one might desire but the difference is made up by an electric shower head that heats as the water comes out. [Jake’s] system, seen in the video after the break, allows him to forgo the use of electricity on sunny days, and reduce its use by around half on cloudy days. Continue reading “Solar Water Heater”

RGB Keylock Shield

Hackaday alum [Will O’Brien] cleaned up his messy breadboard with an RGB keylock Arduino shield. You may remember this two-part project from last year. It uses buttons backlit by an RGB LED to operate a door lock.

[Will] is still mulling over what type of kit options he will offer. We’re happy to see if the most important part, a laser-cut key bezel, will be available. This makes for a professional looking finish that made the original project difficult to replicate.

Capturing Bullet Speed

Sometimes it’s amazing how slow our sense of time is. We find [Maurice’s] bullet capture system a great example of this. A pair of IR sensors spaced two inches apart can capture and calculate the speed of a projectile. Couple this with a user-input distance from the sensor to the target and a microcontroller can extrapolate the exact moment to trigger a camera to catch a bullet in mid-air.

As with his other projects, all the details on how to build and use this system are available for your perusal.