Eric writes: I’ve released an Arduino shield board outline in gEDA format under the Creative Commons Attribution 3.0 Unported license. These files can be used as a starting place for creating Arduino shield boards. Video overlay shield shown. Don’t forget there is also an Arduino shield outline in the Dangerous Prototypes Eagle parts library (CC-0). […]
Author Archives: Ian
Test a Bus Pirate firmware compiled with MPLAB X
doegox compiled a Bus Pirate firmware with optimizations in MPLAB X. With optimizations enabled the main firmware can fit all the add-on modes. We need some help checking if the optimizations broke anything, please test it if you have an opportunity. You can get your own handy Bus Pirate for $30, including world-wide shipping. Also […]
More MPLAB X
There’s a lot of excitement about Microchip’s new cross-platform PIC development tool called MPLAB X. The Bus Pirate firmware (v3 branch) is ported to MPLAB X and compiling, check out the new Bus Pirate/MPLAB X developer documentation. There is also a wiki page devoted to everything MPLAB X. Arhi started with a bug report, and […]
Amplifier design articles and engineering stuff
This site is loaded with audio amplifier design articles and assorted weird engineering stuff. It can use up a lot of your time. Check out the amplifier institute and the Museum of RetroTechnology. Thanks McZ!
Sure Electronics 0805 resistor and capacitor kit
We design around a standard list of parts, but sometimes a nasty analog circuit or bias pin requires a specific resistor or capacitor. The local electronics shop doesn’t sell 0805 or 0603, so that means a Mouser or Digikey order just to get an odd-value part. After the last time this happened, we wised up […]
Reverse engineer an LED light bulb
Hack a Day is trying to reverse engineer a LED light bulb.
Open source PIC USB demo for the IR Toy
Honken has an updated open source USB firmware for PIC microcontrollers. We ported the update to the IR Toy, you can load it up and test it yourself using the bootloader. This version is much more robust, and a number of bugs were squashed. The first character sent is no longer lost, and strings of […]
Free PCB Sunday: Bus Blaster
We go through a lot of prototype PCBs, and end up with lots of extras that we’ll never use. Every Sunday we give away a few PCBs from one of our past or future projects, or a related prototype. Our PCBs are made through Seeed Studio’s Fusion board service. This is the first version of […]
App note: Digitally controlled DC/DC converter
A digitally controlled DC to DC converter: You can easily add margining capability (digital adjustment of the output voltage) to a DC/DC converter by adding a 2- or 4-channel, I²C-adjustable current DAC (DS4402 or DS4404) at the converter’s feedback input. Because each DAC output is 0mA at power up, the extra circuitry is transparent to […]
“Schemer” microcontroller
Schemer is a microcontroller dev board that’s programmed via a photo diode and flashes from a computer monitor. Not open source, but a good candidate for a remake. Via Make.
Web Platform and FreeRTOS update
Want to try FreeRTOS on the web platform? Join the hacking in progress in the forum. Current projects include a script interface, Telnet server, hardware CRC, and other performance enhancements. Grab the FreeRTOS port for the web platform from SVN. Our SVN tutorial is here. Get an assembled web platform for $40, including worldwide shipping. […]
Synthetos Bus Pirate case giveaway
A few weeks ago we had a Synthetos Bus Pirate case giveaway. The original winner didn’t get back to us, so Henrik Hogland will get the case. Get your own laser-cut acrylic Bus Pirate case from Synthetos for $14.99. Cases are available for both the Seeed and SparkFun PCB versions.
Experimental Bus Pirate I2C sniffer upgrade
Darren posted an experimental Bus Pirate firmware with an optimized I2C sniffer. It might work at 400KHz+. Give it a spin and let us know how it goes. We’ll incorporate it into the next release if it tests well.
Bus Pirate and FlashRom saved my mainboard
MrHijet writes with a followup to our previous post, The Bus Pirate and Flashrom saved my mainboard: I already wrote something about the rescue of my computer in my blog, however it was written in german. I flashed my brand new core i7 mainboard as my processor wasn’t recognized correctly. After that, the mainboard was […]
Producing better documentation
NBitWonder sends us a meta how-to, documentation for producing better documentation: Documentation is fun! Well… not really, but it’s a necessary evil if you plan to share your projects with the open-source community (or remember how you did something a year or two down the road). Documentation may not be glamorous, but it’s an important […]
Bus Pirate PIC programming adapter sold out
The Bus Pirate PIC programming adapters we made for developers are already gone. Seeed Studio is working on a couple more, in case some potential developers missed out. We started with a cautious 20 units, just for developers. We expected 20 to last a long time, since it’s totally unsupported hardware. Now we’re wondering where […]
Logic Sniffer: Version 2.12a windows installer
The Gadget Factory has a new Logic Sniffer upgrader that streamlines the install and upgrade process: Installs the original Sump Java client and Jawi’s excellent alternative Logic Sniffer client. Automatically installs the Windows Device Drivers for the OLS. Places shortcuts on the Start Menu to Documentation, User Guide, and Tutorial Videos. Includes a menu based […]
Adafruit reverse engineering gift guide
The Adafruit reverse engineering gift guide is up. It includes the Bus Pirate, our handy tool for lots of prototyping and reversing needs. Today only you can get a Bus Pirate at Adafruit Industries for 10% off, just use the code PIRATE at checkout.
Button debounce code
Push buttons don’t give a clean on/off signal to a microcontroller. The value bounces around a little, which can cause a program to see a whole string of button presses instead of one. There are lots of techniques to clean up the signal and ‘debounce’ the button, both in hardware and software. Hack a Day […]
Bus Pirate v4 prototype
This is the first complete working prototype of the Bus Pirate v4. The final header will be shrouded. In a related development, McZ tipped us to the PicPack open source PIC USB virtual serial firmware. It could be just the thing we need for the Bus Pirate v4 (and the Infrared Toy and Logic Sniffer). […]
