posted Apr 19th 2011 11:32am by
Mike Szczys
filed under:
misc hacks

Runners that wear shoes with the Nike+ system can upload GPS data about their runs to the proprietary website. If you’ve been using this for a while you may be reluctant to switch to another service that works with the hardware because you don’t want to lose the historical data. Faced with this issue, [Robert Kosara] developed some software that can scrape Nike+ data. Not only did he write the code, but he also threw up a website that shows how well it works. EagerFeet lets you copy and paste your Nike+ ID for mapping on Google Maps.
Data is scraped from Nike+ and assembled as GPX files, which are backups of GPS data. From there you can use it for whatever you like. Since the code is available in a Git repository it’s easy to depend on it with your own projects, and still get updates if the scraping system needs to be changed in the future. Even if you don’t want to use the GPX files in your own projects, they can be imported on some third party exercise tracking sites if that’s what you’re interested in.
Of course you could try to pull the data straight off of your iPod.
posted Apr 19th 2011 9:01am by
Kevin Dady
filed under:
contests

Ludum Dare 20 is only 10 days away! Great, what the heck is Ludum Dare? Well its only the most awesome video game creation contest on the internet, thats what. While originally for the hardest of the hard core, it has recently been split up into 2 events so everyone gets to have some fun.
The Jam is pretty relaxed in the rules. Lets say you and 4 buddies want to make the ultimate zelda remix using fan sprites and free music. This is where you want to be. Its there to give people who want to join in the fun but not make serious obligations.
The Compo is the real deal for those who are insane, or really good. You are given a theme at the start of the contest and 48 hours. You must then work solo and create all original content to use within your game. You can however use premade frameworks, game engines, libraries etc to accomplish your goal, but if you really wanted to you could make a 3D engine with brain fu*k during the competition. (though I would not advise it)
Prizes include internet bragging rights, and quite possibility the best darn feeling of accomplishment possible IF you manage to come up with some form of game, based on a voted theme, by yourself, in less than 48 hours.
Be sure to check out the rules and guide page for all details and I hope to see you there.
posted Apr 19th 2011 8:01am by
Kevin Dady
filed under:
misc hacks,
software hacks

In part one of the Apple II weather display I quickly went over how data is fetched and phrased. Now its time to do something with it in part 2. In the order of functions I do the text parts first, and though its very similar to the process that the radar image goes through, its in monochrome and a bit simpler to explain. Before I go into how it works I should explain how I am dividing the Apple II’s screen.
Read the rest of this entry »
posted Apr 19th 2011 7:03am by
Mike Nathan
filed under:
Medical hacks,
wii hacks

Medical conditions that prevent individuals from being able to walk are difficult to handle, even more so if the patient happens to be a child. Shriner’s hospitals treat a good number of children suffering from cerebral palsy, spina bifida, or amputations. They are always looking for creative treatment methods, so their Motion Analysis Laboratory looked to some Rice University undergrads for help. They asked the group of engineers to design a system that would make physical therapy a bit more fun, while helping encourage the children along.
The team recently unveiled their project, called the Equiliberator. The game system incorporates a series of five Wii balance boards situated between a pair of pressure-sensitive handrails. The platform communicates with a computer via Bluetooth, registering the patient’s movements as he or she moves along the path. The software portion of the system consists of a monster-slaying game which requires the child to step on a particular section of the pathway to dispose of the oncoming enemies.
The game is designed to get more difficult as the child’s balance and coordination improve, encouraging them with an ever growing bank of points as they progress. The final goal of the project is to enable the pressure sensitive handrails to determine how much the child is relying on them for balance, offering in-game incentives to walk with as little support as possible.
We love seeing hacks like this which not only entertain, but truly help people in the process. Kudos to the team at Rice University – they have done a fantastic job here.
Continue reading to see a quick video describing the Equiliberator in the designers’ own words.
[via MedGadget]
Read the rest of this entry »
posted Apr 19th 2011 6:03am by
Mike Szczys
filed under:
peripherals hacks

