SparkFun Open-sources Latest Kits

09205-5

SparkFun has started to release some of their kits as open-source hardware. Projects such as ClockIt, a simple alarm clock, have their schematics, board designs, and source code released under the CC-by-sa license. Although most of their widgets and projects already had example code and schematics available, they are now using an open-source license. They are joining adafruit and EMSL and others in pushing OSH, but it is interesting to see an established company turn to this. Normally, startups do this to encourage early adoption.

[via adafruit]

How-to: Bus Pirate Probe Cable

cover

Update, Saturday July 4th, 2009: All preorders are closed.

A probe cable makes it easy to connect the Bus Pirate to a circuit and get hacking. Good test clips make quick connections on cramped PCBs without causing short circuits. We made two cables for the Bus Pirate v2, keep reading for an overview of our designs and list of part suppliers.

Friday, July 3, 2009 is the last day to pre-order a Bus Pirate. There’s only two days left to get your own Bus Pirate, fully assembled and shipped worldwide, for only $30.

Continue reading “How-to: Bus Pirate Probe Cable”

T.G.I.M.B.O.E.J. Turns One

tgimboej

The Great Internet Migratory Box of Electronics Junk, or T.G.I.M.B.O.E.J. has turned one. In the last year, they’ve learned a lot of things. They learned that lots of people are willing to contribute. Hundreds have signed up on the site to participate. Theyve also learned that laziness is the key road block on this project. The boxes that have stalled generally sitcollecting dust, simply because someone hasn’t bothered to ship it off. If you’re curious what kinds of stuff ends up in one of these, check our initial post. There aren’t any guarantees though, it all depends on what people toss in.

Twittering Keylogger

3673642969_378bdec59c

[Kyle McDonald] sent in his latest project, a software keylogger that twitters what you type. He wrote it using C++ and OpenFrameworks. It logs each keystroke, then it posts to twitter 140 characters at a time. To protect himself, he set up a whitelist of private strings like passwords and credit card numbers that would be stripped before posting. If the twypewriter followed him, his keystrokes could be recreated.

[thanks Kyle]

Mixed Voltage Interfacing With The Bus Pirate

oc.470.iii

Most of the parts we use operate at 3.3volts, but we still run into a lot of old 5volt stuff, and an occasional 2.5volt or 1.8volt part. This post explains how to use the Bus Pirate’s open collector pin mode to interface with parts at different voltages.

We’ve got more details and some example scenarios below the break. Yup, this is another Bus Pirate post. It’ll all be over soon though, because there’s a few days left to get your own Bus Pirate for $30, fully assembled and shipped worldwide.

Continue reading “Mixed Voltage Interfacing With The Bus Pirate”

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)”

Motors And Microcontrollers 101

[youtube=http://www.youtube.com/watch?v=WnWJki-zwsE]

[Humberto] from NerdKits sends in the newest addition to their excellent collection of videos. This video goes over the basics of DC motor control with microcontrollers. They begin by showing nine experiments and observations that can be done by the average hacker with a multimeter, motor, LED, and jumperwire. Using the results from these they show how to model and calculate the properties of a motor. Lastly, it shows how to control a motor using PWM. They have supplemental text and demonstration code for an ATmega168 on their website.