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.

Continue reading “XBMC Running On ARM”

Digital Tuner Reverse Engineering

hvr-1600-i2c-sniffing

Hackaday alum [Ian Lesnet] tipped us off about some reverse engineering of the HVR-1600, an analog and digital television encoder/tuner. The project was spawned when [Devin] noticed his Hauppauge HVR-1600 didn’t tune channels in Linux quite as well as it did in Windows. He had a hunch this was due to improper initialization settings for either the tuner chip or the demodulator.

To fix this he used two test points on the board to tap into the I2C bus. Using a logic analyzer he captured the command traffic from the bus while running Linux, then while running Windows. By filtering the results with a bit of Perl, and comparing them by using diff, he tracks down and finds the variation in the commands being sent by the two drivers. After a bit of poking around in the Linux source and making the necessary changes, he improved the tuning ability of the Linux package.

[Devin’s] work looks simple enough, and it is. The difficult part of this process is being smart enough to know what you’re looking for, and what you’ve got once you’ve found it.

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.

Bouncy IPhone Controlled Dance Lights

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

[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]

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]

Continue reading “Ps3 Laptop Courtesy Of Ben Heck”

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.

Samsung TV Firmware Hacking

tv-firmware-hacking

[Erdem] is leading up the efforts to reverse engineer Samsung TV firmware with a project called SamyGo. Official Samsung firmware uses the Linux kernel, making it a familiar system to work with for many developers. So far they’ve implemented NFS and SAMBA for sharing files over the network, improved playback from USB devices, and unlocked the ability to use non-Samsung WiFi dongles.

In order to make changes to the system, you need to enable a telnet connection on the device. The SamyGo team accomplished this by changing an official version of the firmware in a hex editor to start the telnet daemon at boot time. This altered firmware is then flashed using Samsung’s built in upgrade system. Once telnet is enabled, non-official firmware can be manually flashed.

We’d love to see this project expand to other TV Brands in the future. In fact, we were looking for something like this back in June when we realized that our Sony Bravia runs a Linux kernel and can be updated via USB drive.  Be careful if you want to try this out. We can only imagine the fallout after telling your significant other that you bricked a high-priced LCD.