Football Hero

Saturday, October 31, 2009

footie

For Kasabian’s new single Underdog, they decided to do something original. After dreaming up a Guitar Hero style controller powered by soccer football players, they set out to make it happen. Using 5 wall mounted pressure sensors connected to a microcontroller, they hooked up the rig to a computer running Frets on Fire (an open source Guitar Hero clone) with a custom version of their single. After an afternoon of practice, the team was able to 5 star the song, and while this isnt the only or most complex Guitar Hero hack, we would love to have this in our house.

Video after the break.

Read the rest of this entry »

Read more...

Headpiece Jabbing for Smiles

Happiness_Hat

[Lauren] has created a facial conditioning device dubbed the Happiness Hat. The hat measures a sensor at the wearer’s cheek to determine if the wearer is smiling. When the hat does detects the wearer is not smiling, it activates a servo that prods the wearer. This project is fairly unique in that it provides haptic bio-feedback of what the body is doing, a similar project to the Happillow. While the Happiness Hat seems to work for treating the outward symptoms of unhappiness, this is but an early step towards the droud.

Read more...

Hot off the presses its Android 2.0 SDK.

androidemu

Today Google released the Android 2.0 SDK, allowing developers to begin writing for their latest cell phone platform. Unlike programming for Apple’s iPhone or Touch, however, there isn’t as much documentation on the installation and setup process. AndroidandMe steps in at this point for all those that have gone a muck by writing a very detailed how-to on the install process. So what are you waiting for, start now and you might just be the next Android Developer Challenge winner.

[Thanks Taylor].

Read more...

Xerox ink will print circuits

xerox-silver-bullet-ink

Xerox has announced a breakthrough in printable circuits. They’ve developed a conductive ink called “silver bullet” that can be printed on many different types of substrate to create circuits. The key part of the new ink is its lower melting point. Plastic film substrate melts at 150 degrees Celsius but the ink is liquid when ten degrees cooler to avoid damaging the film. This begs the question: how do you then solder components to the circuit?

The benefits of printable circuitry are obvious. Aside from cheaper and easier RFID, disposable circuits like greeting cards, and fabric-based electronics, we’re hoping this will facilitate more environmentally friendly PCB fabrication. That really depends on the ink’s production process and the resilience of the resulting circuitry.

[via Gizmodo]

Read more...

libTISCH 1.0 released

picview

[Florian] is proud to announce libTISCH 1.0 is finally ready for release. We told you about libTISCH just under a year ago and how it is a multitouch framework that factors more on the software side of things, instead of hardware for multitouch interfaces. A lot has changed including more widgets, more gestures, more hardware support, and some other nice features. If you’re looking into making your own multitouch surface, or making your own widgets for a multitouch surface – libTISCH would be a great place to start.

Read more...

Upgraded Atari 1024STf

atari-1024STf-case-mod

[Gerritt] wanted to give his crippled Atari 1024 STf a new purpose in life. He cracked it open and set to work filling it with some modern components. The keyboard from the nearly 25-year-old dinosaur doesn’t have all the keys we’re used to, nor did they all work, so he replaced the original with a 101 key model. The internal hardware was replaced with a microATX board, a picoPSU, Bluetooth and WiFi transceivers, a hard drive, and a slot-fed DVD drive. He even rebuilt the original mouse to use the circuitry from an optical mouse.

The final product is a 1.6GHz Pentium Mobile with one gig of ram. Now he has no need to pick up an EEE Keyboard PC when they hit the market.

Read more...

Read about trash-hackers… for free

makers-novel-cover

[Cory Doctorow] has published a novel about the near future and a couple of hackers who can make anything from the stuff lying around. We like a good sci-fi novel, and have no shortage of recommendations (go read Snow Crash) for those who need them. We’re adding ‘Makers’ to our must read list.

Not only is this book about you, but its release most likely agrees with your life philosophy. You can download this book, right now, for free, legally. This is because it has been release under the creative commons license. Best of all, if you like the book and want to make a donation, you are directed to purchase a book on behalf of a school or other program that has requested a copy but doesn’t have the funds to acquire it themselves.

So, buy the book if you want a physical copy, download it if you prefer that method, but either way we think this is better than stealing the printed word.

Read more...

Linux iPhone sync draws near

linux-iphone-sync-support

[Emuboy] lets us know about some software advances that will make iPhone and iPod Touch syncing possible under Linux. Apple made big changes to how the iPhone syncs compared to legacy iPods. Locking out all communications other than through iTunes was surely part of their motivation. This has left Linux users out in the cold with shoddy sync capabilities which should be coming to an end. If successful, syncing will be be possible with phones that have not been jailbroken.

One of the biggest hurdles in reverse-engineering the new protocol is the non-standard way in which the devices communicate over USB. The usbmuxd developers have been working to implement communications and now have a Release Candidate for the 1.0.0 version. Along with testing of this package, libgpod is now being updated to play nicely with the new database format and hash of the iPhone.

