Logic Sniffer probes available next week

Openbench Logic Sniffer is an open source logic analyzer. It’s designed to support the SUMP logic analyzer software at the lowest possible cost. This project is a collaboration between the Gadget Factory and Dangerous Prototypes. We’ve got a long-awaited update on probe cables for the Open Logic Sniffer. Word from Seeed is that they should […]

Open Logic Sniffer assembled, in testing

Openbench Logic Sniffer is an open source logic analyzer. It’s designed to support the SUMP logic analyzer software at the lowest possible cost. This project is a collaboration between the Gadget Factory and Dangerous Prototypes. The Open Logic Sniffer returned from the factory. It will be programmed and tested soon. Seeed makes the rather ambitious […]

Synthetos laser cut Bus Pirate case

teslafreak posted this picture of Ril3y’s laser cut case for the Bus Pirate in the forum: I bought two of these, a black one and a clear one.  They recently arrived, and look great.  The construction is fantastic.  They are also possible to take apart without tools, which is awesome.  Here’s a pic (though my […]

Program your AVR with PICkit2

PK2AVRISP is software that lets a PICkit2 program AVR microcontrollers with no hardware or firmware changes. It decodes commands sent to a virtual serial port that emulates an AVR ISP programmer, and translates them to Pickit2 commands. It’s compatible with existing AVR development apps like AVRStudio, AVRDude, and CodeVision AVR.

USB Infrared Toy self-test

The latest version of this article is now on the documentation wiki. The USB Infrared Toy contains a self-test that’s not documented in the original how-to. The self-test is used to detect dead hardware after manufacturing. To use the self-test, open a terminal program to the USB IR Toy’s serial port and type ‘t’ or […]

MMC/SD/SDHC card library

Hidden away in SparkFun’s AD5330 demo is an open source FAT SD card read/write library from Roland Riegel. The MMC/SD/SDHC card library is intended for AVR microcontrollers, and it supports FAT16 and FAT32, partition tables, and low-level read/write operations.  The source download includes an example application. This project should be pretty easy to port to […]