Difference between revisions of "Calamari Lure"

From eLinux.org
Jump to: navigation, search
(Features)
(Features)
Line 28: Line 28:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
! Header !! Pin !! GPIO
+
! Signal !! LED || PadConf
 
|-
 
|-
| P9_17 || pin 87 || gpio??
+
| SIO_PWM_00 || Clock || GPIO Output
 
|-
 
|-
| P9_18 || pin 86 || gpio0??
+
| SIO_PWM_11 || Data || GPIO Output
 +
|-
 +
| SIO_PWM_11 || Latch || GPIO Output
 +
|-
 +
| SIO_PWM_11 || Clear || GPIO Output
 
|}
 
|}
 
<br>
 
<br>

Revision as of 18:54, 16 April 2014

Description

General Information

The Calamari Lure is designed as a demonstration platform for the MinnowBoardMax

Features

  • 2 PWM controlled LEDS
Signal LED PadConf
SIO_PWM_00 LED1 GPIO Output
SIO_PWM_11 LED2 GPIO Output


  • GPIO Output controlled 7 Segment LED display
Signal LED PadConf
SIO_PWM_00 Clock GPIO Output
SIO_PWM_11 Data GPIO Output
SIO_PWM_11 Latch GPIO Output
SIO_PWM_11 Clear GPIO Output


  • ADC input using a variable resistor slider potentiometer via a SPI based ADC


  • 3 GPIO inputs using a buttons


  • dual TTL uarts


  • RGB GPIO controlled LED
Signal LED PadConf
GPIO_S5_0 RED GPIO Output
GPIO_S5_1 GREEN GPIO Output
ILB_8254_SPKR BLUE GPIO Output


  • I2C EEPROM
Signal LED PadConf
SIO_I2C5_DATA I2C Data I2C
SIO_I2C5_CLK I2C Clock I2C


Reference Material

Design

Components

  • Single tricolored surface mount RGB LED (datasheet) for Rev A Version
  • 74HC595 Serial Shift Register (datasheet)
  • 7 Segment Display (datasheet)
  • 10k Slider Potentiometer (datasheet)
  • NPN Transistor MMBT2222A (datasheet)
  • Microchip MCP3004 SPI Based Analog-to-Digital converter (datasheet)
  • CAT24C256W I2C based EEPROM (datasheet)
  • Button

Design Files

Test Files

  • Coming Soon!