update to reflect v0.1 reality
[web/gag.com] / homeshop / cncfpga / index.mdwn
1 # CNC FPGA
2
3 This is the board I designed to interface a PC running Linux and 
4 [EMC2](http://linuxcnc.org) with the 
5 [Industrial Hobbies](http://www.ihcnc.com/) milling machine 
6 I converted to servo-based CNC operation.  It is compatible with the 
7 [Pluto-P](http://www.knjn.com/FPGA-Parallel.html) 
8 [servo driver](http://linuxcnc.org/docs/html/drivers_pluto_p.html) in EMC2.
9
10 ## Features ##
11
12 ### User View ###
13
14 * 25-pin male D-shell connector in parallel with 26-pin box header for 
15   connection to PC parallel port
16 * 4 15-pin female D-shell connectors for servo channels
17 * 9-pin female D-shell connector for misc signals
18 * barrel connector for 9-12 volt DC power input
19 * dual-color LED, green when PC heartbeat present, red when not
20 * green LEDs on each of the three power supply rails
21 * RC low-pass filtering on all input pins
22 * 5.1 x 2.5 inch 4-layer board 
23
24 ### Developer View ###
25
26 * Hardware Features
27         * [Altera](http://altera.com) ACEX EP1K10TC100 FPGA
28         * [Atmel ATtiny10](http://www.atmel.com/dyn/products/product_card.asp?part_id=4558) for heartbeat detector
29 * Tools Used
30         * [gEDA](http://www.gpleda.org/) for schematic capture and PCB layout
31 * Licenses
32         * The hardware is licensed under the [TAPR](http://www.tapr.org) [Open Hardware License](http://www.tapr.org/ohl.html)
33
34 ## Artifacts ##
35
36 The design files can be found on [git.gag.com](http://git.gag.com) in the 
37 project [hw/cncfpga](http://git.gag.com/?p=hw/cncfpga;a=summary).  
38
39 ## Future Plans ##
40
41 As of December 2011, version 0.1 is out for circuit board fabrication.