Equipment/Bus Pirate: Difference between revisions
From London Hackspace Wiki
m (moved Bus Pirate to Equipment/Bus Pirate) |
No edit summary |
||
Line 1: | Line 1: | ||
The Bus Pirate is a low-level interface to: | |||
* 1-Wire | |||
* UART | |||
* I2C | |||
* SPI | |||
* JTAG | |||
* raw 2-wire | |||
* raw 3-wire | |||
* PC keyboard | |||
* HD44780 LCDs | |||
* MIDI | |||
* [http://dangerousprototypes.com/category/bus-pirate/ Bus Pirate] | * [http://dangerousprototypes.com/category/bus-pirate/ Bus Pirate] | ||
* [http://dangerousprototypes.com/bus-pirate-manual/ Bus Pirate manual] | * [http://dangerousprototypes.com/bus-pirate-manual/ Bus Pirate manual] |
Revision as of 15:54, 9 August 2010
The Bus Pirate is a low-level interface to:
- 1-Wire
- UART
- I2C
- SPI
- JTAG
- raw 2-wire
- raw 3-wire
- PC keyboard
- HD44780 LCDs
- MIDI
brown - GND red - +3.3 orange - +5 yellow - ADC green - VPU blue - AUX purple - CLK grey - MOSI white - CS black - MISO
AVRDude bus pirate mappings:
+ * BusPirate AVR Chip + * --------- -------- + * GND <-> GND + * +5V <-> Vcc + * CS <-> RESET + * MOSI <-> MOSI + * MISO <-> MISO + * SCL/CLK <-> SCK