Custom Car Door Keypad

carkeypad

[Michael] has a keypad in his previous car’s door and he missed it enough to hack one into his Dodge Caliber. He bought a Ford keypad and mounted it inside his door with some custom electronics. He started with an Arduino nano to receive and authenticate button presses. This then splices into wires in the door that control the door lock. The program has a 5-digit code to unlock the door, but simply pressing 1 twice will lock the doors. He also implemented a lockout feature to prevent people from brute-forcing the combination. Although it isn’t wireless, it’s significantly simpler.

[thanks Michael]

Massive LED Screen Project

[youtube=http://www.youtube.com/watch?v=nILHGU1qJzY&eurl=http%3A%2F%2Fwww.basicmicro.com%2F&feature=player_embedded]

The folks over at basicmicro.com are working on a massive LED display. They currently have one 32×32 RGB panel working. It displays 50 fps at  140 hz but the one above is only running at about 24 fps. The final display will be 40 of these panels. This thing is going to be massive. We have to wonder how this compares, financially and performance wise, to the commercial signage that displays videos.

Parts: SPI EEPROM (25AA/25LC)

3EEPROM-SPI

Microchip’s 25AA/25LC EEPROMs are data storage chips with a simple 3-wire interface. The 25AA/LC is an SPI version of the common 24AA/LC I2C EEPROM.  It comes in capacities of 128bytes to 128kilobytes. We looked at the smallest, the 128byte 25AA010A.

There are Bus Pirate demonstrations for most types of serial EEPROMs. Check out our previous 1-wire (DS2431) and I2C (24LC1025) EEPROM posts.

Continue below to see our test circuit and a demonstration of the 25AA010 EEPROM. We used the Bus Pirate to play with this chip from our PC.  For a limited time you can get your own Bus Pirate, fully assembled and shipped worldwide, for only $30.

Continue reading “Parts: SPI EEPROM (25AA/25LC)”

Bus Pirate Preorder Update

buspirate

We’re only four days into the Bus Pirate pre-order, and we’ve exhausted the supply of PIC24FJ64GA002s available in Shenzhen. Thank you for supporting Hack a Day’s first official hardware pre-order. You helped make it a huge success, and we definitely want to do it again in the future.

We weren’t kidding about the PIC shortage. Seeed sourced all they could from Shenzhen, and then tried Hong Kong. It’ll take 4 to 6 weeks to get more.

If you already ordered a Bus Pirate then nothing changes, your Bus Pirate will ship ASAP. In fact, PCB production should start a few days early. The first pre-order item name starts with “[Preorder]”.

New orders are now forwarded to a second pre-order. The new pre-order will take 4 to 6 weeks longer. It should ship about 6 to 8 weeks after July 3, 2009, but we’ll try our best to get it out sooner. The new pre-order item name starts with “[Preorder 2]”.

Read more about the Bus Pirate in our latest How-to. Thank you again for your support!

Wireshark 1.2.0 Available

wireshark

Everyone’s favorite packet sniffer has a new stable release. Wireshark 1.2.0 has a slew of new features. They’ve included a 64-bit Windows installer and improved their OSX support. A number of new protocols are recognized and filter selection autocompletes. One of the more interesting additions is the combined GeoIP and OpenStreetMap lookups. We’re excited about this new release as Wireshark has proven an indispensable tool in the past for figure out exactly what was going on on our network.

[via Lifehacker]

OTTO, Beat Slicing Interface

otto

Create Digital Music has a great post on [Luca De Rosso]’s OTTO. Built as part of his masters’ thesis, it’s a unique tangible music interface. You load a sample into the software which displays it on the instrument surface. The user can then manipulate the sample using various hardware inputs while watching the LED representation. The device uses just one Arduino for the display and inputs. It works with Max/MSP and is designed to give the performer only the information they truly need. You can find more pictures of the device on Flickr and a picture of the guts on CDM. Embedded below is the ‘Getting Started’ video that shows it in use.

Continue reading “OTTO, Beat Slicing Interface”