This isn’t quite at the plug-and-play level of convenience yet but if you’re comfortable working with Linux packages you should be able to get this working and help report any bugs you might find. But if you’re tired of open source playing cat and mouse with Apple you can always switch over to a device based on Android.

Read more...

Arduino “python” integration

vivarium

[Cyberspice] informs us she likes snakes. Hey, who doesn’t? She’ll soon be adopting a lovely ball python and wanted to keep close tabs on the sensitive creature’s environment. To that end she assembled a network-enabled vivarium monitoring system based on Adafruit’s Boarduino (a minimalist Arduino clone), a TMP36 analog temperature sensor, Saelig’s WIZ810MJ Ethernet interface, and a common LCD screen. The Arduino rig periodically issues updates to a web server, which can then generate informative graphs using a set of PHP scripts (what, no Python?).

Okay, so we could probably count on one hand the number of readers in need of fancy reptile monitoring and still have fingers left over. There are countless other applications where networked sensor monitoring of this sort is a frequent necessity, so the article could be a good starting point for your own projects. There’s lots of source code to work with, on both the Arduino and web server sides. And the parts list demonstrates serious frugality: the Boarduino, the generic LCD, and especially the Ethernet interface; even with the breadboard adapter, this unit is about half the cost of the usual Arduino Ethernet shield, leaving more funds available for the snake food budget!

Read more...

Processor built with Transistor-Transistor Logic

cpu-built-from-ttl

[Donn] wanted know exactly what is going on inside of a processor so naturally he built a CPU out of TTL components. He had previously built a couple of versions of a computer based on the Z80 processor. Using the troubleshooting skills he learned and a second-hand textbook, he set to work using 74LS series chips connected using the wire-wrap method we’re familiar with from other cpu projects.

The finished product runs well at 1.8 megahertz, but he also included a 2 hertz clock and a step clock for debugging. At the slower speeds, the register board (seen at the left in the picture above) lights LEDs and can be used to tell what the CPU is currently working on. Programming is accomplished through either a dumb terminal or a PC running a terminal emulator.

His writeup is from about five years ago but that didn’t prevent us from getting that fuzzy feeling in the geek-center of our brain when we read about it. It is well written and thorough so if you’re into this kind of thing there’s plenty to enjoy.

[Thanks Raleigh]

Read more...

How to create TrueType from an image

making-truetype-fonts-from-images

[Viacheslav] wanted his virtual terminal to have the look of a DEC VT220. He was unable to find a font set that looked just right so he set out to make his own TrueType font. He managed to find a sample image of the glyphs that the VT220 used as fonts. Using a collection of free software he sliced the image into 256 different parts, resized and converted to one-bit index images, and converted these to vector graphics. This was accomplished with a bit of python, an image tracing program, and font editor called FontForge.

Take some time to dabble with these font tools. With an adequate sample you should be able to reproduce any font set. We won’t achieve anything as sophisticated as the font printed with bacteria, but this will be a start in the right direction.

Read more...

Time-lapse courtesy of Arduino

arduino-time-lapse

