Difference between revisions of "Calamari Lure"

From eLinux.org
Jump to: navigation, search
(Features)
(Features)
Line 16: Line 16:
  
 
* 2 PWM controlled LEDS
 
* 2 PWM controlled LEDS
 +
</br>
 
* GPIO Output controlled 7 Segment LED display
 
* GPIO Output controlled 7 Segment LED display
 
{| class="wikitable"
 
{| class="wikitable"
Line 25: Line 26:
 
| P9_18 || pin 86 || gpio0??
 
| P9_18 || pin 86 || gpio0??
 
|}
 
|}
 +
</br>
 
* ADC input using a variable resistor slider potentiometer via a SPI based ADC
 
* ADC input using a variable resistor slider potentiometer via a SPI based ADC
 +
</br>
 +
 
* 3 GPIO inputs using a buttons
 
* 3 GPIO inputs using a buttons
 +
</br>
 
* dual TTL uarts
 
* dual TTL uarts
 +
<br>
 
* RGB GPIO controlled LED
 
* RGB GPIO controlled LED
 
{| class="wikitable"
 
{| class="wikitable"
Line 39: Line 45:
 
| ILB_8254_SPKR || BLUE
 
| ILB_8254_SPKR || BLUE
 
|}
 
|}
 +
</br>
 
* I2C EEPROM
 
* I2C EEPROM
 
{| class="wikitable"
 
{| class="wikitable"
Line 48: Line 55:
 
| SIO_I2C5_CLK || I2C Clock
 
| SIO_I2C5_CLK || I2C Clock
 
|}
 
|}
 +
</br>
  
 
== Reference Material ==
 
== Reference Material ==

Revision as of 18:45, 16 April 2014

Description

General Information

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

Features

  • 2 PWM controlled LEDS


  • GPIO Output controlled 7 Segment LED display
Header Pin GPIO
P9_17 pin 87 gpio??
P9_18 pin 86 gpio0??


  • 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
GPIO_S5_0 RED
GPIO_S5_1 GREEN
ILB_8254_SPKR BLUE


  • I2C EEPROM
Signal LED
SIO_I2C5_DATA I2C Data
SIO_I2C5_CLK I2C Clock


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!