Woot Lights And Mice Transplants

[Nathan Long] sent in two fairly simple mods he’s been working on. The first is the control of Woot-off Lights via LPT port. A computer checks Woot for the Woot-off logo, and if the logo is spotted, on go the lights. It’s really just a twist on the LED/Arduino email message system, but the creativity is nice.

His other modification is the stuffing of a Microsoft Intellimouse inside of a Logitech Wingman. With the goal of giving the old PS/2 mouse USB capabilities and removing the terrible ball. For those that are asking themselves “why bother? Terrible ergonomics, no scroll wheel, etc.” [Nathan] claims it’s for Quake 2 nostalgia, to each their own we suppose.

Porting Code To MSP430

I took a little time to look into porting code written for AVR in order to run it on the MSP430 architecture. It’s easier than you think, being mostly small differences like an extra step to enable pull-up resistors. But there is a lot to be learned in order to transition away from using EEPROM.

Since the TI chips don’t have EEPROM you need to use the Info Flash, a topic which I detail in the article linked at the top. This flash memory must be erased before writing because a write operation can only change high bits to low, not the other way around. And an erase operation clears an entire 64 kB segment, not just the bytes you want to write to. It’s different but manageable.

Oh, and if you were wondering, I ported the code I wrote for the garage door coded entry project.

Core3Duino (April Fools?!) And XDuino

It’s inevitable. You knew it, we knew it, and while this is being posted on April 1st; its no joke. [johndavid400’s] Core3Duino. As we mentioned before, with the additional Arduinos you have now 3 separate processors, allowing 24digital IO, 18 PWM, 18 analog inputs, and more.

Now to keep flamers at bay (calm down), we’ve combined this post with the introduction of xDuino. Yet another attempt at porting Arduino to separate hardware platforms. For the price of a Duemilanove you can have 5 serial, 48 IO, 18 analog, 68Kbytes of Ram and more!

[Thanks Kamil]

NES On ZipIt

[youtube=http://www.youtube.com/watch?v=uwxGQhtf4uU]
Going even further back in time than 4th gen, [Kevin] tipped us off to this project by [Hunter Davis]. It is a collection of software mods for Zipit’s Z2 instant messenging device. Some of them include allowing it to run (ports of) the Fluxbox window manager, FCE Ultra NES emulator, and (most impresively) the Java framework. The next leap in development, a SNES emulator optimized for the Zipit, is in the works. The Z2 runs Linux out of the box. This means you no longer have to reflash the device to add software, such as DOSbox (also introduced to the Zipit by [Hunter Davis]). Be sure to check out the video demo of FCE Ultra on the Z2 above.