dev-kit-2020

Chromation dev-kit design and manufacturing files

Complete file list

The complete list of files is below. Some files listed below are not publicly available yet but will become available soon.

hardware
├── manufacture
│   ├── usb-bridge
│   │   ├── DrillFiles
│   │   ├── Gerber
│   │   └── usb-bridge-xyrs-bom.csv
│   ├── vis-analog-out
│   │   ├── DrillFiles
│   │   ├── Gerber
│   │   └── vis-analog-out-xyrs-bom.csv
│   └── vis-spi-out
│       ├── DrillFiles
│       ├── Gerber
│       └── vis-spi-out-xyrs-bom.csv
└── design
    ├── CUVV-45-1-1-1-SMT
    │   ├── LICENSE.md
    │   ├── CUVV-45-1-1-1-SMT_technical-note-1.0.pdf
    │   └── step
    │       ├── CUVV-45-1-1-1-SMT v1.f3d
    │       └── CUVV-45-1-1-1-SMT v1.step
    ├── pdf
    │   ├── usb-bridge.pdf
    │   ├── vis-analog-out.pdf
    │   └── vis-spi-out.pdf
    ├── lbr (EAGLE library components)
    ├── usb-bridge
    │   ├── datasheets
    │   ├── eagle.epf
    │   ├── hardware-design.md
    │   ├── usb-bridge.brd
    │   ├── usb-bridge.sch
    │   └── usb-bridge-xyrs-bom.csv
    ├── vis-analog-out
    │   ├── CAM
    │   ├── eagle.epf
    │   ├── hardware-design.md
    │   ├── step
    │   ├── vis-analog-out.brd
    │   ├── vis-analog-out.sch
    │   └── vis-analog-out-xyrs-bom.csv
    └── vis-spi-out
        ├── CAM
        ├── datasheets
        ├── eagle.epf
        ├── hardware-design.md
        ├── vis-spi-out.brd
        ├── vis-spi-out.sch
        └── vis-spi-out-xyrs-bom.csv

CAD files

Spectrometer chip package CAD files and documentation

This documentation is intended for PCB layout and opto-mechanical alignment.

Chromation does not provide design and manufacturing files for the internal design of the spectrometer chip itself.

Chip package render

The chip package should look like this after importing into 3D CAD software:

CUVV-45-1-1-1-SMT
render

3D CAD files

hardware
└── design
    └── CUVV-45-1-1-1-SMT
       └── step
            ├── CUVV-45-1-1-1-SMT v1.f3d
            └── CUVV-45-1-1-1-SMT v1.step

The chip package is designed in Fusion360.

See hardware/design/CUVV-45-1-1-1-SMT/CUVV-45-1-1-1-SMT_technical-note-1.0.pdf for additional information about the spectrometer chip.

PCB CAD files and documentation

vis-analog-out

vis-analog-out
render

vis-spi-out

vis-spi-out
render

usb-bridge

usb-bridge
render

EAGLE

The PCBs (printed circuit boards) are designed in EAGLE.

The EAGLE files are in the hardware/design folder. The following files are available now, additional design files are coming soon.

EAGLE library components:

└── lbr
    ├── eagle-pkg-artwork.md
    ├── 0603.lbr (resistors and capacitors)
    ├── YAGEO-0603.lbr (resistors)
    ├── ADC.lbr
    ├── ATMEGA328.lbr
    ├── BICOLOR-LED.lbr (red/green led)
    ├── Chromation.lbr
    │   ├── ADP3303_ (3.3V regulator)
    │   ├── APTD1608SYCK_ (power indicator LED)
    │   ├── FB_ (ferrite bead for USB back-emi filter)
    │   ├── LETTER_L (schematic sheet border)
    │   ├── MOUNTING-HOLE_ (#2-56 hole)
    │   └── OPA2364_ (dual op-amp)
    ├── CRYSTAL.lbr (MCU 10MHz oscillator)
    ├── DOWEL-PIN.lbr (2.5mm pin to quick-mount usb-bridge PCB)
    ├── DPDT.lbr (double-pole slide switch)
    ├── FT221X.lbr (USB Bridge IC)
    ├── HEADER-PIN.lbr (16-pin b2b male)
    ├── HEADER-SOCKET.lbr (16-pin b2b female, 2-pin i2c female)
    ├── ISP.lbr (in-system-programming shrouded header)
    ├── MICRO-USB.lbr (usb connector)
    ├── POT.lbr (trimpot for dark-correction)
    ├── PUSH-BUTTON.lbr (reset button, not always populated)
    ├── R-ARRAY.lbr (resistor arrays for current-limiting)
    ├── SPDT.lbr (single-pole slide switch)
    ├── TEST-POINT.lbr
    ├── USB-BRIDGE.lbr (footprint of usb-bridge PCB)
    ├── VIS-PKG.lbr (Chromation Spectrometer chip)
    ├── VREF.lbr (ADC voltage reference)
    └── ZIF.lbr (FFC connector)

PCB design files:

├── usb-bridge
│   ├── render
│   │   └── pcb.png
│   ├── datasheets/
│   ├── eagle.epf
│   ├── usb-bridge.brd
│   ├── usb-bridge.sch
│   └── usb-bridge-xyrs-bom.csv
├── vis-analog-out
│   ├── render
│   │   └── pcb.png
│   ├── hardware-design.md
│   ├── eagle.epf
│   ├── vis-analog-out.brd
│   ├── vis-analog-out.sch
│   └── vis-analog-out-xyrs-bom.csv
└── vis-spi-out
    ├── render
    │   └── pcb.png
    ├── datasheets/
    ├── eagle.epf
    ├── vis-spi-out.brd
    ├── vis-spi-out.sch
    └── vis-spi-out-xyrs-bom.csv