posted Jul 20th 2009 12:00pm by
Ian
filed under:
parts,
tool hacks
posted Jul 9th 2009 6:30pm by
Zach Banks
filed under:
peripherals hacks,
security hacks,
tool hacks

Maxim’s iButtons, which are small ICs in button-sized disks, are starting to show up in more and more places. They have a range of uses, from temperature loggers to identification, and all use the 1-wire protocol to communicate. Over a furrtek, they hacked an iButton used for buying things from vending machines and created an infinite money cheat. They built a small rig based on the ATmega8 to read and write data to the chip. The data was encrypted, so it wasn’t feasible to put an arbitrary amount on the card. Instead, they used a similar technique to the Boston subway hack and restored a previous state to the iButton after something was bought. They also created a hand-held device to backup and restore the contents of a button for portable hacking.
[Thanks furrtek]
posted Jun 25th 2009 5:15pm by
Ian
filed under:
hardware,
how-to,
tool hacks

Update, Saturday July 4th, 2009: All preorders are closed.
The Bus Pirate is a universal serial interface tool, we use it to test new chips without writing any code. It currently supports most serial protocols, including 1-Wire, I2C, SPI, JTAG, asynchronous serial, MIDI, and more. We added some other features we frequently need, like pulse-width modulation, frequency measurement, voltage measurement, bus sniffers, pull-up resistors, and switchable 3.3volt and 5volt power supplies.
The new v2 family adds USB power and connectivity to the best Bus Pirate design yet. We also reduced the part count and cost wherever possible. If you want to get your hands on some Bus Pirate USB goodness, Seeed Studio has assembled hardware for $30 (including worldwide shipping).
Read about the new design after the break.
Read the rest of this entry »
posted Dec 24th 2008 6:00am by
Ian
filed under:
parts,
tool hacks
posted Dec 10th 2008 5:35pm by
Ian
filed under:
home hacks,
parts,
tool hacks
posted Jul 22nd 2008 7:46am by
Will O'Brien
filed under:
classic hacks,
misc hacks

[David] put together this rather nice 1-wire barometer. An MPX4115 measures the pressure while an SMD DS2438 mounted to an 8 pin DIP socket provides the 1-wire interface. The writeup includes a nice description of the board layout and wiring, making this project accessible to just about anyone with a decent tip on their soldering iron.
posted Oct 24th 2007 10:10pm by
Will O'Brien
filed under:
home hacks

For some reason, computer controllable thermostats are pretty freakin’ expensive. I found a reference to a 1-wire thermostat in this(mirror) sample senior project on home automation. It turns out that Dallas Semiconductor put one together a while back as an application for their TINI platform. (web-application server on a chip). The write-up has since vanished from their site, but I found it thatnks to archive.org. The thermostat used to run about $50, and a similar model still seems to be produced. The 1-wire interface is pretty simple – Maxim’s TINI board to control it: not so much. Just using the 1-wire interface with an inexpensive thermostat and controlling from a PC seems pretty viable to me. Just in case, I mirrored the 1-wire interface schematics here.