XBMC On Xbox Keeps Going And Going

It’s no secret that XBMC just saw a major release with version 9.11 Camelot. What many don’t know is that development for the X in the name (Xbox) stopped two releases ago. That is to say that Team-XBMC no longer officially develops for the platform because of its inability to handle true-HD and many types of compressed content.

But, remember that this is an open source project. Just because the development team has moved on to more powerful hardware doesn’t mean the end of the 733 MHz wonder. There have been one or two folks maintaining the branch and backporting as much as they can.

It seems the that Camelot can now run on the original Xbox hardware. Both the skin and video playback must be set no greater than 720p to ensure smooth playback but that’s not much of a drawback considering that all video being played will still need to be upscaled to get to that resolution. There is also a repository of Xbox friendly skin hacks that allow newer skins to play nicely with the meager 64mb of ram available. So rejoice, you can have Camelot, and it’s crown jewel that is the new Confluence skin.

RGB Display Development

[SeBsZ] tipped us off that he’s working on a display using RGB LEDs. He’s etched some nice surface mount controller boards to carry the ATmega8 microcontroller and NXP PCA9635 drivers. This setup uses the I2C bus to address each expansion board of 5 LED modules. Theoretically this hardware would allow for 638 RGB modules but because of power and refresh rate issues he’s set his sights on reaching somewhere between 100-125, a total of about 25 expansion boards.

There’s not a ton to show off yet. But we expect big things from the project. Partly because one of his goals is to generate a display that can be rolled up and easily moved, and partly because his large-scale light bulb displays are so impressive. Take a look at the video of his 60-bulb unit after the break.

Continue reading “RGB Display Development”

Guerilla Theater Hits Two Wheels

[Tom] wanted to take the show on the road so he added lights to his bike using theater grade control hardware. The picture above shows three tail lights comprised of 195 LEDs. Built on perf-board, a DMX512 controller can display several patterns on each module. The lighting technician (bike pilot) controls the patterns through a series of switches on the handlebars. There’s several pages of details posted including schematics and firmware. This would bring a little extra fun the next time you ride in a Critical Mass event.

Hackaday Links: January 17th, 2010

Apple Magic Mouse on Windows

Looks like some folks snooped around the latest Bluetooth update from Apple and managed to extract the Magic Mouse drivers. Now you can use them to take this complex peripheral for a spin on Windows. [Thanks Juan]

Component jewelry: From geeky to gross

[Nikolaus] made a pair of 300k Ohm earrings for his wife. That’s three Brown-Black-Yellow resistors per ear. It’s geeky but in a subtle way. Much more refined than the gross outcome of this other guy’s crass nipple experiments. Need to get the image of nipple-jewelry out of your head? [Nikolaus] has you covered with some 3d printed earrings.

GTK GPS

Need your GPS data to be accurate within a centimeter? We don’t either but if you ever do, Real Time Kinematic GPS is what you need. Now you can build one yourself using the RTLIB package. This is based around the powerful and powerfully-inexpensive Beagleboard. [Thanks Jan]


Messy music

It warmed up here a bit this week and things got slushy. Our Galoshes are nice and water-tight but [David’s] have a big hole in the side and are filled with a mini-keyboard. He’s chosen a rubber boot as the housing for a circuit-bending project. It’s a nice touch that the hidden keys are still playable through the flexible rubber.

Free Day Recap Video And Book Recommendation

[youtube=http://www.youtube.com/watch?v=mgFayRF4M2c]

SparkFun’s free day came and went as entertainment for some and an infuriating event for others. They filmed some video in their office during the madness to give us a look at how it went on their end. We find it amusing that Solarbotics, one of their competitors, sent them flowers with a card reading “Rest in Peace SparkFun”.

According to [Nate’s] original post, the concept of free day was inspired by reading [Chris Anderson’s] book “Free: The Future of a Radical Price”. We recently finished reading this wonderful work and we’re making it our next book recommendation. [Chris] is editor-in-chief of Wired and has had a ring-side seat as the digital world rose around us. He takes a historical look at what the price of free really means, defining cost by adding more terms like Gratis and Libre to the mix. If you have a good handle on the companies that have defined the 21st Century business model so far you wont’ be able to put this book down.

Now, we should mention something that is remotely related to hacking since we try to do that sort of thing around here. The SparkFun post also reminds those folks lucky enough to get a $100 credit to chronicle and share their projects. We’d love to see them too so get your projects written up and send us the dirty details.

Developing Physical Controllers For The Uninitiated

[Dave] hosted a one day seminar at the Illinois Institute of Technology which focused on rapid electronics prototyping for those with little prior experience blinking those LEDs. As the defacto standard for novice prototypers it’s no surprise that he gave an Arduino to each team to use as the controller-computer interface. He started the day by getting the Firmata package up and running. Firmata is a set of libraries that make communications between software and a microcontrollers simple. In this case, each team developed a Flash game that used data from the Arduino as a control.

Several rudimentary games resulted from the day. We’ve embedded video of two of them after the break for your enjoyment. Lion Vs. Pig uses potentiometers, a distance sensor, and an arcade button to play a game of cat-and-mouse (well, Lion-and-Pig really). The other is Kick the Cat, a game that uses a flex sensor and force sensor combination as input. This is something of a virtual mini-basketball game that uses a springy material to launch a virtual feline at a target.

These teams already had a background in code, but the hardware was a new endeavor for them. Arduino helps to break down this cross-over barrier and we think this will result in more people to contribute to open source projects, and falling hardware prices due to a larger volume of demand.

Continue reading “Developing Physical Controllers For The Uninitiated”

IPod Peripheral: ISee360i Hacking

[James] has done some work reverse engineering the protocols for the iSee360i peripheral. This iPod addon is a media player housing that features a 3.6″ screen. It can be used to play video on iPods that don’t otherwise have the capability because it just uses them as a hard drive. He picked up the device at a discount chain for $15 and wanted to load his own videos directly from Linux without using the Windows-based software that comes with it. There’s the gotcha; even if you encode a video exactly the same as the device’s example video, it will be deleted the next time you fire up the iSee.

After some trial and error [James] reverse engineered all of the quirky requirements to load video manually. There are strict, case sensitive file naming conventions, every file must have a perfectly formatted thumbnail image, and an index file entry must be made for the video. He’s done the hard work of hammering out the details, now it should be easy to write a Python script to automatically format and copy your pre-encoded videos for use.