Sensor Based Dehumidifier System For Your Home

The apartment [Angus] lives in must be sealed up pretty tight. It was so humid during the winter that there was a mold issue. We usually have the opposite problem, needing to add humidity to the air in the colder months. To combat the issue he bought a small dehumidifier, but wanted to automate the system a bit more than what was built into its meager controls. He combined a set of wireless sensors and remote control outlets to switch the dehumidifier automatically.

The sensors are from a weather station he bought on eBay. It came with a base station and three remote units, all of which monitor both temperature and humidity. He wanted a system that could compare temperature with dew point and make decisions based on a simple look-up table. An Arduino with a custom milled shield reads these measurements from the sensors and feeds them to a router which is running a cron job script every minute. When that script judges the time and weather conditions warrant a change it tells the Arduino to switch the wireless outlet to which the dehumidifier is connected.

Scary Putin Guards Your Stash

If anyone tries to take anything from this coin bank they’re going to have to brave the creepy looks that [Vladimir Putin] gives them. That’s because [Overflo] rigged up the wall hanging to react when you approach it. It’s all in the eyes, which open and turn red based on your proximity to the picture frame.

The frame itself is the ugliest thing [Overflo] could find at Ikea. He spray painted it gold and added an image of [Putin] with a zany background. At rest [Vlad] has his eyes closed. But the lids are connected to a servo motor to pull against the spring that keeps them shut. An infrared proximity sensor is used to trigger the eyelids when you get relatively close, but if you reach out your hand it will even light up the red LEDs hidden in the pupils of the eyes. See a demonstration of the setup in the video after the break.

Continue reading “Scary Putin Guards Your Stash”

Getting A Nest Thermostat To Work In Europe

[Julian] was really excited to get his hands on a Nest learning thermostat. It’s round, modern design will make it a showpiece in his home, but he knew there would be a few hiccups when trying to take advantage of its online features. That’s because [Julian] lives in Spain, and Nest is only configured to work in North America. But as you can see above, he did a bit of hacking to get it displaying his actual location.

The Nest is web-connected and phones home to the company’s server to handle configuration. Since they’ve made the decision to only support a portion of the world [Julian] had to do a little bit of digging to bend it to his will. He used Wireshark to sniff the packets it was sending. The calls to the company’s server use SSL, but the device also contacts the Weather Underground for data and this is not encrypted. So he was able to intercept that with his router and inject custom information. It’s not a full solution, but he’s part way there.

We’d really like to see what is possible with this device so please send us a link to any Nest hacks of your own.

Stcdude Is Linux Friendly ISP Programming Software For STC 8051 Chips

[Andrew] picked up a handful of these big STC 8051 chips for a song and dance. The problem he has with them is the clunky VB6 programming software that only wants to run on a Windows box. He buckled down and wrote his own programming software called stcdude. As you have probably guessed, it’s meant to perform the same open-source functions that avrdude does for AVR chips. It can be used in conjunction with the Small Device C Compiler (SDCC).

It uses an API which is based on Lua script. We think this is to make it easy to interface your own hardware programmer with the software. The package is still quite early in development but it is working and even implements the ability to poll and identify the type of chip based on its stored hardware database. It sounds like he could use a hand. The stock software must still be used for setting the MCU options. We’re not really familiar with the 8051 family but we’d bet that is akin to setting the fuses on the AVR chips. Please let us know in the comments if we’re wrong about that.

There’s A Friggin’ Cellphone In The Most Recent Entertainment Weekly

Hackaday readers were stumbling over each other to send in a link about this Android cellphone inside of an Entertainment Weekly magazine. Thanks to all who sent it in, and keep them coming. We’d rather get too many tips than none at all!

The first thing we should address is the discomfort you will feel while watching the video after the break. If you’ve got any experience tearing open electronics to see what’s inside you will be physically uncomfortable watching this pair bumble through it. It makes us want to do some MST3K-style overdubbing of the video, but their content ownership claim in the description makes us sure we’d get an immediate take-down notice if we did so.

At any rate, what we have here is some really cool tech you almost certainly will not be able to get your hands on. In the image above you can see the small LCD screen to the right. It comes to life when the page is opened thanks to the sliding switch being pointed to in the image. A few television show promos will play before the device starts scrolling items from the CW Twitter feed. When the hardware is pulled out of the pages there’s some interesting tinkering to be done. Shorting the contacts on the keyboard overlay (about 8 minutes into the video) brings up an Asian-language menu which is pretty obviously Android.

This is not the first time the magazine has done something like this. CBS embedded video a few years back but we’re pretty sure that one didn’t use the full guts of a cellphone. It’s just too bad these issues are so rare (only 1000 are available in two cities) as we had a lot of fun hacking that Esquire issue with the epaper in it.

Continue reading “There’s A Friggin’ Cellphone In The Most Recent Entertainment Weekly”

Rube Goldeberg Mixes In Freerunning; Reminds Us Of Human-sized Game Of Mouse Trap

Yep, those are just some shipping containers being used as dominoes in this very impressive Rube Goldberg machine. The apparatus includes a human element, with freerunners making their way through a whole bunch of obstacles. In fact, if you look closely you’ll see the outline of a man who just jumped from the top of each container to get to the ground. The project is a marketing device for Red Bull, who must have shelled out quite a bit for the setup. We’ve embedded the video after the break where you’ll see they went all out with the filming of the device.

To tell you the truth we kind of wish that a Rube-Goldberg build had been the goal of this year’s Redbull Creation Contest. It would have been all but impossible to go this big, but some of the stages (like a suspended bath tub slowly draining its reservoir of water) would have been easy to make happen. Well, there’s always next year!

Continue reading “Rube Goldeberg Mixes In Freerunning; Reminds Us Of Human-sized Game Of Mouse Trap”

LED Cyber Eyes; More Nerdy Than Just Taping Your Glasses

Regular glasses are okay, but these light up and respond to your movement. [Dr. Iguana] is at it again, designing a very interestingly shaped PCB to augment your visual augmentation devices.

The circuit board has two thin curving wings which conform to the shape of a pair of glasses. In the middle there’s a larger area that holds most of the components but it’s still smaller than a common coin cell battery that powers the device. Over each eye there are a half dozen red LEDs which are driven by a PIC 12F1840. It can flash a bunch of patterns the but the interactivity is the real gem of the project. The doctor included an MMA8450 3-axis accelerometer. As you can see in the clip after the break, shaking your head this way and that will be reflected in the pattern of lights.

Continue reading “LED Cyber Eyes; More Nerdy Than Just Taping Your Glasses”