Automated Entry For A Garden Gate

[Dan McGrath] tipped us off about a solution for a problem that most people don’t have. He built a web-based entry system for his garden gate. This isn’t quite as original as that chain and sprocket dorm room system, but it does use a keypad for entry. [Dan’s] already got a web server and home automation box that is always running. He coded a webpage that presents a virtual keypad for code entry. If the right code is input the system unlocks the electronic strike on the other side of this gate. Since the interface is a web page you can load if from any web browser (an iPhone is used for demonstration purposes after the break). But if you don’t have internet access you’re in trouble; there’s no physical keypad. But we guess you could always just jump the fence.  Continue reading “Automated Entry For A Garden Gate”

Robotic Eye Surgery Controlled With Magnets

If you’re in need of eye surgery you might just find yourself strapped into this contraption. It’s a magnetic field generator used to manipulate a tiny, untethered probe. It’s called OctoMag and the idea is that a robot less than half a millimeter in size is injected into your vascular system and, through the use of those coils, it busts up blood clots in the small passages inside of the eye.

Once you’ve seen the clip after the break we’re sure you’ll agree that this is amazing technology. Nonetheless it makes us cringe to think of the procedure done on a living organism but we’re sure that fear will subside given time. For now this seems more like a treatment from A Clockwork Orange.

Continue reading “Robotic Eye Surgery Controlled With Magnets”

LEGO Host For All Of Your Prototyping Projects

[Deadbird] decided to use a LEGO 8880 Super Car as a host for all of his electronic tinkering. Throughout his blog (translated) you’ll find the vehicle with an Arduino MEGA interfacing various prototyping bits. It starts with the motors for locomotion, closely followed by a servo for steering. From there we see the addition of a breadboard and graphic LCD screen. So far he’s worked out the use of a PS2 keyboard as a controller and, most recently he’s interfaced a Wii Nunchuck.

We’re more used to seeing NXT kits adapted for wider use, but if you’ve got a nice kit like this one it makes a great base onto which you can add your own robotic elements.

Auxiliary Scoreboard Reads Status Directly From Memory

[StaticChanger] built a scoreboard to display his kill statistics from Halo for the PC. Yes, we’ve seen kill counters before, but we like the way that he gathers the data. This project is reading the score directly from an address in memory.

Using a program called Cheat Engine, the memory used by a program can be sniffed. After a few passes, the program will help you find a static memory address for your desired data. Once you have that it’s just a matter of using a pointer to that address in your desired programming language. In this case, a C# program polls the value and instructs an Arduino to display the value on a couple of 7-segment displays. Voila, the number appears next to your screen as you see in the image above.

1 Watt Laser Engraver

This laser engraver was built using printer parts, a CD-ROM carriage, and some homebrew electronic boards. The laser diode is a 1-Watt model similar to what we saw used as a weak laser cutter back in August. When the width of the material changes the focus of the laser is affected so the diode was mounted on a CD-ROM carriage (in the Z axis) for easy adjustment. The X and Y axes are made using parts from Epson Stylus 800 and Epson Stylus Color II printers. After the break we’ve embedded a video of the machine engraving some wood using EMC2 software on an Ubuntu box. It also boasts the ability to cut paper and some plastic but it can’t compare in power to a CO2-based unit.

Continue reading “1 Watt Laser Engraver”

Python Library For Emotiv EEG

Want to control things with your mind? The Emotiv EPOCH EEG is one of the best pieces of hardware you can get that is ready to be hacked into your project. Too bad the entry-level SDK will set you back $500. Or you can take advantage of [Cody Brocious’] work by using his Emotiv Python Library. He sniffed around the data coming in over the USB connection and discovered that it’s encrypted. With a bit of trickery he extracted the key and built the 128-aes decryption routine into his package. So far this just pulls raw data from the unit so it’s up to you to figure out how to properly filter the signals and differentiate which sensor corresponds to each data stream. But it’s a start, and hopefully it’ll lead to more mind controlled doo-dads.

Building A Power Supply Around A DC-DC Converter

The EEVblog is on a roll with interesting topics lately. In the latest episode [Dave] takes us through the nitty-gritty of switch mode power supply design. Using DC-DC converter IC’s in not especially hard. The datasheets tend to have fairly good usage schematics but there’s always a bit of heartache that goes into figuring out which external components will make for an optimal design. Get your calculator out and, in the video after the break, he’ll walk you through choosing component values based on the formulas for the MC34063 converter chip.

[Dave] makes the point that this is an extremely common chip, available from several manufacturers, and often found in consumer electronics. In fact, the switchmode supply hack from last month was using a regulator based around the MC34063. So you can buy it or scavenge for it. One thing to note though, we checked Mouser and Digikey and they’re pretty short on these chips right now. Plan your projects accordingly.

Continue reading “Building A Power Supply Around A DC-DC Converter”