Ever wanted to increase the battery performance in your wireless mouse? [Davetech] shows you the way with this guide for converting a mouse from AA to lithium batteries. We were delighted by his hack-tacular approach that seems to have a nice little work-around at each step in the process. He grinds down the plastic battery housing that is molded into the original mouse body, then uses an old Compact Flash card connector as a set of spring terminals for a Nokia cellphone battery. This battery has more capacity and recharges faster than non-Lithium AA cells. But unfortunately the spring terminals didn’t quite reach the recessed batter contact. No problem, he just builds up solder on the battery to bridge the gap.
[Davetech] manages to fit the entire battery inside the mouse and the pointing-device still works. Your mileage may vary by model (both battery and mouse). It is necessary to take the battery out of the mouse for recharging, but since this only happen about every couple of weeks thanks to the extended capacity it’s not too much of a hassle. Perhaps someone could carry this to the next level by adding a USB port and the necessary charging circuitry?
posted Apr 19th 2011 5:02am by
Mike Szczys
filed under:
led hacks

We love spinning POV displays but have yet to build one to call our very own. This project might be the one that we end up building. It’s looks good and it’s the only persistence of vision display that comes to mind which can be built in twelve hours.
The spinning is taken care of by a PC fan. This actually helps with some of the calculations as this fan spins at a know RPM. That information, along with a bit of geometry, can be used to calculate the timer interrupts for syncing the display. A reference point for this device is provided by an IR receiver/emitter pair which is easy to wire up since you already need a voltage source for the fan itself. The rest of the hardware is pretty common: a battery holder is centered on the axis for proper weight distribution and protoboard houses the components such as a PIC 18F252, 74LS373 data latches, and the LEDs themselves. The circuit is wire-wrapped, and works like a charm as evidenced in the clip after the break.
Read the rest of this entry »
posted Apr 19th 2011 4:02am by
Mike Nathan
filed under:
arduino hacks,
led hacks,
musical hacks

[Andrew] is an electrical engineering student at UIC, and decided that he would build a MIDI guitar for his senior design project. After tinkering for awhile, things were not looking good, and the MIDI guitar idea was scrapped. With his deadline creeping up, he came up with a new idea, the Guitarduino. His new project is a guitar that teaches you how to play chords and scales by showing you the proper notes to play via LEDs embedded in the guitar’s neck.
He removed the neck, and carefully drilled the holes that would eventually house his 130+ LEDs. The LEDs were wired to his Arduino via some multiplexing circuitry that resides on the back of the guitar’s body. The Arduino was mounted on the front of the guitar along with a shield used for communicating with his LED array. He built another shield that serves as the LCD display as well as the input board for his guitar.
The final result of all his work is fantastic. The user simply needs to dial in the chord or scale that he wants to learn, and the guitar lights up, showing the proper finger positions on the fretboard. We could see this coming in quite handy for anyone just starting to learn how to play.
Check out the video below to see a demonstration and walkthrough [Andrew] put together highlighting his guitar’s features.
Read the rest of this entry »
posted Apr 18th 2011 4:01pm by
Mike Nathan
filed under:
laser hacks,
security hacks

Instructables user [EngineeringShock] has been hard at work building a laser trip wire security system, complete with a combination lock. The security system works just like you see in the movies, employing an array of mirrors to bounce the laser across an opening several times in order to secure the space.
A PIC18F1220 micro controller sits at the center of the alarm and handles the majority of its functions. It takes input from the laser detection circuit, triggers the buzzer, as well as arms and disarms the entire alarm system. An LS7222 digital lock handles the passcode verification side of things, taking input from a 16-button matrix keypad, and telling the PIC when the proper code has been entered.
As you can see in the video below, the alarm system works and the buzzer is quite loud. There is one small problem however – the alarm only arms itself after the proper code has been entered and the lights have been turned off. The light sensing circuit he uses is too sensitive and can only operate in darkness, though he discusses the ability to add a more accurate sensing solution.
If you are interested in reading more about laser tripwire security systems, check out this similar passcode-based system, this alarm system built into a toy, and this Arduino-based alarm system.
Read the rest of this entry »