Model Car Additions Make Us Hear Knight Rider Theme

This collection of model vehicle hacks adds obstacle avoidance in an attempt to make them autonomous. At the front end you’ll find two PCBs which use IR approximation to monitor the road ahead. We’re not familiar with this particular use of these IR receivers (TSOP1738) which we’re used to seeing in remote control receiver applications but if recent posts are any indication we think you’ll enjoy the use of a 555 timer on each of those boards.

The rest of the hardware is pretty common, a PIC 16F628 does the thinking while an L293D h-bridge drives the motors. Alas, we didn’t find a video, or even a description of the finished project. But there are full schematics, board layout pictures, and the code for both this vehicle and a second Tank version.

[Thanks Pieter]

SMS Controlled Irrigation

[Mhkabir] built an irrigation system that communicates by text message. The concept is simple, sending a text message to the system will cause it to switch on the water pump.

Many times we see text message manipulation via the Internet, or using a GSM module. But in this case an inexpensive cellphone is used as the communication interface. The vibration motor has been removed and those connections are monitored to signal incoming messages. Wire leads were soldered to the keypad contacts which allow an Arduino to send out text messages when there is a problem with watering. This isn’t an iron-clad system, as any incoming message will trigger the system and outgoing messages are limited to saved drafts. But a bit of creative programming and we’re sure more functionality could be squeezed out of this hardware.

Paper Accelerometers For Pennies In The Works

Cheap paper accelerometers? Put us down for a dozen to start. They’re not quite ready for mass production yet but it looks like they’re on the way.

[George Whitesides] led a team to develop the new technology that uses simple manufacturing methods to produce the sensor seen above. Graphite and silver inks were screen printed onto heavy paper. The single limb sticking out from the body of the sensor is a separate piece of paper that bends the carbon area when force is applied. This changes the carbon’s resistance which is measured using a Wheatstone bridge constructed by gluing resistors to the device.

It sounds unsophisticated compared to most of the accelerometer modules we’re used to, but if you need a sensor that detects sudden motion this sounds like the perfect part. Now who wants to be the first person to replicate this in their basement?

[Thanks Fabien]

Multitool Alarm System

Here’s a way to make sure you don’t leave your Leatherman multitool somewhere. It’s an alarm system that will start a timer when the tool is removed from the holster. After five minutes the module beeps to remind you to put the tool back where it belongs. Annoying? Possibly, but if you’re not done with your work just press the reed leaf switch on the module to reset the timer. A PIC 12F683 handles the timing and generates the waveform for the piezo buzzer. Perhaps this could have been accomplished with a dual 555 chip like the LM556 (one timer for the countdown and another for the piezo waveform) but the PIC has power-down modes available that should make the button batteries last a long time.

Daft Punk Module – Just Add Table

This is just an 8×8 LED matrix, but the size and execution make it look marvelous. [Michu] built this module using foam board dividers to separate the cells, a foam board back to host the 64 RGB LEDs, and a sheet of heavy frost diffusion gel that is a stage lighting product. The display is driven by a Rainbowduino with input from a processing sketch. The effects seen in the video after the break are quite pleasing, and are just begging to be installed in your next coffee table project.

Continue reading “Daft Punk Module – Just Add Table”

Ossmann Talks About Ubertooth At Schmoocon

[Michael Ossmann’s] talk from Schmoocon about his open source Bluetooth test tool called Ubertooth is now available to watch online. The video really fills in the gaps from the first time we looked at the project, as he covers why he took on the challenge, and what has happened since. He talks about how his work with the IM-ME helped in choosing hardware along the way, and the choices he made while developing the USB dongle. His hardware considerations included parts that didn’t require a nondisclosure agreement (keeping it open source) and that were available in single quantities so that individuals could build and populate their own boards quite easily.

We’ve embedded the talk after the break. The project is coming along great, and his Kickstart funds have almost doubled the original goal.

Continue reading “Ossmann Talks About Ubertooth At Schmoocon”

Four-axis Camera Mount Rides On A Wire

Here’s [Badwolf’s] team posing with their college project. It’s a 4-axis gimbal mount for a camera that they designed in CAD, cut parts using a laser, then milled them down to specifications. In the picture above there is a tiny point-and-shoot camera mounted inside the suspended ring but the rig’s strong enough to support cameras of any size.

That mounting ring can rotate like the hands of a clock, but it also pivots on a horizontal axis. The bracket that holds the ring can rotate on a vertical axis, and the entire assembly moves along the wire supporting it. After the break you can see some test footage that shows the rig being operated via a handheld radio controller.

This setup let’s the camera travel as far as the cable can reach. But if you want something that lets you take photographs of very tall objects you’ll need to use a different setup. Continue reading “Four-axis Camera Mount Rides On A Wire”