New AVR Simulator For Linux

simavr is a software simulator for the AVR line of microcontrollers. You might be asking why anyone would write this sort of thing considering the simulator provided with AVR Studio is a wonderful tool? Well, a lot of folks don’t run Windows and don’t wish to use that development environment even if Wine or Virtualbox could make it happen.

We haven’t tried it out ourselves yet. There is a discussion thread going that reports some positive results of using simavr with GDB and AVR Eclipse. It’s a new package, but so far it seems to have put its best foot forward. Currently there is support for ATtiny25/45/85, ATtiny13, ATmega48/88/168, andATmega164/324/644 chips. Several of the common on-chip peripherals are already supported with the others on the way.

Have you tried it out? Let us know what you think in the comments.

[IC Photo]

How To Use Wiimotes W/ Linux

[Sprite_tm] has whipped up yet another interesting tutorial – software-based this time. He basically describes how he connected his Wiimotes to an HTPC. A USB Bluetooth receiver, and a little bit of Linux scripting,  was all that was necessary to get the system up and running. To add to the fun, [Sprite_tm] configured a the controllers to work with MAME (an arcade machine emulator), allowing one to play Duck Hunt on a computer in its full glory!

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.

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.

Head-mounted Computer With Linux, WiFi

hmdlinux

Most wearable computers we’ve seen feature a head-mounted display tethered to a small PC system in a backpack or worn on a belt. Here’s a slick little system that does away with the cord, fitting the entire system in the glasses.

[Pascal Brisset’s] WXHMD is based on the tiny Gumstix Overo Fire computer-on-module which features a beefy, 3D-capable OMAP processor that runs Linux. The Gumstix is interfaced with a Vuzix VR920 head-mounted display that includes a three-axis accelerometer and compass. Tying these together is a custom video digital-to-analog converter board of [Pascal’s] own design, created using direct-to-PCB inkjet printing techniques. For less than $1,000 total in parts, the result is a spatially aware six ounce computer, with display and battery and all, that fits neatly over the bridge of one’s nose.

It’s a fantastic hack and a nicely documented project, though even the device’s creator himself questions whether having a pair of microwave transceivers and a LiPo battery strapped directly over one’s eyes and brain is such a good idea.

[thanks w3pt]

10gui: Multi-touch For All Ten Digits

10gui-multitouch-for-10-digits

The race for the next revolutionary input design is an ongoing event. [Clayton Miller’s] newest offering in the contest is a multitouch concept that separates the display from the screen and is meant to utilize all fingers. His video explanation includes a description of the physical input device, a software implementation, and a demonstration of how a finished system will work. After the break we’ll look at the hardware, the software, and the concept video. Continue reading “10gui: Multi-touch For All Ten Digits”

Hulu Desktop For Linux . . . Finally

hulu

The folks over at Hulu Labs have been busy it seems, as they have just released a version of their desktop client for Linux. Windows and OSX versions of the desktop client have been out for some time now, but Linux has been left in the dark. Functionality wise, it operates and plays videos identically to its counterparts. The Linux version can also be controlled via an IR remote. We certainly are excited to add this to our entertainment systems. The release is a bit of a surprise, but a welcome change to the usual treatment of Linux, and it’s nice to see the mainstream start to recognize it. Plus, this is just more ammunition for getting rid of those monthly cable/satellite subscriptions.