Difference between revisions of "Raspberry pi expansion system page"

From BitWizard WIKI
Jump to: navigation, search
(intro)
(expansion boards)
Line 21: Line 21:
  
 
* [[SPI_LCD]]
 
* [[SPI_LCD]]
* [[SPI_7FETs]]
+
* [[7FETs|SPI_7FETs]]
* [[SPI_Servo]]
+
* [[3FETs|SPI_3FETs]]
* [[SPI_LM35]]
+
* [[Servo|SPI_Servo]]
* [[SPI_DIO]]
+
* [[LM35|SPI_LM35]]
* [[SPI_relay]]
+
* [[DIO|SPI_DIO]]
 +
* [[Relay|SPI_relay]]
 +
* [[I2C_LCD]]
 +
* [[7FETs|I2C_7FETs]]
 +
* [[3FETs|I2C_3FETs]]
 +
* [[Servo|I2C_Servo]]
 +
* [[LM35|I2C_LM35]]
 +
* [[DIO|I2C_DIO]]
 +
* [[Relay|I2C_relay]]
  
 
Planned are the optocoupler expansion board and the button expansion board. If you have suggestions for more, please let us know.
 
Planned are the optocoupler expansion board and the button expansion board. If you have suggestions for more, please let us know.

Revision as of 17:31, 11 May 2012

intro

If you want to hook up your raspberry pi to interface with the rest of the world, this is the right place to look!

For some things like standard RS232 serial ports or webcams, you can get cheap USB devices. But to drive a small 16x2 character LCD, or to switch mains-power rpi_serial is for you.

rpi_serial

The rpi_serial board is the simplest breakout board for the Raspberry pi.

It breaks out the following serial buses:

  • SPI0
  • SPI1
  • I2C
  • UART

As the rasberrypi runs at 3.3V IO signal levels, the board allows 5V peripherals to be connected. The board can be configured for 5V operation or for 3.3V operation but not both.

expansion boards

The following expansion boards have been designed:

Planned are the optocoupler expansion board and the button expansion board. If you have suggestions for more, please let us know.

These expansion boards have two SPI connectors. The first SPI connector is for data transfer during normal operation. The other can be used to daisy-chain the SPI bus to other SPI expansion boards. Or it can be configured to be used as the programming port for the onboard AVR chip.

It should be possible to use one of the raspberry pi SPI buses for data-transfer, while you use the other one to program the AVR chip on the expansion board.