Toy Helicopter Charging Fix

[Onefivefour] was surprised that his E-flite Blade MCX radio controlled helicopter came with a charger that used AA batteries to recharge the lithium batteries in the flying unit. Yeah, that’s a bit crazy. He set out to modify the base unit to work with AC power. There are four batteries inside this base unit, one of them powers the charge detector circuit and the others are used to juice-up the chopper’s rechargeable cells. He took a 5V regulated charger from a Motorola cellphone and modified it to interface with the contacts for the three AA cells. Like the Magic Trackpad hack, he did this without altering the holder by cutting a couple of pencils to length and attaching the positive and negative contacts from the AC charger to them. Check out the video after the break for a walk though, noting how he still has the option to go back to battery power if he so chooses.

Continue reading “Toy Helicopter Charging Fix”

RF Control From Just About Any Device

[Mirko] is working on a library that will allow you to add RF control to just about any device. The only requirement is that the device be capable of running a Linux kernel, and that it have a few GPIO pins available. One example is fairly straight forward, a Netgear router. Many, if not most routers run a Linux kernel natively and most have solder points on the board for unused IO pins so patching into the hardware is very straight forward. Less obvious and much more impressive is the hack seen in the image above. [Mirko] built an SD card adapter cable and uses the contacts in the card reader to bit bang four-wire SPI to communicate with that RF module.

Power Adapter For Digital Cameras Without An External Jack

[Kusnick] is into using digital camera rigs for book scanning. The problem is that keeping the batteries charged is a pain, but there’s no external AC adapter jack which would allow him to use the mains. His solution was to build his own adapter to replace the batteries.

There are some fancy book scanning setups that allow you to just flip through the pages, but it’s much simpler to build a rig that uses two cameras. [Kusnick’s] setup is the latter, which means he’s found two inexpensive cameras that don’t need to be mobile. The first attempt at making an adapter featured a block of acrylic with the positive and negative contacts connected to a shielded cord which he then hooked to an external supply. The camera would come on and then turn off citing that the cameras were “for use with compatible battery only”. Turns out there’s some type of verification circuit built into the proprietary batteries. But the solution to that came quite easily; remove the circuit board from the battery and insert it in the adapter to trick the camera.

[Thanks Daniel]

Emulating Oric-1 Floppy Disk Hardware

This device is called the Cumulus and it’s used to emulate the floppy disk hardware for Oric-1 and Oric Atmos computers. These 1980’s era computers included an expansion slot to which you could connect a floppy drive. That module, called a Microdisc system, also included the driver circuit which means you can’t just use a modern-day floppy drive as a replacement. [Retromaster] sidestepped the need for magnetic media all together by building an SD card interface which emulates the original module. We can tell by the use of a color screen and clean board layout that a lot of love went into the project. A CPLD implements the communications protocol used by the Microdisc system and creates all of the registers that would have been found on the original hardware. A PIC takes care of the SD card communications and the user interface.

With the exception of comforting noises, we’d bet there are few who have fond memories of using floppy disks. No wonder we’ve been seeing hacks to replace them quite a bit lately.

Measure Earth’s Rotation With PlayStation Move

This somewhat odd-looking apparatus is being used to measure earth’s rotation. At the heart of the system is a PlayStation Move controller, used because of its dual-axis gyroscope which has the highest dynamic range compared to other available products like the Wii Motion Plus. It rests on a column perched atop a record player that was chosen because of its precision rotation rate. The two rings that flank the controller make up a Helmholtz coil which is used to cancel out the earth’s magnetic field which was found to be interfering with measurements taken by the Move controller. By recording data over time the experimenter can prove that the earth is indeed rotating, as well as ascertain longitude data and find true north. Check out the data-packed video after the break.

Continue reading “Measure Earth’s Rotation With PlayStation Move”

Plug-in Module Lies About News At Coffee Shops. Real Or Fake?

[Mike] sent in a tip about Newstweek, and we’re turning to our readers to tell us if this is real or if we’re being trolled. The link he sent us points to a well-written news-ish article about a device that plugs into the wall near an open WiFi hotspot and performs something of a man-in-the-middle attack on devices connected to the access point. The article describes the device above as it observes, then spoofs the ARP table of the wireless network in order to inject fake news stories in pages you are reading. Apparently once it boots, the small box phones home for commands from its maker over a TOR connection.

The box reminds us of the Sheevaplug so it’s not the hardware that makes us question the possibility of the device. But look at the Linux terminal screen readout. It shows a prompt with the word ‘newstweek’ in it. That’s the address of the site the article is hosted on, giving us a strong sense of being trolled.

What do you think, real or fake? Let us know (and why you think that) in the comments.

Stackable Macro Photography Rig

When taking macro photographs you lose a lot of clarity due to a reduced depth of field. One way to get sharp pictures is to take multiple shots at slightly different distances from the subject and then stack them into one image. There’s software to do this for you, but you still need a set pictures to start with. [Dsvilko] built this setup to easily capture a set of macro images.

He’s using the internals from an optical drive as a sled to carry the subject. A PICAXE drives the stepper motor that moves the carriage, which takes input from an IR remote control. This turns out to be a fantastic method as the sled can move in 0.2mm increments. After he’s got his set of images he uses Zerene to stack them together.

Bonus points to [Dsvilko] who used Linux command line tools to edit together the demonstration video embedded after the break.

Continue reading “Stackable Macro Photography Rig”