Bus Pirate Demoboard Example list

From DP

Revision as of 14:40, 24 November 2011 by Arakis (Talk | contribs)
Jump to: navigation , search

Contents

Analog to Digital converter over the I2C

connections/jumper setup

  • BP protocol setup (link)
  • interface

Commands

Set ADC to read from internal temperature.

I2C>[0x10 29]
I2C START BIT
WRITE: 0x10 ACK
WRITE: 0x1D ACK
I2C STOP BIT

Read 5 values from ADC

I2C>[0x11 r:5]
I2C START BIT
WRITE: 0x11 ACK
READ: 0x62 ACK 0x62 ACK 0x62 ACK 0x62 ACK 0x62
NACK
I2C STOP BIT
I2C>

Analog to Digital converter over the SPI

  • connections/jumper setup
  • BP protocol setup (link)
  • interface

Analog to Digital converter over the UART

  • connections/jumper setup
  • BP protocol setup (link)
  • interface

Digital to Analog converter over the I2C

  • connections/jumper setup
  • BP protocol setup (link)
  • interface

Digital to Analog converter over the SPI

  • connections/jumper setup
  • BP protocol setup (link)
  • interface

Digital to Analog converter over the UART

  • connections/jumper setup
  • BP protocol setup (link)
  • interface

EEPROM over the I2C

  • connections/jumper setup
  • BP protocol setup (link)
  • interface

EEPROM over the SPI

  • connections/jumper setup
  • BP protocol setup (link)
  • interface

EEPROM over the UART

  • connections/jumper setup
  • BP protocol setup (link)
  • interface

PWM over the I2C

  • connections/jumper setup
  • BP protocol setup (link)
  • interface

PWM over the SPI

  • connections/jumper setup
  • BP protocol setup (link)
  • interface

PWM over the UART

  • connections/jumper setup
  • BP protocol setup (link)
  • interface

Project page