TIME’s Best Inventions Of 2008

tesla

Attempting to put our past behind us as quickly as possible, TIME has released what they feel are the best inventions of 2008. While there’s some pretty wishy-washy lab-only stuff on the list, we’re glad to see a lot of cool hardware made the cut. Some of our favorites are: The Tesla roadster proving electric cars can be fun. IBM breaking the petaflop barrier with LANL’s Roadrunner. The Large Hadron Collider for getting everyone scared about physics all over again. Have a look at the list for many other tech highlights from this year.

New WPA TKIP Attack

wifibox

[Martin Beck] and [Erik Tews] have just released a paper covering an improved attack against WEP and a brand new attack against WPA(PDF). For the WEP half, they offer a nice overview of attacks up to this point and the optimizations they made to reduce the number of packets needed to approximately 25K. The only serious threat to WPA so far has been the coWPAtty dictionary attack. This new attack lets you decrypt the last 12 bytes of a WPA packet’s plaintext and then generate arbitrary packets to send to the client. While it doesn’t recover the WPA key, the attacker is still able to send packets directly to the machine they’re attacking and could potentially read back the response via an outbound connection to the internet.

[photo: niallkennedy]

[via SANS]

Business Card AVR Board Updated

bcard

Evil Mad Scientist Laboratories has updated their business card AVR breakout boards to version 1.1. We suspect the changes will probably make them even more popular. The boards are designed for the ATmegaXX8 family of microcontrollers. The center has all 28 pins labeled while either end has a prototyping area. An in-system programming header is also provided. For the new version, both prototyping areas have been increased to accommodate DIP14 packages. The holes for the microcontroller are now larger so that they can hold a ZIF socket. Finally, the power and ground traces have been expanded. We’ve always like the versatility of these boards, as demonstrated in the Tennis for Two project, and can’t help wondering if these updates were made to facilitate another project.

Design For Manufacture

sparkfun

SparkFun has posted an excellent guide to the many different issues you could run into when you finally decide to get a circuit board professionally produced. We assume that most of you aren’t running a professional design firm and will appreciate these tips gleaned from years of experience. They provided a rule list, Eagle DRC, and CAM file to help you get it right the first time. The end goal is designing a board that won’t be prone to manufacturing errors. The tutorial starts by covering trace width and spacing. They recommend avoiding anything less than 10mil traces with 10mil spacing. For planes, they increase the isolation to 12mil to avoid the planes pouring onto a trace. They also talk about annular rings, tenting, labeling, and generating the appropriate gerber and drill files. SparkFun isn’t completely infallible though, and manages to produce a coaster from time to time.

SparkFun naturally followed up this strict tutorial with a guide to unorthodox header hole placement. If you want to learn more about Eagle, have a look at [Ian]’s overview of Eagle 5 and Ruin & Wesen’s layout videos.

Acidmods Custom FPS Controller

fpsutil3

Yet another custom X Box controller has come out of the acidmods foundry. This one, specialized for FPS games opts for two analog sticks up front, and complete removal of the D pad and buttons. They break down the process quite nicely with very detailed pictures of how to modify the case and move the analog stick.  Check out the video of it in action after the break.

Continue reading “Acidmods Custom FPS Controller”

3D Printer Uses Office Paper

3dhouse
Mcor Technologies recently launched a brand new rapid prototyping machine. The Mcor Matrix forgoes the standard of expensive and rare build materials by using A4 office paper. The machine selectively deposits glue on the sheet of paper: more glue on the cross-section, less on the waste. It then uses a blade to cut out the part profile. The vertical resolution is determined by the paper thickness. You can use either 20lb paper, which has a thickness of .1mm, or 40lb, which is twice as thick, so it will build twice as fast. The final part can be sanded and painted like wood. The idea is similar to LOM, but those machines require specialized paper. It’s nice to see a company intentionally target a low cost of ownership. If they had used a laser though, you’d only have to worry about sourcing the glue. Machine and material prices have yet to be announced.

[via Fabbaloo]

Official Arduino Ethernet Shield

ethernetshield
Arduino has just released an official ethernet shield. It’s based on the same WizNet W5100 chip that was used in the tiny ethernet board we covered earlier. The W5100 handles the full IP stack and can do TCP or UDP with four simultaneous sockets. The board has a power indicator plus six LEDs to debug the connection. It works with the standard ethernet library. The reset button resets the shield and the Arduino. The SD adapter is not currently supported by the Arduino software.