Easy To Use Automatic QR Code Generator

custom_qr_code_generator

Love them or hate them, plenty of people around the world use QR codes on a daily basis. Since he thinks they’re pretty great, Hackaday reader [falldeaf] thought it would be cool to put together an automatic QR code generator to be used on web sites.

Inspired by the custom QR logo embedding work done by our own [Brian Benchoff], his dynamic QR code generator allows you to do the same thing, but with far less work. The code requires that you have PHP and the GD library installed on your server, but other than that his code does the rest.

All you need to do is call up the page and pass along a URL, optional caption text, optional image overlay (to add your logo to the center of the code), as well as an optional hash code for tracking traffic sources. The page spits out a png image that can be used on its own, or embedded in a blog, which is what [falldeaf] plans on using it for.

If QR codes are your thing, be sure to grab a copy of his code, it will certainly be a handy tool to have around.

Small Tabletop Telepresence Robot

iphone_tabletop_telepresence

When [Peter] saw the Sparkfun Magician robot chassis in a recent new product post, he knew instantly that he had to have one for a telepresence project that had been kicking around in his head for a while.

Onto the robot chassis, he added an Arduino to provide the brains of the bot, an Adafruit motor shield for controlling the wheels, and a Pololu Wixel for wireless communications. An iPhone is mounted on the top of the robot, which communicates with his laptop using Apple’s Facetime app. The robot is controlled from his laptop as well using the Wixel, which enables him to direct the Magician chassis as if it was attached via USB.

While he thinks the robot is pretty neat and that it works well, [Peter] already has improvements in mind. The robot chassis is a bit weak on anything but smooth surfaces, so a new set of motors and wheels are likely the first changes he’ll make. He wants to add a servo-based aiming mechanism for the phone’s camera, as well as some sensors to prevent the bot from taking a nosedive off his table.

iPhone aside, this is probably one of the cheaper mobile telepresence setups we’ve seen, so we can’t wait to hear how the improvements work out, and how much they add to the robot’s cost.

Remote Controlled Glass Block LED Matrix

hive13_remote_controlled_led_matrix

At Hive13, a Cincinnati-based hackerspace, they like to hack everything – even their bathroom. One of the bathroom’s walls faces the street, and is made up of thick glass privacy blocks. A few years ago, they thought it would be a cool idea to install an LED matrix to the back side of the glass wall to spruce things up a bit. After a couple of iterations, they finally had something they were happy to show off, but they wanted to make it even cooler.

While the the Arduino and ShiftBrite shield running the matrix could be controlled over a serial connection, they wanted to use the ProjectBlinkenlights tools to control things over the network. While that didn’t quite work out as planned, it wasn’t necessarily an exercise in futility. While Blinkenlights controls were out of the question, they were inspired to add OSC compatibility to the Processing sketch, which allows them to work the display with an app available for both Android and iOS devices.

The result is pretty slick, as you can see in the video below. Now all they need to do is get Tetris up and running!

Continue reading “Remote Controlled Glass Block LED Matrix”

Halloween Hacks: A Haunted House Project For The Kids


light_up_haunted_house

If the kids have been bugging you to get started with your Halloween decorating, [Dale] from BasicMicro has a neat and interactive project that’s sure to satiate their thirst for ghoulish fun.

His wife was looking for some new decorations for this Halloween, so he took a quick trip to the craft store and found a DIY foam Haunted House kit. After convincing her to do the assembly, he outfitted the display with some Starlite RGB modules, which have all sorts of interesting lighting modes built in. When the lights are turned low, the house jumps to life, as you can see in the video below.

The construction and wiring are not an overly complex job, so it’s a great starting point for little minds and hands that are beginning to develop an interest in electronics. For those kids with a little bit of experience under their belts, the house could easily be modified to use servos to create swinging doors and shaking grave stones.

The limit is truly defined only by their imagination (and your electronics budget), so why not give it a try this weekend? We’d love to see what you and your budding hackers put together!

Continue reading “Halloween Hacks: A Haunted House Project For The Kids”

Laser Level Tripod Made From Recycled Parts

laser_level_tripod

[msuzuki777] is a self-proclaimed “Lazy Old Geek” with way too much free time on his hands. He recently picked up a laser cross and figured that he would use some of that time to make a laser tripod for various projects around the house.

He pulled out an old camera tripod, and modified an unused CD jewel case so that it could be screwed onto the traditional camera mount. He added three bolts to the platform, on which he mounted another CD case, letting him adjust both the laser platform as well as the tripod.

He put together a simple power supply for the laser, and then mounted it on a pair of CDs sandwiched on top of one another. The CD platform was then popped onto the guts of an old CD player, allowing him to spin his laser pointer in any direction without having to re-level it.

The laser cross tripod certainly looks a bit complicated, but [msuzuki777] says it works a treat, allowing him to easily hang pictures and the like. He also mentions that he wants to throw an Arduino at it to automate the leveling process, which is something we’d love to see.

POE Home Automation Control Panel

poe_home_automation_control_panel

[Scott] wrote in to share a project he is currently working on, a home automation system that relies on Power over Ethernet. While he’s not completely finished, he’s made some great progress, and the work he has done so far definitely piqued our interest.

Part of [Scott’s] design relies on some reverse engineered Blackberry screens we showed you a while back. He has constructed a small control panel for his apartment, which incorporates one of the aforementioned Blackberry screens, along with 10 tactile switches and a PIR sensor. The panel is built to be mounted in a wall or as a standalone unit, allowing him to control various lights and appliances throughout his home.

[Scott] spent a lot of time working on the communications protocol and UI for his control panel. As it sits now, the panel takes advantage of a VNC-like protocol he designed, which allows him to interact with a Java application residing on his desktop computer.

Things are looking awesome so far, and [Scott] already has a handful of improvements planned for the near future. We can’t wait to check it out when it’s finished.

Building Your Own Replacement Refrigerator Thermostat

refrigerator_thermostat_repair

[Ron’s] refrigerator broke shortly after he came home from his weekly grocery trip, and since this was his second dead fridge in three years, he wanted to fix it rather than buy a new one…again. It turns out that the thermostat was toast, and a replacement would cost him $80. That was well more than he was willing to pay, but his groceries were starting to get warm, so he had to do something.

Being the tinkerer he is, he figured he could rig up his own thermostat that would work at least as well as the one that died on him. He scavenged an ATmega328 from a failed project, and after digging around online, put together the most barebones Arduino setup he could find. The microcontroller is tucked away in the back of the refrigerator where the old thermostat used to live, and takes input from a TMP36 temperature sensor, triggering a relay to start the refrigerator’s compressor whenever the the temp goes above 4°C.

[Ron] says his fix is just about the “worst kludge ever”, but as he saved $80 in parts and $150 in labor, we’re inclined to think it’s a job well done.