[Ross] put together a small package for use with time-lapse photography. The Nikon camera he’s using can snap a picture when it receives an IR command. [Ross'] solution connects an IR LED to an Arduino to generate this signal. The delay between frames is set with a potentiometer that is read in through the ADC. This is quite a bit less involved than the last solution we saw.

The unit consisting of an Arduino clone, a 9v battery, and the IR LED on a cable is easy to fit into a camera bag. He’s posted the code and we’ve embedded an example of his work after the break. An enclosure as well as time references around the potentiometer would complete this handy tool.

Read the rest of this entry »

Read more...

Broken TV brought to life in LEGO body

LEGO-monitor-frontbanner

After letting it sit around for about 3 years, [Blake] decided it was time to fix his broken 15″ television. A little trouble shooting showed the problem was with the inverter. The backlight would come on for a few seconds, off for a few seconds, then repeat. By freeing the Magnavox 15MF400T from its metal case he got it working again, but couldn’t find the source of the short. His solution: build a new case out of non-conductive material. Voilà! We have the 15″ LEGO monitor.

It’s not a very complicated LEGO build, but it’s the first case mod we’ve seen in a long time that isn’t strictly gratuitous. Join us after the break for more pictures. Read the rest of this entry »

Read more...

XBMC running on ARM

beagleboard

The XBMC team has posted a teaser showing the current state of the ARM port of this popular open source media software. We’ve embedded it after the break where you can see the package boot up and playback HD video. In it we see that the system is decoding the signal well, but image rendering needs some tweaking before this will be ready.

The hardware used is a Beagleboard which runs a 600 MHz ARM processor, has OpenGL 2D/3D acceleration, puts out HD via a DVI port, and is selling for about $150. The 3″ by 3″ board can be connected to a network using a USB WiFi dongle. Although integrating XBMC by hacking TV firmware is a long way off, we’d consider velcroing one of these to the back of our HDTV and getting rid of the hulking PC behind the entertainment center.

Can’t wait for this version to hit a stable release and don’t mind using hardware that is just a bit bigger? Check out this guide for setting up XBMC on the $200 Acer Aspire Revo.

Read the rest of this entry »

Read more...

Name that thing

_guess_this_105_1

[Alan] over at HackedGadgets.com has been doing a “Name the Thing” contest where he occasionally posts an image and people try to figure out what it is. We’ve seen similar posts on some other web sites too. We usually don’t post them here because they’re not only not a hack, they’re usually not even projects. This one, however, caught our eye.

We apologize for posting this, without telling you what it is. The simplest explanation is that curiosity is getting the best of us. We were hoping that you guys could help out. What is this thing? Can we have two?

Read more...

Two-factor authentication using a hardware token

Friday, October 23, 2009

RSA-SecurID-hardware-token

We ran into a friend a while back who was logging into her employer’s Virtual Private Network on the weekend. She caught our attention by whipping out her keys and typing in some information from a key-fob. It turns out that her work uses an additional layer of protection for logging into the network. They have implemented a username, pin number, as well as a hardware token system called SecurID.

The hardware consists of a key-fob with an LCD screen on it. A code is displayed on the screen and changes frequently, usually every 60 seconds. The device is generating keys based on a 128-bit encryption seed. When this number is fed to a server that has a copy of that seed, it is used as an additional verification to the other login data.

This seems like a tech trickle-down of the code generating device from GoldenEye. It does get us thinking: with the problems free email services have been having with account theft, why aren’t they offering a fee-based service that includes a security fob? With the right pricing structure this could be a nice stream of income for the provider. We’re also wondering if this can be implemented with a microcontroller and used in our home network. As always, leave comments below and let us know if you’ve already built your own system using these principles.

Update: Thanks to Andre for his comment that tells us this type of security is available for Apache servers. The distribution includes a server side authentication system and a Java based token generator that can run on any handheld that supports Java.

Read more...

Brain control for the Arduino

brain-controlled-arduino

When we hear about a brain controlled Arduino project we immediately think about a coding nightmare. As always, the simple hacks are the best hacks. [Joel] and [Akshay] used hardware from a kid’s game as a brain interface for an Arduino.

We came across the video (embedded after the break) of their work and asked for more info on what we thought was an incredibly difficult hack. It turns out they purchased Uncle Milton’s Force Trainer which uses a headset to measure brain waves and has a base unit that reacts to these measurements. Hacking into this device didn’t require reverse engineering of anything. They took the easy route, and tapped into the five LEDs on the base unit. As the game measures greater levels of concentration, it lights up more LEDs.

So far tapping into the game is just a proof of concept. It’s up to you to implement a brain controlled beer bot.

Read the rest of this entry »

Read more...

Boombox warns construction ahead

construction-sign-boom-box

[Sam] built himself a boom box using salvaged parts and a car stereo. The case was cut using a CNC router he had access to at his school. The front panel is cut from a “Construction Ahead” road sign. The size of the case is based roughly on the rotting enclosures from which he pulled the speakers. He’s included connectors for external speakers as well as a USB charging port. The unit is powered by a gel battery and is recharged using an automotive battery charger.

A boom box lets you take the party anywhere. We like this one because of the pop art feel of the finished project.

Read more...

well engineered diy Segway

diy-segway

[Mark] wanted a Segway but why buy something if you can have more fun building it? His end product is an amazing homemade version of the self-balancing transportation package. We’ve seen several projects that include auto-balance, but this one is large enough to ride on and has a bit of an advantage in the design. The motors, batteries, and other components are mounted below the wheel hubs and are weight balanced. This means that the device wants to find balance naturally, even when the electronics are switched off.

The frame was modeled in CAD and then welded together. For propulsion [Mark] has installed two 750 Watt motors which will use sprockets and chains to turn the wheels. The machine balances based on data from both a gyroscope and an accelerometer, with the entire packaged tied together using an Arduino.

[Mark's] build log is well laid out and details each part of the build with a different post. His two most recent entries include video of the unit balancing and of him riding the 95% completed project. A big thanks to [Mark] for taking the time to document this so that we can share in the excitement of a well-executed project.

Read more...

freeBOOT gives the Xbox 360 JTAG hack new life

xbox360-freeBOOT-exploit

There has been another development in the never-ending battle that is Microsoft trying to keep its gaming system closed to unauthorized use. Xbox-scene reports that a new hack called freeBOOT v0.01 allows the Xbox 360 to upgrade to the newer kernels, but allows the option of rebooting to an older kernel in order use the JTAG exploit and gain access to the hardware.

In case you missed it, the JTAG hack is a way to run homebrew code on an Xbox 360. Exploiting this hack makes it possible to boot a Linux kernel in about five seconds. We’ve long been fans of the homebrew work done with XBMC on the original Xbox and hope that advances like this will lead to that end. We want this because the older hardware cannot handle high definition content at full resolution but the Xbox 360 certainly can.

This exploit is still far from perfect. It currently requires that the Cygnos360 mod chip be installed on the system. A resistor also needs to be removed from the board to prevent accidental kernel updating. That being said, this is still progress. If you’re interested in step-by-step details, take a look at the text file instructions provided.

[Thanks wdfowty]

Read more...

Ps3 laptop courtesy of Ben Heck

ps3s_hero1

[Ben Heck] may be the coolest person ever (take that [Adam Savage]). You would think that after producing so many laptop versions of gaming consoles he would grow tired or we would be bored of them. But no! We love each and every new production – including his latest laptop-ified Ps3. Not too much in the terms of ‘new’ comes from his latest article, but it does reaffirm some things including: why make what you can buy, cheap foam sheet should be purchased by the ton, and use the screws from an overheated Xbox 360 when you lose the Ps3 originals. Oh, and [Adam] we were just kidding, you know we will always love you. Check out a video after the break.

[Via Ps3Mods]

Read the rest of this entry »

Read more...

Bouncy iPhone controlled dance lights

[John Boiles] introduces us to dimlet, his portable network controlled light dimmer. Inside the box is a fonera 2100 router that is running openWRT connected to an unnamed AVR microcontroller. Right now, he’s controlling the unit with his iPhone. It has three modes of control; a manual “slider” mode, an accelerometer controlled “dance” mode, and a programmable “tap” mode. You can download all the source code and schematics on his site.

[via Makezine]

Read more...

Ski bot

[Bojan Nemec] has come up with a robot that can ski better than us. Not that skiing better than us is a hugely lofty goal. The bot is capable of skiing using standard, off the shelf skis. It has a dual computing system. One system only does steering and balance while the other does all the vision and control. He’s using the carving technique of skiing, stating that normal skiing is just too hard for a robot. That sounds like a challenge to us. You can check out the blooper reel, which is still better than us, after the break.

Read the rest of this entry »

Read more...

Yahoo hires strippers for hackers

hack-girls-1

Yahoo has issued a public apology for an event that occurred at their recent Hack Day in Taiwan. Apparently they hired strippers for the event, two years in a row. The girls did their usual bump and grind all over some poor hackers. Poor guys. While there is a part of us that says, “what about the little girls getting into hacking?” the other part of us says, well, you know what it says. Wow, we’re suddenly feeling the urge to use yahoo for all of our services. How peculiar.

[via BoingBoing]

Read more...

War monument hacking


war-monument-hacking

[Timo] tipped us off about a War Monument that has been… upgraded. The story starts when a monument was erected in Cherkassy, Ukraine to commemorate the ultimate sacrifice that was made by Russian soldiers during World War II. The huge statue and expansive plaza were capped off by an eternal flame. Unfortunately, when the Soviet Block broke up, the natural gas that had been provided by the government became a luxury so the flame was extinguished.

The eternal flame sat unlit, a sad commentary to the remembrance of the dead. But how to fix this issue? As cell phone companies came into the area, a need for cell phone towers arose. At some point a solution was reached; a cell phone tower was built in the bowl of the eternal flame and then wrapped with an LED marquee. The marquee now displays the image of a flame in perpetuity.

We’re not quite sure what to think about this. After some adjustment, the substitution of LEDs for flames will probably become accepted. The monument is now providing a useful purpose for the living, and once again shows a flame. We think that having something there showing that the memory is still alive is much better than the message an unkempt derelict sends.

Read more...

Mind control via serial port

brain-control-via-serial-port

[Zibri] found a very simple method for using brain waves as a controller via a DB9 serial port. He’s using Uncle Milton’s Force Trainer which we saw yesterday in the brain controlled Arduino. In that project the Arduino tapped into the LEDs and interfaced those signals with a computer via USB. This time the connection was made using an RS-232 transceiver to pass data from the programming header inside of the toy’s base unit to a computer over the serial port. Tapping into the programming header has a lot more potential and should be more reliable than sniffing logic out of LED connections. [Zibri] has written an application to display the received data but it doesn’t look like he’s made the code available for download.

Apparently he tipped us off about a week ago. We recall seeing this submission but as you can tell it’s a little bit light on the detail. So if you want your tips to be at the front of the line, make sure you do what you can to fill us in on all the details of your project. At our request [Zibri] provided a picture of the PCB from the Force Trainer’s base unit. See it after the break. Read the rest of this entry »

Read more...

Bluetooth cartridge for Nintendo DS

bluetooth-cartridge-nintendo-ds

We’ve received tips from a few different people about a new Bluetooth module that connects as a game cartridge for the Nintendo DS. This is a homebrew solution and not an official Nintendo add-on. The cartridge houses an ATmega168 microcontroller which provides the interface between the DS and a Roving Networks RN-41 bluetooth module.

They’ve provided a schematic for the device but we didn’t see any board artwork or pictures of the internals so you’re on your own for board layout. The libraries needed to use the bluetooth connection with homebrew software are up for download. This should provide a nice way to use the DS with a Bluetooth GPS module, or perhaps as a discrete Bluetooth sniffer and spoofer.

Read more...

Gear clock

Analog clocks now a days get no respect. Everyone is digital this, or binary that, and we admit it is nice to look over and see the time promptly displayed. But there’s something about the quiet ticking and ominous feeling you get when around a large intricate clock that you know some serious time has been invested.

Nostalgia feelings aside, [Alan] from Hacked Gadgets introduced us to his Gear Clock. While it’s not a new idea, and in fact we have a few around the office, his concept really inspired us. His clock is driven via stepper motor and a PIC, allowing for the time to be fairly accurate. The only small problem he mentions is the poor paint job, but we think it looks amazing regardless.

Read more...

Hackable Geiger Counter

SFE_Geiger_Counter

[Aaron] A.K.A. [A1ronzo] at SparkFun has put together a hackable USB Geiger Counter. In his tutorial, he gets the Geiger counter to work as a random number generator. Later, he analyzes and discusses how well it works as a random number generator. In the past, we have seen a number of radiation detectors hacks such as the Mr. Fission digital Geiger counter, a count accumulator, and a Polonium detecting pen, Besides our inital thoughts of speeding up the number generation, and using it as a special character device, what else can you come up with to do with this device?

Read more...

Magic Mouse and MacBook teardowns

magicmouse

The folks at iFixit must hold some kind of record for fastest-voided warranty. It’s been less than 48 hours since Apple unleashed a torrent of new computers and peripherals, and they’ve already set upon the new wares like a pack of ravenous, spudger-wielding Velociraptors, photoblogging the splayed entrails for our edutainment.

The refreshed MacBook holds few surprises, resembling a Star Trek teleportation mix-up between the prior 13″ white MacBook and the current 13″ MacBook Pro. It retains a white polycarbonate case much like its predecessor while adopting a subset of the Pro’s components — CPU and GPU, glass trackpad, Mini DisplayPort, and the long-lived but sealed battery. Internally the system is still a maze of different-sized Torx, Phillips and tri-wing screws, but they do report this latest revision to be easier to dismantle for repair.

More novel inside and out is the new Magic Mouse, which early reports suggest may finally redeem Apple’s eleven year train wreck of mice. There’s not much to see on the bottom half — it’s a typical wireless mouse consisting of batteries, laser tracker and a Bluetooth chip. The top is something to behold though, with nearly the entire surface encrusted in capacitive sensors capable of gestural input. It resembles a miniature version of this electrostatic interface we saw in April.

No teardowns of the new iMacs, Mac mini or Time Capsule have taken place yet, but it’s surely just a matter of time. Even Velociraptors need to eat and sleep.

Update: 27″ iMac teardown added. Rawr!

Read more...

Score online with robot soccer

robot-soccer

[Erik] and [Heni] have been using soccer as a way to improve code development techniques in robotics. Their soccer playing robots won first prize in the development competition at the 2007 RoboCup competition. They are using a teaching method they call Kinesthetic Bootstrapping to program the motions of the Bioloid robotic platform. The robots are moved by hand and those motions are recorded twenty times per second. The recorded data is then optimized in software and ready for playback in the robot.

After the break you’ll see a video of the robots playing soccer against each other. They receive commands from a computer via zig-bee with Nintendo Wii remotes as the user interface. That’s all fine and dandy, but perhaps you should try your own hand at a game. [Erik] and [Heni] developed a web interface that allows you to control the bots over the internet. We tried it out yesterday and had quite a bit of fun. We set the video stream to “Spectator” and “Jpeg Server Push” to get an image. You’ll have to wait until next week to play because the bots need someone to pick then up when they fall over. Live play is scheduled for Mondays and Wednesdays from 4-6pm GMT+2. That should give you plenty of time to program your Arduino to say “Gooooooooooaaaaaaaaaaaaaalllllllllll!!!” when you score. Read the rest of this entry »

Read more...

Driving USB peripherals with Arduino

arduino-driving-USB-keyboard

Circuits@Home have managed to host a USB keyboard with an Arduino and display the keyboard inputs on a character LCD. This uses the USB host shield we covered in August. That host shield includes a MAX3421 which is used here to drive the character LCD.

The control code for the keyboard ends up being fairly simple. The keyboard is polled for entries. The HID input is then examined and converted to ASCII codes for use with the LCD screen. This could make for an excellent controller or debugger for embedded systems. The Arduino, shield, and LCD could be integrated into the keyboard itself with an I/O port for connecting to your project. Commands can be typed out and sent through the I/O port when enter is pressed, with feedback displayed on the screen.

The example code provided with this project lays out the framework for hosting peripherals. We’re looking forward to more projects, and code libraries that take advantage of this new functionality.

Read more...

Drone Lab brings the excitement of Hypnotoad home

Drone-lab-hypnotoad

[Peter] tipped us off about his new synthesizer kit, Drone Lab. It has the things we look for a synthesizer: knobs, inputs, switches, wacky sounds. You can get your soldering on with the kit version, or buy these pre-built. Peter bills this as an open source kit but we didn’t see board artwork, just a schematic.

What we didn’t expect is its ability to mimic the Hypnotoad. As seen in the video after the break, the glorious sounds of your favorite television show can now be created in your own home. If you’ve never seen an episode of the Hypnotoad (gasp!) we’ve got that covered after the break as well.

ALL GLORY TO THE HYPNOTOAD!

Update: PCB artwork has now been posted just below the schematic.

Read the rest of this entry »

Read more...

Psystar taunts Apple a second time

psystar

As if bankruptcy shenanigans and an unresolved exchange of lawsuits with Apple weren’t enough, Mac clone maker Psystar is really swatting the beehive now with the release of Rebel EFI, a $50 software package that promises a straightforward installation of Mac OS X on a variety of commodity x86 systems.

Setting up one’s own “Hackintosh” system has traditionally been a painstaking process of duplicating the OS install disc and fiddling around with various kernel extensions. Rebel EFI claims to do away with all this, bringing click-and-drool simplicity to the Hackintosh experience. The package can be downloaded free of charge in order to test compatibility with one’s hardware before committing to buy; in this trial mode, the system is limited to two hours run time. Minimum requirements include an Intel Core 2 Duo, Core 2 Quad, Core i7, or Xeon Nehalem CPU.

Normally we’re all for voiding warranties, challenging EULAs, and sticking it to The Man, but some have been calling Psystar’s underdog image a charade, claiming the commercial Rebel EFI software is simply an uncredited derivative of open source efforts such as the Chameleon bootloader. Whether or not this proves true, it will be interesting to see how this whole surreal skit plays out between Apple, Psystar and the open source Hackintosh community.

Read more...

Unreasonably bright bike light apparently hunts deer

ureasonably-bright-bike-light

[Jukka] wanted a bike light that wasn’t afraid to go into the woods during the dark winter. He put together a lamp that uses eight 3 Watt LEDs to pump out 1680 lumens (english translation). The high power LEDs were mounted on a large aluminum heat sink and use lenses to optimize the beam of light. The system uses a 2 amp driver board that he assembled himself. Power is provided by sixteen AA Nickel Metal Hydride batteries that are housed along with the driver circuit in a water bottle.

This more than doubles the output of the last bike light we thought was too bright. Where will this lumen-arms-race stop?

[Thanks Sami]

Read more...

Make your own SNES games with developer cartridge

snes-developer-cartridge

Have you always wished that you could develop games for the Super Nintendo but couldn’t because you were only 4 years old when it was released in 1990? Here’s a second chance. [Max] and his team have created a SNES developer’s cartridge that allows you to load your own code, run it on the SNES, and debug as needed. At its core is an Atmel AVR ATmega644 that is running a boot loader, allowing for firmware updates via USB. Once the system is powered on, ROM code is sent over USB to the 16 megabits of onboard SRAM. A debug terminal can be connected with an RS232 converter, providing status information and allowing some register manipulation.

We can believe there are a few hardcore SNES fans out there who will take the time to write custom code. We could also see this being used for the purposes of SNES sythesized music. But is there a wide demand for this type of hardware? If you’ve ever looked into developing for the SNES, let us know in the comments.

Read more...

Hot air pencil for under $20

hotairpencil20usd1

Here’s a project from back in 2001 that might be of interest to some of you. It is a guide on how to build your own hot air pencil for SMD soldering. He is using a super cheap 45W soldering iron from “the shack” combined with a pump type desoldering tool and an aquarium pump. He says it works pretty well, and we don’t see why it shouldn’t. This is a pretty elegant solution. There are also some more recent versions of this mod, but the idea is basically the same.

[thanks Stuart]

Read more...

Poddwatt: Tube amp with mp3 in mind

poddwatt

[Bruce] has designed a push-pull tube amp that has enough gain to connect to a portable audio player. The design is closely related to his OddWatt offering from a few years ago. The new amp has many redesigned circuits and the new hardware choices drop the price tag of the parts by about $50.

This little wonder pumps out 5-7 watts and [Bruce] is please with the end result. It doesn’t put out quite as much low-end as the KT88 amp we saw last year, but compared to some other iPod speaker solutions this provides stellar audio.

Read more...

SparkFun gets a cease and Desist

CandD

[Nate] over at SparkFun Electronics has posted a cease and desist letter he received from SPARC industries. Apparently their legal department feels that his name is close enough to theirs to ignite a legal battle. They are demanding that he transfer his domain to them immediately to extinguish the flames. This all seems a bit silly, his name isn’t really at all like theirs and his product isn’t similar either. To add to the peculiarity of this, going to their site throws up a big red malware warning for us (in chrome).

[thanks IraqiGeek]

Read more...

Halloween props: Skeleton springs from coffin

skeleton-from-coffin

[Tony's] trying to scare the kids again this Halloween. This year’s creation is a skeleton that springs up from a coffin. His creepy coffin is built from plywood and in the classic style it gets narrower at each end. Inside, there’s a full-sized rubber skeleton affixed to a 2×4. Pneumatic rams are used to lift the lid and spring forth the skeleton from the dead.

He’s planned his performance well. The finished system uses a fog machine and looped audio for ambiance. A motion sensor detects innocent victims approaching, kills the music, opens the coffin lid, and adjusts the lighting. The coffin is right next to the door so when the doorbell is pushed and the skeleton springs upright this should scare the bejesus out of you. See how effective this in the video after the break. Read the rest of this entry »

Read more...

Review: The Manga Guide to Electricity

Sunday, October 4, 2009

title

“The Manga Guide to Electricity”, part of “The Manga Guide” series by No Starch Press, is a novel approach to the old problem of getting over the initial mental block when trying to learn electronics.

We decided to compare this book to another introductory text: “Getting Started in Electronics” by [Forrest M. Mims]. [Mims]‘ book is a handwritten masterpiece of electronic literature. The writing style is friendly and concise, the examples are simple, and the drawings are excellent. It also makes sure to keep the learning process as application based as possible. Unlike other books, it doesn’t bog the reader down with math and theory that is only useful to advanced students. Since its original printing in 1983, [Mims]‘ has become the de facto standard for beginner electronic literature. Read the rest of this entry »

Read more...

Mac tablets made by fans


Macintosh makes a lot of wonderful pieces of technology, but they do not make a tablet. Pictured above is the Modbook, the closest you can currently get to a Mac tablet. Though not officially built by Apple, they are an Apple Premier Developer and that isn’t too shabby.

Several people have taken it upon themselves to fashion Mac tablets of their own, varying from extremely professional looking finishes down to duct tape and wire. Lets take a look at some of the more popular ones out there.

Read more...

Dell tablets support multitouch



Dell announced today that it will be offering a free multitouch upgrade to their Latitude XT tablets. You may remember Microsoft using an XT when they first demoed the multitouch features in Windows 7. Dell’s new firmware update will allow users to scroll, scale, and assign macros to other gestures. The laptop is using capacitive touch technology, so don’t expect accurate tracking of multiple fingertips. We’re happy to see a manufacturer take time to roll this out even if widespread adoption probably won’t happen. Now to see if some one can get it working with OSx86. As with most technology we encourage you to build it yourself.

[via Gizmodo]

Read more...

Install Debian on the Nokia N810


The Nokia N810 tablet is a great buy, especially for hackers. It already ships with a Linux-based operating system, called OS2008, which is based upon Maemo 4.0. However, for those who aren’t fans of OS2008, you can install Debian easily with some patience and an extra memory card. The Debian install includes OpenOffice, Firefox 3, AbiWord, and IceWM. You should be aware that there are pitfalls. Some of the applications run slowly, and you may be in danger of losing data if you run into problems.

[via Unwired View]

Read more...

Pen based input improvements


Lately we’ve been focusing on multitouch technologies, but that doesn’t mean there isn’t interesting research going on in other areas of human-computer interaction. [Johnny Lee] posted a roundup of some the work that [Gonzalo Ramos] and others have done with pen based input. The video embedded above shows how pressure can be used to increase control precision. Have a look at his post to see how pen gestures can be used for seamless workspace sharing and how pen rolling can give additional control.

Read more...

Nokia Booklet and N900


21nokia-booklet-3g-group

Nokia is currently one of the leading phone providers and intends to jump higher on the scale with the Nokia N900 powered by Maemo. But what wasn’t expected was for Nokia to step into the netbook pool. Called the Booklet 3G, it sports 10.1 inch high(er) resolution display with HDMI output. For connectivity you can take your pick of 3G, WiFi, and Bluetooth. All wrapped up in Windows 7 with a whopping 12 hour battery! However, the problem with all these features is the price tag might eat a hefty hole into your pocket book. That’s not going to stop us from trying to get our hands on one, of course. Anyone have any hacks planned yet?

Read more...

Look at Your Gerber Files with Gerbv

gerbv_with_loaded_gerber_files

Tired of making kindergarten macaroni art PCBs? Check your Gerber files before you send them off to a fab house with a Gerber file viewer. Viewplot , GerbTool’s Viewer , and FAB 3000 Free DFM are all free versions of for-pay software to view your Gerber files. If you use Windows and demo software, these are nice options. If not, you can use gerbv. Allied with gEDA, Gerbv is free, open source software that you can use to view all of your RS-274X Gerber files and Excellon-type drill files. Still being worked on with an active development group, gerbv does not have all the bells and whistles, it does have the ability to delete objects. Check it out after the break. Read the rest of this entry »

Read more...

Refillable CO2 cartridges

co2

For those who use these little cartridges, you know how quickly the price can add up. [steve] takes us through the process of adding a valve to a spent cartridge so it can be refilled. Over all, it doesn’t seem too difficult, and [steve] offers lots of tips to increase longevity and reliability. It isn’t very often that we show a hack here that doesn’t involve some kind of electronics, so take a break from the resistors and microprocessors for a moment and enjoy.

[thanks Wolf]

Read more...

Road sign hacking

zonbix

We’ve all seen these on the side of the road and wondered how we could change the message. It turns out that it is actually pretty easy. There’s a keypad inside for programming that is often still set with a default password of “DOTS”. Even if the password has been changed, you can reset it right there pretty quickly. We shouldn’t even need to warn you that it is illegal to tamper with these, so unless there really are zombies ahead, you probably shouldn’t mess with it.

[via Neatorama]

Read more...

Automated shooting range

targets

[Steve] was discussing airsoft with a friend when he came up with this idea. His friend was lamenting the lack of “action” style targets for their airsoft hobby. [Steve] took this as an opportunity to make his own automated target system. The targets themselves are made from Construx, a paper target and a piece of cloth to stop the airsoft pellets. Controlled by an Arduino and an ioBridge module, it has a web interface so he can switch programs from up range. You can see a video example of him shooting some targets after the break. Next,he should make it twitter where each target was hit.

Read the rest of this entry »

Read more...

Twittering toots, a chair’s perspective

twit

We might have to add a category of “stuff made to twitter”. The latest installment is an office chair that twitters whenever it gets farted on. The author has a smart sounding description as to why he decided to make this, and he has a pretty good point about twittering interrupting the things you’re twittering about, but it all boils down to the fact that he wants to twitter his farts. We can’t say that we didn’t expect something along these lines. He has mounted a natural gas sensor in his chair, along with a squidbee wireless transceiver. You can download all the code as well as see the construction in the instructable. You can also follow his flatulent adventures on the twitter account of the office chair.

Read more...

Pressure sensor tutorial


FSR402_MED

[Ladyada] has released this tutorial on using pressure sensors. They cover everything from the basics of their construction through how to connect and read data from them. The elegant sensor pictured above is available through the adafruit store, but you could always build your own.

[thanks pt]

Read more...

Face tracking in Opera

Inspired by this year’s april fools day joke from Opera, [Jason] has made facial gesture recognition actually work. While this may seem like a silly project, it could seriously help some people out. This could be a great accessibility tool for people with motor control limitations.He states that it has some problems right now, most notably a performance issue with extended use, so he’s hoping to get some input from some bright minds.

[thanks, Jordan]

Read more...

Clever stair climbing robot

Stairs are one of the most commonly faced mobility challenges for a robot. This robot’s design eliminates the need for a complex drive train or computer, and instead uses a clever mechanical design to climb stairs. Version three of the robot uses five servos modified for continuous rotation, a Picaxe28, sharp IR sensors, and bump sensors.

[via BotJunkie]

Read more...

Midify now available



The people at Division 6 have begun selling Midify, a board that add a MIDI port to an DS and many other Nintendo handhelds. The board has 12 outputs, plus two for power and two for the MIDI port. Configuration and mapping are also very simple. This is the same board that was used to add MIDI control to a microwave.

[via Matrixsynth]

Read more...

Nintendo DS homebrew music apps roundup


The fine folks at remaincalm.org, who brought you the wireless mcu controller dsmcu, have put together a list of 24 homebrew music apps for the Nintendo DS. We’ve mentioned programs like Protein[DS] before, but the list has others like this monome emulator. If you notice anything they’re missing, let them know and they’ll be sure to add it in.

[via Waxy]

Read more...

Hack Guitar Hero DS into a guitar controller


[Eric Ruckman] sent us this awesome Guitar Hero hack. He wanted to get a more “true to the series” game play out of his DS when playing Guitar Hero: On Tour. If you’ve seen the adapter that comes with it, you’ll understand his desires. He found a wireless PS2 Guitar Hero controller on EBay to hack.

He’s cut a hole in the controller and removed all the guts. In the picture above the DS fits in the hole to allow strumming in the correct position. The controller buttons are connected to the DS by wiring into the adapter. He’s added an FM transmitter to the controller so he can play the sound through his home sound system.

Read the rest of this entry »

Read more...

  © Blogger template Brownium by Ourblogtemplates.com 2009

Back to TOP