Community driven firmware and hardware for Bus Pirate
  • C 65.7%
  • C++ 9.2%
  • Assembly 7.6%
  • Makefile 6.3%
  • Python 4.6%
  • Other 6.6%
Find a file
2018-01-08 19:56:04 -08:00
Bootloaders Fix USB communications when optimizations are enabled 2017-07-20 09:34:58 +03:00
Documentation Updated documentation. 2017-04-17 16:22:31 +08:00
Firmware BPv4 makefiles 2018-01-08 15:39:37 -08:00
Firmware-Alternates Set CRT_STARTMODE in the rest of the linker scripts 2017-07-19 21:07:57 +03:00
package Fixed Typo in pirate-loader.c 2017-01-13 22:10:50 +01:00
scripts Python 3 compatibility for I2C and SPI scripts 2017-09-22 14:32:22 +02:00
tools/packstrings PC/AT Keyboard protocol module cleanup. 2018-01-07 16:43:48 +01:00
.gitattributes Introduce gitattributes to prevent wall of pink 2016-03-30 16:16:13 -05:00
.gitignore remove makefiles from gitignore 2018-01-08 15:09:47 -08:00
CHANGELOG.md Update changelog. 2018-01-07 15:19:50 +01:00
README.md Mention building and flashing in README 2018-01-08 19:56:04 -08:00

Bus Pirate

The Bus Pirate is an open source hacker multi-tool that talks to electronic stuff. It's got a bunch of features an intrepid hacker might need to prototype their next project.

This community firmware was forked from the official Dangerous Prototypes firmware due to perceived lack of interest in upkeep of the Bus Pirate firmware. This repository represents the hard work of community members to sustain and continue the legacy of the Bus Pirate device.

As of this writing (Dec, 2016), it is our opinion that this repository contains the latest code for the Bus Pirate.

Protocols

  • 1-Wire
  • I2C*
  • SPI
  • JTAG
  • Asynchronous serial
  • MIDI
  • PC keyboard
  • HD44780 LCD
  • 2- and 3-wire libraries with bitwise pin control
  • Scriptable binary bitbang, 1-Wire, I2C, SPI, and UART modes

Features

  • 0-5.5volt tolerant pins
  • 0-6volt measurement probe
  • 1Hz-40MHz frequency measurement
  • 1kHz - 4MHz pulse-width modulator, frequency generator
  • On-board multi-voltage pull-up resistors
  • On-board 3.3volt and 5volt power supplies with software reset
  • Macros for common operations
  • Bus traffic sniffers (SPI, I2C)
  • A bootloader for easy firmware updates
  • Transparent USB->serial mode
  • 10Hz-1MHz low-speed logic analyzer
  • Servo driver
  • Can program many AVR microcontrollers
    • Supported by AVRdude
    • Can emulate the AVR STK500 v2 with alternate ST500 Clone firmware
    • Programs FPGAs and CPLDs with alternate XSVF firmware
  • Scriptable from Perl, Python, etc.
  • Public domain (Creative Commons Zero) source. Prototype with the Bus Pirate, then use the code in your project however you want.

Application Support

The Bus Pirate is used through a simple terminal interface, but these applications also support the Bus Pirate as a programming device, etc.

  • AVRDude AVR programmer (AVRDude v5.8+, firmware v4 (any) or v5.9+)
  • OpenOCD JTAG debugger
  • flashrom bios/flash programmer

Purchasing

Usage

Refer to [Documentation/building-and-flashing.md] to see how to build and flash this firmware