Difference between revisions of "DIO"

From BitWizard WIKI
Jump to: navigation, search
(Jumper settings)
(Assembly instructions)
Line 8: Line 8:
 
== Assembly instructions ==
 
== Assembly instructions ==
  
 
+
None: the board comes fully assembled.
=== Possible Configurations ===
 
 
 
  
 
== External resources ==
 
== External resources ==

Revision as of 12:17, 28 March 2012

This is the documentation page for the SPI_DIO board.

Overview

Assembly instructions

None: the board comes fully assembled.

External resources

Datasheets

Additional software

Related projects

Pinout

LEDs

jumper settings

See solder jumpers on how to change the solder jumper.

By changing the solder jumper SJ1, you can make the connector nearest the board edge into the ICSP programming connector for the attiny44 on the board.

Protocol

The general overview of the SPI protocol is here.
The board specific protocol can be found here: 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 3fets and 7fets boards as well.

The software

Default operation

Future hardware enhancements

Future software enhancements

Changelog

1.0

  • Initial public release