From the same person who brought you the NES toaster comes the Super Nintoaster. It looks like the most difficult part of the construction was extending the cartridge connector. The slider button works as the power button. The toast control now changes the brightness of the glowing red LEDs. Video introduction embedded below.
Author: Eliot1332 Articles
64pixels Are Enough
[Alex] put together this lovely minimal LED project. The square pixel matrix is soldered directly to the microcontroller in the same style as EMSL’s Micro-Readerboard. During the prototyping phase he used resistors to limit the current from the programming board. The final product doesn’t use resistors and manages the current draw by only turning on a single pixel line at a time. The illustrated assembly guide is very thorough and should help your create an equally compact device. Check out a video of it in motion below.
Sniffing Keystrokes Via Laser, Power Lines
Researchers from Inverse Path showed a couple interesting techniques for sniffing keystrokes at CanSecWest. For their first experiments they used a laser pointed at the shiny back of a laptop. The keystrokes would cause the laptop to vibrate which they could detect just like they would with any laser listening device. They’ve done it successfully from anywhere between 50 to 100 feet away. They used techniques similar to those in speech recognition to determine what sentences were being typed.
In a different attack, they sniffed characters from a PS/2 keyboard by monitoring the ground line in an outlet 50 feet away. They haven’t yet been able to collect more than just single strokes, but expect to get full words and sentences soon. This leakage via power line is discussed in the 1972 Tempest document we posted about earlier. The team said it wasn’t possible with USB or laptop keyboards.
[Thanks Jeramy]
Hackit: Xbox 360 Hardware Failures On The Rise?
Joystiq has been tracking the new starlet of Xbox 360 failures: the E74 error. It appears as the lower right light on the console turning red and an on-screen message telling the user to contact support with the error E74. The number of reported E74 errors seems to have risen since August 2008 and people are wondering if the more recent increase in errors are related to the release of the New Xbox Experience (NXE) Dashboard update. Did Microsoft reclass Red Ring of Death (RROD) failures as E74 to avoid warranty replacements? Continue reading “Hackit: Xbox 360 Hardware Failures On The Rise?”
IPhone 3.0 Adds Custom Protocol Support For Addons
In middle of all the adding features that should have been available day-one, Apple announced something really interesting for the hardware hacking community. The new iPhone 3.0 OS will support application communication over bluetooth or through the dock connector using standard or custom protocols. From Engadget’s coverage:
10:19AM “They talk over the dock, and wirelessly over Bluetooth. Things like playing and pausing music, getting artwork — or you can build your own custom protocols.”
10:19AM “Now here’s a class that we think will be really interesting — medical devices.” Scott’s showing off a blood pressure reader that interfaces with the iPhone — wild.
10:18AM “Here’s an example — an FM transmitter. With 3.0, the dev can build a custom app that pairs up with it, and automatically finds the right station and tunes it in.”
10:18AM “With 3.0, we’re going to enable accessory developers to build custom apps that talk directly to that hardware.”
No solid connection specification has been published yet. We’re excited about the prospect of developing our own accessory hardware, but we wonder what sort of hoops you’ll have to jump through. Apple doesn’t have the best track record when it comes to approvals. Just this week they denied MSA Remote client App Store entry; it’s a multitouch client that uses the standard TUIO protocol. Prepare for similar roadblocks in the future.
[via adafruit]
Arduino MEGA
Evil Mad Scientist Laboratories spotted one of the first images of the Arduino MEGA. The board is based on the ATmega1280 microcontroller, which has 128KB of flash,4KB of RAM, and 4KB of EEPROM. We haven’t seen any official specs yet, but the silkscreen shows 12 PWM connections, 36 Digital I/O, and 16 analog inputs. The post mentions 4 hardware UARTs and an I2C bus as well. No release date yet, but we can assume it’s soon since the hardware was already demoed at ETech.
Related: We added an Arduino category.
Zigbee AES Key Sniffing
[Travis Goodspeed] posted a preview of what he’s working on for this Summer’s conferences. Last weekend he gave a quick demo of sniffing AES128 keys on Zigbee hardware at SOURCE Boston. The CC2420 radio module is used in many Zigbee/802.15.4 sensor networks and the keys have to be transferred over an SPI bus to the module. [Travis] used two syringe probes to monitor the clock line and the data on a TelosB mote, which uses the CC2420. Now that he has the capture, he’s planning on creating a script to automate finding the key.