Difference between revisions of "Relay"

From BitWizard WIKI
Jump to: navigation, search
(Created page with 'File:.jpg This is the documentation page for the SPI_relay board. == Overview == == Assembly instructions == === Possible Configurations === == Ext…')
 
Line 25: Line 25:
  
 
== Pinout ==
 
== Pinout ==
 +
 +
For the SPI connector see: [[SPI_connector_pinout]].
  
  
Line 33: Line 35:
  
  
== Programming ==  
+
== Protocol ==  
 +
 
 +
To make the relay PCB do things, you need to send things over the SPI bus to the PCB.
 +
 
 +
The general overview of the protocol is [[General_SPI_protocol|here]].
 +
 
 +
The specific commands for the relay PCB are explained on the page about the spi_dio board, as the two boards share the same protocol: [[spi_dio_protocol]] .
 +
 
 +
For arduino, a sample PDE is available, called ardemo_lcd.pde, also at [http://www.bitwizard.nl/software|the BitWizard software download directory] .
  
 +
This is a demo to send things using SPI to the lcd board. The SPI routines there are applicable for the dio and relay boards as well.
  
 
== The software ==
 
== The software ==

Revision as of 14:42, 19 March 2012

This is the documentation page for the SPI_relay board.

Overview

Assembly instructions

Possible Configurations

External resources

Datasheets

Additional software

Related projects

Pinout

For the SPI connector see: SPI_connector_pinout.


LEDs

Jumper settings

Protocol

To make the relay PCB do things, you need to send things over the SPI bus to the PCB.

The general overview of the protocol is here.

The specific commands for the relay PCB are explained on the page about the spi_dio board, as the two boards share the same protocol: spi_dio_protocol .

For arduino, a sample PDE is available, called ardemo_lcd.pde, also at BitWizard software download directory .

This is a demo to send things using SPI to the lcd board. The SPI routines there are applicable for the dio and relay boards as well.

The software

Default operation

Future hardware enhancements

Future software enhancements

Changelog

1.0

  • Initial public release