Sump Pump Monitor Emails And Raises Alarm If Water Rises

sump_pump_overview

[Matt] literally finds himself in a sticky situation. There’s an oil slick in his sump well. These wells work in conjunction with drain tiles to pump water away from the foundation of a house. Unfortunately the tar that was used to waterproof the outside of his foundation is also washing into the sump and gumming up the works. The system he built will sound an audio alarm and send an email if something goes wrong with the sump pump.

He’s monitoring for two different issues. One technique uses a float valve to sense if the water is too high, signalling that the mechanism controlling the pump has malfunctioned. The other is a current monitor that senses if the sump pump has been running too long (caused by the sump’s water sensor getting stuck in the on position). The one thing he didn’t want to do is control the pump directly as a bug in his code will easily result in a flooded basement. We have the same concerns when considering building a DIY thermostat (an error there could mean frozen water pipes leading to flooding).

Solar Powered Wifi Radiation Sensor

Solar Radiation Detector

[Manish] packed lots of functionality into this radiation sensor module. The device is completely solar powered and weatherproof, so it can be mounted anywhere. It uses a Geiger Muller tube to monitor radiation and connects to the internet using wifi network to report the readings.

The design uses an Arduino Pro Mini to perform the monitoring and reporting. Wifi connectivity is provided by a RN-XV wifi module. A solar panel, Adafruit’s solar charger, and a LiPo battery are used to provide power to the device. It’s enclosed in Adafruit’s IP-66 rated weatherproof enclosure.

A custom Geiger Muller tube interface is used to interface with the tube. The interface is simple and cheap. It provides the high voltage required to drive the tube, and circuitry needed to detect the ionization events.

Once the device is connected to the internet, it uploads data directly to Cosm. This service lets the data be shared using Twitter, or accessed using an API. The project shows how to build a wireless networked sensor that directly connects to the internet for about $100.

An Absurdly Clever Thermal Imaging Camera

Thermal imaging cameras, cameras able to measure the temperature of an object while taking a picture, are amazingly expensive. For the price of a new car, you can pick up one of these infrared cameras and check out where the drafts are in your house. [Max Justicz] thought he could do better than even professional-level thermal imaging cameras and came up with an absurdly clever DIY infrared camera.

While thermal imaging cameras – even inexpensive homebrew ones – have an infrared sensor that works a lot like a camera CCD, there is a cheaper alternative. Non-contact infrared thermometers can be had for $20, the only downside being they measure a single point and not multiple areas like their more expensive brethren. [Max] had the idea of using one of these thermometers along with a few RGB LEDs to paint different colors of light around a scene in response to the temperature detected by an infrared thermometer sensor.

To turn his idea into a usable tool, [Max] picked up an LED flashlight and saved the existing LED array for another day. After stuffing the guts of the flashlight with a few RGB LEDs, he added the infrared thermometer sensor and an Arduino to change the color of the LED in response to the temperature given by the sensor.

After that, it’s a simple matter of light painting. [Max] took a camera, left the shutter open, and used his RGB thermometer flashlight to paint a scene with multicolor LEDs representing the temperature sensed by the infrared thermometer. It’s an amazingly clever hack, and an implementation so simple we’re surprised we haven’t seen before.

Accurate Timers With An AVR

timer

An awful lot of microcontroller projects use timers to repeat an action every few minutes, hours, or days. While these timers can be as accurate as a cheap digital wrist watch, there are times when you need a microcontroller’s timer to measure exactly, losing no more than a few milliseconds a day. It’s not very hard to get a timer to this level as accuracy, as [Karl] shows us in a tutorial.

The problem with keeping time with a microcontroller has to do with the crystal, clock frequency, and hardware prescalers of your chip of choice. [Karl] started his project with an ATMega168 and a 20 MHz crystal and the prescaler set at 256. This made the 78.125 interrupts per second, but the lack of floating point arithmetic means one second for the microcontroller will be 0.9984 seconds to you and me.

[Karl]’s solution to this problem was to have the ATMega count out 78 interrupts per second for seven seconds, then count out 79 interrupts for one second. It’s not terribly complicated, and now [Karl]’s timers are as accurate as the crystal used for the ‘168’s clock.

Tentacles And Phalanges Made From Drinking Straws

arnie

He human hand is one of the most impressive pieces of machinery – biological, mechanical, or otherwise – that you’ll ever lay eyes on.  With two dozen degrees of freedom, the hand can gently caress the most fragile flower petal without bruising it, or beat a hammer into an anvil with tremendous force. Simulating the human hand, however, is quite a challenge that requires dozens of servos and complex mechanical linkages. [Tomdf] over on Instructables is able to create hands, tentacles, and other weird biological contraptions using spring-loaded drinking straws and custom-made 3d printed joints.

[Tomdf] got the idea for drinking straw phalanges after seeing a few 3D printed drinking straw connectors meant to be used for creating 3D objects out of disposable plastic tubes. After designing a new spring-loaded joint for drinking straws, [Tomdf] is able to add a few lengths of thread to serve as ligaments to control the segments of drinking straws. It’s a similar setup to the horrible demon spawn we saw at Maker Faire last year, but far more extendable for any project that might pop into your head.

You can check out the drinking straw tentacles in action after the break.

Continue reading “Tentacles And Phalanges Made From Drinking Straws”

Battery Teardown To Get At The Cells Inside

Most of what people call batteries are actually cells. All of the common disposable alkaline batteries from AAA to D are single cells. The exception is the 9v battery which actually has six smaller cells inside of it. [Tom] took a look inside three different batteries to see what cells they’re hiding. Since he no longer uses the batteries for their intended purposes the individual cells may find a new life inside of one of his upcoming projects.

The six volt lantern battery on the left has four cells inside of it. This is no surprise since each zinc-carbon cell is rated for 1.5V. There’s not much that can be done with the internals since each cell is made of a carbon rod and zinc electrolyte ooze (rather than being sealed in their own packages).

Moving on to the rechargeable PP3 battery in the middle he finds the 8.4V unit is made up of seven 1.2V nickel-metal hydride cells. Many of them were shot, but we’d love to see one of the intact cells powering something small like a bristlebot.

The final component is an old laptop battery. Inside are an octet of Lithium Ion cells. The majority register 0V, but a few have 0.4V left on them. This is not surprising. We’ve seen power tool packs that have a few bad cells spoil the battery. It’s possible to resurrect a battery by combining good cells from two or more dead units.

Morse Code Flower Is Trying To Tell You Something

morse-code-flower

To the casual observer this flower looks nice as its illuminated center fades in and out. But there’s hidden meaning to that light. Some of the blinks are longer than others; this flower is using Morse Code.

[Renaud Schleck] wanted to try a few different things with his MSP430 microcontroller. He decided on an LED that looks like a flower as it will be a nice piece of decor to set around the home. To add the Morse Code message he wanted something a bit more eloquent (and less distracting) than purely digital flashing. So he took the dots and dashes of the hard-coded message and turned them into fading signals by using Pulse-Width Modulation.

He free-formed the circuit so that it, and the coin cell that powers it, would fit in the flower pot. A reed switch is responsible for turning the juice on and off. When placed near a magnet the flower begins its gentle playback.

Continue reading “Morse Code Flower Is Trying To Tell You Something”