-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from orangecrab-fpga/feature/update_r0.2.1
feature/update r0.2.1
- Loading branch information
Showing
48 changed files
with
155 additions
and
265 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: Downloads | ||
type: docs | ||
rev: r0.2 | ||
--- | ||
|
||
# Downloads | ||
--- | ||
|
||
## KiCad Sources | ||
[OrangeCrab GitHub Repository](http://github.com/gregdavill/OrangeCrab) | ||
|
||
## Other | ||
* [Interactive HTML Bill Of Materials](../r0.2/OrangeCrab-r0.2-ibom.html) | ||
|
||
* [Schematic (PDF)](https://github.com/gregdavill/OrangeCrab/raw/main/hardware/orangecrab_r0.2/Production/OrangeCrab-r0.2-sch.pdf) | ||
|
||
* [Board CAD model (STEP)](https://github.com/gregdavill/OrangeCrab/raw/main/hardware/orangecrab_r0.2/Production/OrangeCrab-r0.2.step) | ||
|
||
* [Production Gerbers (ZIP)](https://github.com/gregdavill/OrangeCrab/raw/main/hardware/orangecrab_r0.2/Production/OrangeCrab-r0.2-gerbers-20200126_122805.zip) | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Pinout | ||
type: docs | ||
rev: r0.2 | ||
--- | ||
|
||
# Pinout | ||
|
||
[![Pinout](../r0.2/OrangeCrab_r0.2_pinout.png "Pinout")](../r0.2/OrangeCrab_r0.2_pinout.png) | ||
Click for larger version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
title: Introduction | ||
type: docs | ||
rev: r0.2 | ||
--- | ||
|
||
![Front Photo](OrangeCrab_r0.2.1_front.jpeg "Front Photo") | ||
|
||
## Technical details | ||
|
||
Here are the main details for the OrangeCrab (25F/85F) | ||
* Lattice ECP5-25F or ECP5-85F FPGA in csfBGA285 package | ||
* 24 K - Look Up Tables | ||
* 1008 Kb - Embedded Block RAM | ||
* 194 Kb - Distributed RAM | ||
* 28 - 18x18 Multipliers | ||
* PLLs: 2 | ||
* Internal oscillator | ||
* Flexible I/O for DDR3 Memory Support | ||
* DDR3L Memory | ||
* 128 Mbytes (1Gbit) or 512Mbytes (4Gbit) | ||
* x16 data width to FPGA | ||
* 1.35V low voltage operation | ||
* USB-C connection | ||
* Full-speed (12Mbit) USB with direct connection to FPGA | ||
* Non-volatile Storage | ||
* 128Mbit QSPI FLASH Memory | ||
* Bootloader (First 4Mbits) | ||
* User Bitstream | ||
* User storage (Firmware/MSC backend/etc) | ||
* QSPI compatible | ||
* MicroSD socket | ||
* 4bit SD interface (CK, CMD, DAT0-3) | ||
* Power supply | ||
* High effeciency DCDC for main supplies | ||
* Battery charger (100mA), with charge indicator LED | ||
* LiPo battery connector (PH type) (1-cell: 3.7-4.2V) | ||
* 48MHz onboard oscillator | ||
* Accesible 0.1" JTAG breakout | ||
* User I/O | ||
* 1x Button | ||
* 1x RGB LED | ||
* 20x I/O on 0.1" headers | ||
* Analog System | ||
* Analog Mux | ||
* SAR ADC, external RC / input comparator of FPGA | ||
* Digital bypass | ||
* Internal channels for supply monitor | ||
* Battery voltage sensing | ||
* Feather Format Board | ||
* Dimensions: 22.86mm x 50.8mm (0.9" x 2.0") | ||
* Castellated I/O edges | ||
|
||
## Photos | ||
![Front Photo](OrangeCrab_r0.2.1_front.jpeg "Front Photo") | ||
![Back Photo](OrangeCrab_r0.2.1_back.jpeg "Back Photo") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
headless: true | ||
--- | ||
|
||
- [Hardware]({{< relref "/" >}}) | ||
- [r0.1]({{< relref "/docs/r0.1.md" >}}) | ||
- [r0.2]({{< relref "/docs/r0.2.md" >}}) | ||
- [r0.2.1]({{< relref "/docs/r0.2.1.md" >}}) | ||
- [Getting Started]({{< relref "/docs/getting started.md" >}}) | ||
- [Pinout]({{< relref "/docs/pinout.md" >}}) | ||
- [Downloads]({{< relref "/docs/downloads.md" >}}) | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.